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-09-15 08:47:47 +0300
committerGitHub <noreply@github.com>2021-09-15 08:47:47 +0300
commit1d484b573756adf43c5d6341477a3ae7a376615f (patch)
tree2589c4a495b77eab452b5816d4852630a5f92e32 /package-lock.json
parentc54cd6a070904604d4445e89182effc1606ce938 (diff)
Bump sass from 1.40.1 to 1.41.0 (#34977)
Bumps [sass](https://github.com/sass/dart-sass) from 1.40.1 to 1.41.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.40.1...1.41.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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 17dc5b802b..a4a7bf37e8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9141,9 +9141,9 @@
"dev": true
},
"sass": {
- "version": "1.40.1",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.40.1.tgz",
- "integrity": "sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ==",
+ "version": "1.41.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.41.0.tgz",
+ "integrity": "sha512-wb8nT60cjo9ZZMcHzG7TzdbFtCAmHEKWrH+zAdScPb4ZxL64WQBnGdbp5nwlenW5wJPcHva1JWmVa0h6iqA5eg==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"