diff --git a/package.json b/package.json index 7fcb0c1..52fc38e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.20", "prettier": "2.8.1", "prettier-plugin-tailwindcss": "0.2.1", - "sass": "1.57.0", + "sass": "1.57.1", "tailwindcss": "3.2.4", "typescript": "4.9.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11d5b2a..5ac7202 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ specifiers: prettier-plugin-tailwindcss: 0.2.1 react: 18.2.0 react-dom: 18.2.0 - sass: 1.57.0 + sass: 1.57.1 tailwindcss: 3.2.4 typescript: 4.9.4 uuid: 9.0.0 dependencies: - next: 13.0.7_a14258d107c84eef378953f0da98f11f + next: 13.0.7_d8e9713d130cdebcfb452156037cb60e 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.20 prettier: 2.8.1 prettier-plugin-tailwindcss: 0.2.1_prettier@2.8.1 - sass: 1.57.0 + sass: 1.57.1 tailwindcss: 3.2.4 typescript: 4.9.4 @@ -471,7 +471,7 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /next/13.0.7_a14258d107c84eef378953f0da98f11f: + /next/13.0.7_d8e9713d130cdebcfb452156037cb60e: resolution: {integrity: sha512-YfTifqX9vfHm+rSU/H/3xvzOHDkYuMuh4wsvTjiqj9h7qHEF7KHB66X4qrH96Po+ohdid4JY8YVGPziDwdXL0A==} engines: {node: '>=14.6.0'} hasBin: true @@ -495,7 +495,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - sass: 1.57.0 + sass: 1.57.1 styled-jsx: 5.1.0_react@18.2.0 optionalDependencies: '@next/swc-android-arm-eabi': 13.0.7 @@ -702,8 +702,8 @@ packages: queue-microtask: 1.2.3 dev: true - /sass/1.57.0: - resolution: {integrity: sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==} + /sass/1.57.1: + resolution: {integrity: sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index 2ee290e..080d8c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -613,10 +613,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.57.0: - version "1.57.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.0.tgz#64c4144ed4e1c0ccb96dc18aef2c424cdbc0c12b" - integrity sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w== +sass@1.57.1: + version "1.57.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" + integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"