From 1e7d75b103cc31ce44c973dbacd82faf83f2044f Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 10 Oct 2023 00:29:58 +0000 Subject: [PATCH] Update dependency sass to v1.69.1 --- 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 67e7dd0..435080b 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.69.0", + "sass": "1.69.1", "tailwindcss": "3.3.3", "typescript": "5.2.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd016f9..6847988 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.69.0 + sass: 1.69.1 tailwindcss: 3.3.3 typescript: 5.2.2 uuid: 9.0.1 dependencies: - next: 13.5.4_50f5fb8d569e6f98b65c6c9400550ab2 + next: 13.5.4_312d9b7c4e05354576a8bc827532cf9d 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.69.0 + sass: 1.69.1 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_50f5fb8d569e6f98b65c6c9400550ab2: + /next/13.5.4_312d9b7c4e05354576a8bc827532cf9d: 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.69.0 + sass: 1.69.1 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.69.0: - resolution: {integrity: sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ==} + /sass/1.69.1: + resolution: {integrity: sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==} engines: {node: '>=14.0.0'} hasBin: true dependencies: diff --git a/yarn.lock b/yarn.lock index a660c80..97dba6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -734,10 +734,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -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== +sass@1.69.1: + version "1.69.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89" + integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0" -- 2.45.2