diff --git a/package.json b/package.json index f0eb1bb..2542ac3 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 82b8d87..1a32e5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: diff --git a/yarn.lock b/yarn.lock index 0945cc0..3d50950 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"