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 0eb0bc1896..c99ed8771a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9092,9 +9092,9 @@
"dev": true
},
"sass": {
- "version": "1.37.2",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.2.tgz",
- "integrity": "sha512-+XMg8QOg7OGLo4F5R3fLYEti/3MxFkyX0NxYbqWycU8xYMAhPDN5FuCO2ZJudnM1wcnZ3CeJRnpqUBZpLOitCQ==",
+ "version": "1.37.5",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
+ "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index 27c5a35b81..82b45aece0 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"rollup": "^2.55.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",
- "sass": "^1.37.2",
+ "sass": "^1.37.5",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",