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-23 12:01:45 +0300
committerGitHub <noreply@github.com>2022-08-23 12:01:45 +0300
commit653d33fbdca8ea9c7f61dfa549c211990dfcca3b (patch)
tree94095b7db95ea68061af739ec83573184a07a450
parentc3c65911665ab64bdaa15d405db65ee81655dbf3 (diff)
Bump sass from 1.54.2 to 1.54.5dependabot/npm_and_yarn/sass-1.54.5
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.2 to 1.54.5. - [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.5) --- 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..1120088c7d 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.5",
"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.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
+ "integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"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.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
+ "integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0",
diff --git a/package.json b/package.json
index 32ec47f86b..bf34396daa 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.5",
"shelljs": "^0.8.5",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^5.0.0",