aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-01 15:03:12 +0300
committerGitHub <[email protected]>2024-05-01 15:03:12 +0300
commitc8a86541946e7b0873e4295549013fe045f2fd34 (patch)
tree9ba38e03f7fc5474bc739d4de15b1545aeb02342
parentb83cd8d1aeffefe66abad0098d3051ca16593ad7 (diff)
downloadbootstrap-c8a86541946e7b0873e4295549013fe045f2fd34.tar.xz
bootstrap-c8a86541946e7b0873e4295549013fe045f2fd34.zip
Build(deps-dev): Bump sass from 1.75.0 to 1.76.0 (#39942)
Bumps [sass](https://github.com/sass/dart-sass) from 1.75.0 to 1.76.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.75.0...1.76.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 389a28a6d..66bde3859 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -64,7 +64,7 @@
"rollup": "^4.17.2",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
- "sass": "^1.75.0",
+ "sass": "^1.76.0",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.4.0",
@@ -10266,9 +10266,9 @@
"dev": true
},
"node_modules/sass": {
- "version": "1.75.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
- "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
+ "version": "1.76.0",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz",
+ "integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
diff --git a/package.json b/package.json
index 045dc3b8d..87eff3da6 100644
--- a/package.json
+++ b/package.json
@@ -148,7 +148,7 @@
"rollup": "^4.17.2",
"rollup-plugin-istanbul": "^5.0.0",
"rtlcss": "^4.1.1",
- "sass": "^1.75.0",
+ "sass": "^1.76.0",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^16.4.0",