From 0ea55be3302f086b8e84f2b2feae6ac356216a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 09:01:23 +0000 Subject: [PATCH] Bump sass from 1.54.2 to 1.54.6 Bumps [sass](https://github.com/sass/dart-sass) from 1.54.2 to 1.54.6. - [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.54.2...1.54.6) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- 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 137dc579ab..bde9e5cb54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "rollup": "^2.77.2", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", - "sass": "^1.54.2", + "sass": "^1.54.6", "shelljs": "^0.8.5", "stylelint": "^14.9.1", "stylelint-config-twbs-bootstrap": "^5.0.0", @@ -8923,9 +8923,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz", - "integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==", + "version": "1.54.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz", + "integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -17049,9 +17049,9 @@ "dev": true }, "sass": { - "version": "1.54.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.2.tgz", - "integrity": "sha512-wbVV26sejsCIbBScZZtNkvnrB/bVCQ8hSlZ01D9nzsVh9zLqCkWrlpvTb3YEb6xsuNi9cx75hncqwikHFSz7tw==", + "version": "1.54.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.6.tgz", + "integrity": "sha512-DUqJjR2WxXBcZjRSZX5gCVyU+9fuC2qDfFzoKX9rV4rCOcec5mPtEafTcfsyL3YJuLONjWylBne+uXVh5rrmFw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index ad320379a3..4cc99c29a9 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "rollup": "^2.77.2", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", - "sass": "^1.54.2", + "sass": "^1.54.6", "shelljs": "^0.8.5", "stylelint": "^14.9.1", "stylelint-config-twbs-bootstrap": "^5.0.0", -- GitLab