Update dependency sass to v1.59.3
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-03-14 21:22:01 +00:00
parent 7ca3b8ff75
commit 46f4e66be0
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.4",
"sass": "1.59.2",
"sass": "1.59.3",
"tailwindcss": "3.2.7",
"typescript": "4.9.5"
}

View File

@ -11,13 +11,13 @@ specifiers:
prettier-plugin-tailwindcss: 0.2.4
react: 18.2.0
react-dom: 18.2.0
sass: 1.59.2
sass: 1.59.3
tailwindcss: 3.2.7
typescript: 4.9.5
uuid: 9.0.0
dependencies:
next: 13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574
next: 13.2.4_1bee6e64163672d6dc73fa27b2f47ff3
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.4_prettier@2.8.4
sass: 1.59.2
sass: 1.59.3
tailwindcss: 3.2.7
typescript: 4.9.5
@ -471,7 +471,7 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
/next/13.2.4_0fc8856c2b76afcfc98cd26c0bbd2574:
/next/13.2.4_1bee6e64163672d6dc73fa27b2f47ff3:
resolution: {integrity: sha512-g1I30317cThkEpvzfXujf0O4wtaQHtDCLhlivwlTJ885Ld+eOgcz7r3TGQzeU+cSRoNHtD8tsJgzxVdYojFssw==}
engines: {node: '>=14.6.0'}
hasBin: true
@ -498,7 +498,7 @@ packages:
postcss: 8.4.14
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
sass: 1.59.2
sass: 1.59.3
styled-jsx: 5.1.1_react@18.2.0
optionalDependencies:
'@next/swc-android-arm-eabi': 13.2.4
@ -751,8 +751,8 @@ packages:
queue-microtask: 1.2.3
dev: true
/sass/1.59.2:
resolution: {integrity: sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==}
/sass/1.59.3:
resolution: {integrity: sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==}
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.59.2:
version "1.59.2"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.2.tgz#537f6d11614d4f20f97696f23ad358ee398b1937"
integrity sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==
sass@1.59.3:
version "1.59.3"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.59.3.tgz#a1ddf855d75c70c26b4555df4403e1bbf8e4403f"
integrity sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"