From 73105a4f014dcbd59c756254abb7021547a38c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 22:11:11 +0000 Subject: [PATCH] Bump sass from 1.40.1 to 1.41.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.40.1 to 1.41.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.40.1...1.41.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... 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 eb8195b..214b18b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "jest-in-case": "^1.0.2", "patch-package": "^6.4", "rollup-plugin-analyzer": "^4.0", - "sass": "^1.40", + "sass": "^1.41", "ts-jest": "^26.5.6", "ts-node": "^10.2.1", "typescript": "^4.4", @@ -9730,9 +9730,9 @@ } }, "node_modules/sass": { - "version": "1.40.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.40.1.tgz", - "integrity": "sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz", + "integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0" @@ -19329,9 +19329,9 @@ } }, "sass": { - "version": "1.40.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.40.1.tgz", - "integrity": "sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz", + "integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" diff --git a/package.json b/package.json index c211816..c181f76 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "jest-in-case": "^1.0.2", "patch-package": "^6.4", "rollup-plugin-analyzer": "^4.0", - "sass": "^1.40", + "sass": "^1.41", "ts-jest": "^26.5.6", "ts-node": "^10.2.1", "typescript": "^4.4",