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-24 15:38:40 +0300
committerGitHub <noreply@github.com>2021-08-24 15:38:40 +0300
commit151f076ab6ed13de1891da6036d4522dc23d2b36 (patch)
tree21a31f171e3c5ff3c9c0f5af33326d15fcafd64f /package-lock.json
parentacfd5b6625c31ee61274a8110837fdb2d52200bf (diff)
Bump sass from 1.38.0 to 1.38.1 (#34811)
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.0 to 1.38.1. - [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.38.0...1.38.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.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 27c6f0cfc8..fbf7bf9a1e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9137,9 +9137,9 @@
"dev": true
},
"sass": {
- "version": "1.38.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.38.0.tgz",
- "integrity": "sha512-WBccZeMigAGKoI+NgD7Adh0ab1HUq+6BmyBUEaGxtErbUtWUevEbdgo5EZiJQofLUGcKtlNaO2IdN73AHEua5g==",
+ "version": "1.38.1",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.38.1.tgz",
+ "integrity": "sha512-Lj8nPaSYOuRhgqdyShV50fY5jKnvaRmikUNalMPmbH+tKMGgEKVkltI/lP30PEfO2T1t6R9yc2QIBLgOc3uaFw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"