From da6d9b89aa2edd683aafb448d991e63a99d3f7ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 10:49:52 +0000 Subject: [PATCH] Bump sass from 1.57.0 to 1.57.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.0...1.57.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e36fe3b..55d665fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "postcss-logical": "^5.0.4", "preact": "^10.11.3", "rimraf": "^3.0.2", - "sass": "^1.57.0", + "sass": "^1.57.1", "simple-icons": "^8.1.0", "stylelint": "^14.16.0", "stylelint-config-rational-order": "^0.1.2", @@ -10557,9 +10557,9 @@ "optional": true }, "node_modules/sass": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.0.tgz", - "integrity": "sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", + "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -21320,9 +21320,9 @@ "optional": true }, "sass": { - "version": "1.57.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.0.tgz", - "integrity": "sha512-IZNEJDTK1cF5B1cGA593TPAV/1S0ysUDxq9XHjX/+SMy0QfUny+nfUsq5ZP7wWSl4eEf7wDJcEZ8ABYFmh3m/w==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", + "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index ea5af55d..a5659a14 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "postcss-logical": "^5.0.4", "preact": "^10.11.3", "rimraf": "^3.0.2", - "sass": "^1.57.0", + "sass": "^1.57.1", "simple-icons": "^8.1.0", "stylelint": "^14.16.0", "stylelint-config-rational-order": "^0.1.2",