Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-09 12:01:48 +0300
committerGitHub <noreply@github.com>2022-08-09 12:01:48 +0300
commit957589b5a80b49fb61bd2f509f6ad1cf826902df (patch)
tree1b328fcc812a9e79e268fbdc98bab0c89b0675e7
parenta685b9648bf14c853b9a417c7c68f95d93e1aabc (diff)
Bump sass from 1.54.2 to 1.54.3dependabot/npm_and_yarn/sass-1.54.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.2 to 1.54.3. - [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.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index b2511343d0..8d9b9148e9 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.3",
"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.3",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
+ "integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"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.3",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.3.tgz",
+ "integrity": "sha512-fLodey5Qd41Pxp/Tk7Al97sViYwF/TazRc5t6E65O7JOk4XF8pzwIW7CvCxYVOfJFFI/1x5+elDyBIixrp+zrw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
diff --git a/package.json b/package.json
index 32ec47f86b..a7af14ea44 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.3",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^5.0.0",