From db1c6782c29896fc7509923ee211393d7c22528e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 04:35:00 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.71.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8e952bf0a..80e0e14f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "jest-environment-jsdom": "29.7.0", "next-test-api-route-handler": "4.0.3", "nock": "13.5.3", - "sass": "1.71.0", + "sass": "1.71.1", "storybook": "7.6.17", "ts-node": "10.9.2", "tsconfig-paths-webpack-plugin": "4.1.0", @@ -24102,9 +24102,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.71.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.0.tgz", - "integrity": "sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==", + "version": "1.71.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", + "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 08f14c54df..116c95db69 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "jest-environment-jsdom": "29.7.0", "next-test-api-route-handler": "4.0.3", "nock": "13.5.3", - "sass": "1.71.0", + "sass": "1.71.1", "storybook": "7.6.17", "ts-node": "10.9.2", "tsconfig-paths-webpack-plugin": "4.1.0",