Update dependency sass to v1.69.2 #180

Merged
kjuulh merged 1 commits from renovate/all into main 2023-10-10 21:20:54 +02:00
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.69.1",
"sass": "1.69.2",
"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.69.1
sass: 1.69.2
tailwindcss: 3.3.3
typescript: 5.2.2
uuid: 9.0.1
dependencies:
next: 13.5.4_312d9b7c4e05354576a8bc827532cf9d
next: 13.5.4_c1334ad2620ad9afd7e734205bc2288b
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.69.1
sass: 1.69.2
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_312d9b7c4e05354576a8bc827532cf9d:
/next/13.5.4_c1334ad2620ad9afd7e734205bc2288b:
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.69.1
sass: 1.69.2
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.69.1:
resolution: {integrity: sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==}
/sass/1.69.2:
resolution: {integrity: sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==}
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.69.1:
version "1.69.1"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89"
integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==
sass@1.69.2:
version "1.69.2"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.2.tgz#8aeaeb6c1dcdbeaa26bbfeddece67c9fcd4b1d93"
integrity sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"