Update dependency sass to v1.58.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-02-14 15:56:00 +00:00
parent 66eb2b4ec4
commit 4c053ec97a
3 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.2",
"sass": "1.58.0",
"sass": "1.58.1",
"tailwindcss": "3.2.6",
"typescript": "4.9.5"
}

View File

@ -11,13 +11,13 @@ specifiers:
prettier-plugin-tailwindcss: 0.2.2
react: 18.2.0
react-dom: 18.2.0
sass: 1.58.0
sass: 1.58.1
tailwindcss: 3.2.6
typescript: 4.9.5
uuid: 9.0.0
dependencies:
next: 13.1.6_eb0e78dba3878cd0d1114e8161e6b8a5
next: 13.1.6_a1f5499838f5ee60e49892799f1074ab
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
uuid: 9.0.0
@ -30,7 +30,7 @@ devDependencies:
postcss: 8.4.21
prettier: 2.8.4
prettier-plugin-tailwindcss: 0.2.2_prettier@2.8.4
sass: 1.58.0
sass: 1.58.1
tailwindcss: 3.2.6
typescript: 4.9.5
@ -471,7 +471,7 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
/next/13.1.6_eb0e78dba3878cd0d1114e8161e6b8a5:
/next/13.1.6_a1f5499838f5ee60e49892799f1074ab:
resolution: {integrity: sha512-hHlbhKPj9pW+Cymvfzc15lvhaOZ54l+8sXDXJWm3OBNBzgrVj6hwGPmqqsXg40xO1Leq+kXpllzRPuncpC0Phw==}
engines: {node: '>=14.6.0'}
hasBin: true
@ -495,7 +495,7 @@ packages:
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
sass: 1.58.0
sass: 1.58.1
styled-jsx: 5.1.1_react@18.2.0
optionalDependencies:
'@next/swc-android-arm-eabi': 13.1.6
@ -745,8 +745,8 @@ packages:
queue-microtask: 1.2.3
dev: true
/sass/1.58.0:
resolution: {integrity: sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==}
/sass/1.58.1:
resolution: {integrity: sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:

View File

@ -612,10 +612,10 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"
sass@1.58.0:
version "1.58.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.0.tgz#ee8aea3ad5ea5c485c26b3096e2df6087d0bb1cc"
integrity sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==
sass@1.58.1:
version "1.58.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.58.1.tgz#17ab0390076a50578ed0733f1cc45429e03405f6"
integrity sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"