aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-07 10:08:07 +0200
committerGitHub <[email protected]>2021-01-07 10:08:07 +0200
commitfee72a1dbc4e4e11ab99dae37df1c07c86d4acf0 (patch)
treedf7bcd6eacdd90983614e7923bccaa42c3c03ebb
parentdbd53b8475fcb01cecb739b5c520fdb1895c47de (diff)
downloadbootstrap-fee72a1dbc4e4e11ab99dae37df1c07c86d4acf0.tar.xz
bootstrap-fee72a1dbc4e4e11ab99dae37df1c07c86d4acf0.zip
Bump sass from 1.32.0 to 1.32.2 (#32709)
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-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 cf0b0a953..4a36cd4a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9005,9 +9005,9 @@
"dev": true
},
"sass": {
- "version": "1.32.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz",
- "integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==",
+ "version": "1.32.2",
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.2.tgz",
+ "integrity": "sha512-u1pUuzqwz3SAgvHSWp1k0mRhX82b2DdlVnP6UIetQPZtYbuJUDaPQhZE12jyjB7vYeOScfz9WPsZJB6Rpk7heA==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
diff --git a/package.json b/package.json
index c02741346..f9096e9e0 100644
--- a/package.json
+++ b/package.json
@@ -138,7 +138,7 @@
"rollup": "^2.36.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.0.0",
- "sass": "^1.32.0",
+ "sass": "^1.32.2",
"shelljs": "^0.8.4",
"stylelint": "^13.8.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",