diff --git a/package.json b/package.json index e05cf24..df3769d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.30", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "0.5.4", - "sass": "1.67.0", + "sass": "1.68.0", "tailwindcss": "3.3.3", "typescript": "5.2.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae205fe..707bc0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ specifiers: prettier-plugin-tailwindcss: 0.5.4 react: 18.2.0 react-dom: 18.2.0 - sass: 1.67.0 + sass: 1.68.0 tailwindcss: 3.3.3 typescript: 5.2.2 uuid: 9.0.1 dependencies: - next: 13.5.2_4ed3bf44c35f05af3d41ffe80e26647f + next: 13.5.2_6ed2fc59067bf9721c9010373333027e 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.30 prettier: 3.0.3 prettier-plugin-tailwindcss: 0.5.4_prettier@3.0.3 - sass: 1.67.0 + sass: 1.68.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.2_4ed3bf44c35f05af3d41ffe80e26647f: + /next/13.5.2_6ed2fc59067bf9721c9010373333027e: resolution: {integrity: sha512-vog4UhUaMYAzeqfiAAmgB/QWLW7p01/sg+2vn6bqc/CxHFYizMzLv6gjxKzl31EVFkfl/F+GbxlKizlkTE9RdA==} engines: {node: '>=16.14.0'} hasBin: true @@ -543,7 +543,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - sass: 1.67.0 + sass: 1.68.0 styled-jsx: 5.1.1_react@18.2.0 watchpack: 2.4.0 zod: 3.21.4 @@ -810,8 +810,8 @@ packages: queue-microtask: 1.2.3 dev: true - /sass/1.67.0: - resolution: {integrity: sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==} + /sass/1.68.0: + resolution: {integrity: sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA==} engines: {node: '>=14.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index a6f3207..3c411db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -734,10 +734,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.67.0: - version "1.67.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.67.0.tgz#fed84d74b9cd708db603b1380d6dc1f71bb24f6f" - integrity sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A== +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== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"