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>2021-08-18 07:26:20 +0300
committerGitHub <noreply@github.com>2021-08-18 07:26:20 +0300
commit18b3e1ac71f73d006756684a285c5a818e2d1454 (patch)
treefef2ea7780e7c845d0aeac6508a0863ed0a57857
parent1e5e65567049cc5a7521530fbc1149f8c35b96f9 (diff)
Bump sass from 1.37.5 to 1.38.0 (#34759)
Bumps [sass](https://github.com/sass/dart-sass) from 1.37.5 to 1.38.0. - [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.37.5...1.38.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 11a4a8799a..55ce3e5b07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9128,9 +9128,9 @@
"dev": true
},
"sass": {
- "version": "1.37.5",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.37.5.tgz",
- "integrity": "sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==",
+ "version": "1.38.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.38.0.tgz",
+ "integrity": "sha512-WBccZeMigAGKoI+NgD7Adh0ab1HUq+6BmyBUEaGxtErbUtWUevEbdgo5EZiJQofLUGcKtlNaO2IdN73AHEua5g==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"
diff --git a/package.json b/package.json
index ec825861ee..abb8045c3f 100644
--- a/package.json
+++ b/package.json
@@ -141,7 +141,7 @@
"rollup": "^2.56.2",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0",
- "sass": "^1.37.5",
+ "sass": "^1.38.0",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3",