0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

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>
This commit is contained in:
dependabot[bot] 2021-09-15 08:47:47 +03:00 committed by GitHub
parent c54cd6a070
commit 1d484b5737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9141,9 +9141,9 @@
"dev": true "dev": true
}, },
"sass": { "sass": {
"version": "1.40.1", "version": "1.41.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.40.1.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.41.0.tgz",
"integrity": "sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ==", "integrity": "sha512-wb8nT60cjo9ZZMcHzG7TzdbFtCAmHEKWrH+zAdScPb4ZxL64WQBnGdbp5nwlenW5wJPcHva1JWmVa0h6iqA5eg==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=3.0.0 <4.0.0" "chokidar": ">=3.0.0 <4.0.0"

View File

@ -141,7 +141,7 @@
"rollup": "^2.56.3", "rollup": "^2.56.3",
"rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.3.0", "rtlcss": "^3.3.0",
"sass": "^1.40.1", "sass": "^1.41.0",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.3", "stylelint-config-twbs-bootstrap": "^2.2.3",