diff --git a/package.json b/package.json index 544b1c7..cb15948 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.18", "prettier": "2.7.1", "prettier-plugin-tailwindcss": "0.1.13", - "sass": "1.56.0", + "sass": "1.56.1", "tailwindcss": "3.2.2", "typescript": "4.8.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7de80be..a4ed985 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ specifiers: prettier-plugin-tailwindcss: 0.1.13 react: 18.2.0 react-dom: 18.2.0 - sass: 1.56.0 + sass: 1.56.1 tailwindcss: 3.2.2 typescript: 4.8.4 uuid: 9.0.0 dependencies: - next: 13.0.2_745f74eea60116ecd9e2fa114021b0cf + next: 13.0.2_67657a5081d7ccaf0c62e9a8c97ab334 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.18 prettier: 2.7.1 prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1 - sass: 1.56.0 + sass: 1.56.1 tailwindcss: 3.2.2 typescript: 4.8.4 @@ -471,7 +471,7 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /next/13.0.2_745f74eea60116ecd9e2fa114021b0cf: + /next/13.0.2_67657a5081d7ccaf0c62e9a8c97ab334: resolution: {integrity: sha512-uQ5z5e4D9mOe8+upy6bQdYYjo/kk1v3jMW87kTy2TgAyAsEO+CkwRnMgyZ4JoHEnhPZLHwh7dk0XymRNLe1gFw==} 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.56.0 + sass: 1.56.1 styled-jsx: 5.1.0_react@18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 optionalDependencies: @@ -703,8 +703,8 @@ packages: queue-microtask: 1.2.3 dev: true - /sass/1.56.0: - resolution: {integrity: sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw==} + /sass/1.56.1: + resolution: {integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index d4ed230..2d71118 100644 --- a/yarn.lock +++ b/yarn.lock @@ -604,10 +604,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.56.0: - version "1.56.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.0.tgz#134032075a3223c8d49cb5c35e091e5ba1de8e0a" - integrity sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw== +sass@1.56.1: + version "1.56.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.1.tgz#94d3910cd468fd075fa87f5bb17437a0b617d8a7" + integrity sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"