From 090c42c3e1428a968ea27d4a807130c90704b27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:39:45 +0000 Subject: [PATCH] Bump sass from 1.49.4 to 1.52.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.49.4 to 1.52.3. - [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.49.4...1.52.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++----------- package.json | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f636d4e3713..dc2f8cf0c241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "bootstrap", "version": "5.1.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.8", @@ -48,17 +58,13 @@ "rollup": "^2.66.1", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", - "sass": "^1.49.4", + "sass": "^1.52.3", "shelljs": "^0.8.5", "stylelint": "14.2.0", "stylelint-config-twbs-bootstrap": "^3.0.1", "terser": "^5.10.0", "vnu-jar": "21.10.12" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - }, "peerDependencies": { "@popperjs/core": "^2.11.2" } @@ -9020,9 +9026,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.49.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.4.tgz", - "integrity": "sha512-xUU5ZlppOjgfEyIIcHpnmY+f+3/ieaadp25S/OqZ5+jBPeTAMJJblkhM6UD9jb4j/lzglz7VOL5kglYt+CvNdQ==", + "version": "1.52.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.3.tgz", + "integrity": "sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -17349,9 +17355,9 @@ "dev": true }, "sass": { - "version": "1.49.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.4.tgz", - "integrity": "sha512-xUU5ZlppOjgfEyIIcHpnmY+f+3/ieaadp25S/OqZ5+jBPeTAMJJblkhM6UD9jb4j/lzglz7VOL5kglYt+CvNdQ==", + "version": "1.52.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.3.tgz", + "integrity": "sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 4d890cbd6cfc..61fe9164e7c3 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "rollup": "^2.66.1", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.5.0", - "sass": "^1.49.4", + "sass": "^1.52.3", "shelljs": "^0.8.5", "stylelint": "14.2.0", "stylelint-config-twbs-bootstrap": "^3.0.1",