From a55e2ef50e14e19b15028c2c3b7227c8b19e0283 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 9 Aug 2023 21:50:56 +0000 Subject: [PATCH] Update dependency sass to v1.65.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 8b13c7b..e0e2409 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "postcss": "8.4.27", "prettier": "3.0.1", "prettier-plugin-tailwindcss": "0.4.1", - "sass": "1.64.2", + "sass": "1.65.0", "tailwindcss": "3.3.3", "typescript": "5.1.6" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 65f22f2..e497516 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ specifiers: prettier-plugin-tailwindcss: 0.4.1 react: 18.2.0 react-dom: 18.2.0 - sass: 1.64.2 + sass: 1.65.0 tailwindcss: 3.3.3 typescript: 5.1.6 uuid: 9.0.0 dependencies: - next: 13.4.13_782b40073352479b4223179d6e9cdb43 + next: 13.4.13_695acc69fac04dbf3ed1cbd85f2cd5c1 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.27 prettier: 3.0.1 prettier-plugin-tailwindcss: 0.4.1_prettier@3.0.1 - sass: 1.64.2 + sass: 1.65.0 tailwindcss: 3.3.3 typescript: 5.1.6 @@ -521,7 +521,7 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /next/13.4.13_782b40073352479b4223179d6e9cdb43: + /next/13.4.13_695acc69fac04dbf3ed1cbd85f2cd5c1: resolution: {integrity: sha512-A3YVbVDNeXLhWsZ8Nf6IkxmNlmTNz0yVg186NJ97tGZqPDdPzTrHotJ+A1cuJm2XfuWPrKOUZILl5iBQkIf8Jw==} 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.64.2 + sass: 1.65.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.64.2: - resolution: {integrity: sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg==} + /sass/1.65.0: + resolution: {integrity: sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw==} engines: {node: '>=14.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index 61181b0..3f7c071 100644 --- a/yarn.lock +++ b/yarn.lock @@ -729,10 +729,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.64.2: - version "1.64.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.64.2.tgz#0d9805ad6acf31c59c3acc725fcfb91b7fcc6909" - integrity sha512-TnDlfc+CRnUAgLO9D8cQLFu/GIjJIzJCGkE7o4ekIGQOH7T3GetiRR/PsTWJUHhkzcSPrARkPI+gNWn5alCzDg== +sass@1.65.0: + version "1.65.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.0.tgz#7ea8b6e621621213aa507378964301869ffd44f1" + integrity sha512-FSZ+vXbv4lj5nYEAF9xuMXGaAnu5WDH05hYfvEx6cm9zLNBA3oLBBbg9rx5EwwRaq/9X7xpAhSRllR4CW0uKJw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"