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:
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 6283aacfaa..17dc5b802b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9141,9 +9141,9 @@
"dev": true
},
"sass": {
- "version": "1.39.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.39.0.tgz",
- "integrity": "sha512-F4o+RhJkNOIG0b6QudYU8c78ZADKZjKDk5cyrf8XTKWfrgbtyVVXImFstJrc+1pkQDCggyidIOytq6gS4gCCZg==",
+ "version": "1.40.1",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.40.1.tgz",
+ "integrity": "sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index a3c16d2932..493b094c63 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"rollup": "^2.56.3",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",
- "sass": "^1.39.0",
+ "sass": "^1.40.1",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",