Update dependency sass to v1.69.0
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-10-05 22:58:27 +00:00
parent 1f3a44f90d
commit a66b937976
3 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.5",
"sass": "1.68.0",
"sass": "1.69.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}

View File

@ -11,13 +11,13 @@ specifiers:
prettier-plugin-tailwindcss: 0.5.5
react: 18.2.0
react-dom: 18.2.0
sass: 1.68.0
sass: 1.69.0
tailwindcss: 3.3.3
typescript: 5.2.2
uuid: 9.0.1
dependencies:
next: 13.5.4_6ed2fc59067bf9721c9010373333027e
next: 13.5.4_50f5fb8d569e6f98b65c6c9400550ab2
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
uuid: 9.0.1
@ -30,7 +30,7 @@ devDependencies:
postcss: 8.4.31
prettier: 3.0.3
prettier-plugin-tailwindcss: 0.5.5_prettier@3.0.3
sass: 1.68.0
sass: 1.69.0
tailwindcss: 3.3.3
typescript: 5.2.2
@ -521,7 +521,7 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
/next/13.5.4_6ed2fc59067bf9721c9010373333027e:
/next/13.5.4_50f5fb8d569e6f98b65c6c9400550ab2:
resolution: {integrity: sha512-+93un5S779gho8y9ASQhb/bTkQF17FNQOtXLKAj3lsNgltEcF0C5PMLLncDmH+8X1EnJH1kbqAERa29nRXqhjA==}
engines: {node: '>=16.14.0'}
hasBin: true
@ -543,7 +543,7 @@ packages:
postcss: 8.4.31
react: 18.2.0
react-dom: 18.2.0_react@18.2.0
sass: 1.68.0
sass: 1.69.0
styled-jsx: 5.1.1_react@18.2.0
watchpack: 2.4.0
optionalDependencies:
@ -799,8 +799,8 @@ packages:
queue-microtask: 1.2.3
dev: true
/sass/1.68.0:
resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==}
/sass/1.69.0:
resolution: {integrity: sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies:

View File

@ -734,10 +734,10 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"
sass@1.68.0:
version "1.68.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669"
integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==
sass@1.69.0:
version "1.69.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679"
integrity sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"