From 840f717ef0af962e376c972af745bf6e9faa154b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 14 Sep 2023 00:51:17 +0000 Subject: [PATCH] Update dependency sass to v1.67.0 --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index bee2bff..cfe58f8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.29", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "0.5.4", - "sass": "1.66.1", + "sass": "1.67.0", "tailwindcss": "3.3.3", "typescript": "5.2.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09f2ca5..8429dbd 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.66.1 + sass: 1.67.0 tailwindcss: 3.3.3 typescript: 5.2.2 uuid: 9.0.1 dependencies: - next: 13.4.19_9b12dcfb3fe2618029625ea68e1d1ef8 + next: 13.4.19_4ed3bf44c35f05af3d41ffe80e26647f 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.29 prettier: 3.0.3 prettier-plugin-tailwindcss: 0.5.4_prettier@3.0.3 - sass: 1.66.1 + sass: 1.67.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.4.19_9b12dcfb3fe2618029625ea68e1d1ef8: + /next/13.4.19_4ed3bf44c35f05af3d41ffe80e26647f: resolution: {integrity: sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==} engines: {node: '>=16.8.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.66.1 + sass: 1.67.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.66.1: - resolution: {integrity: sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==} + /sass/1.67.0: + resolution: {integrity: sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==} engines: {node: '>=14.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index 39b2b08..69d823b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -729,10 +729,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.66.1: - version "1.66.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1" - integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA== +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== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"