diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-22 17:04:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-22 17:04:18 +0200 |
| commit | bc1b5b25edbc6657ceab694dbbeb00aed5dca431 (patch) | |
| tree | 246d06e72d7a7d425619ee7ac5d971526ab73c90 | |
| parent | 9add0b15c69d5c695332ea1120581cdb53dc1c40 (diff) | |
| download | bootstrap-bc1b5b25edbc6657ceab694dbbeb00aed5dca431.tar.xz bootstrap-bc1b5b25edbc6657ceab694dbbeb00aed5dca431.zip | |
Bump find-unused-sass-variables from 4.0.4 to 4.0.5 (#37531)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.4...v4.0.5)
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 30 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index 9581eff29..c7ffd1880 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-unicorn": "^44.0.2", - "find-unused-sass-variables": "^4.0.4", + "find-unused-sass-variables": "^4.0.5", "globby": "^11.1.0", "hammer-simulator": "0.0.1", "hugo-bin": "^0.94.0", @@ -5028,17 +5028,17 @@ } }, "node_modules/find-unused-sass-variables": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.4.tgz", - "integrity": "sha512-qs/dd5W66o17OW5bmndaOeEdHj9pNSrFcy9YMRgRE1JTYVAB0UvQszSF7F44xlAzcEV17wDp5liY6C79UxBsQQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.5.tgz", + "integrity": "sha512-g/VikpyoOi3bpGnNQDhaqeOJtp+qvK6xNJXEOe/M+FFRpR6X74f2/R+x95WaLE+BemFlJBS5IXqs6hw6a8HCzQ==", "dev": true, "dependencies": { - "commander": "^9.1.0", + "commander": "^9.4.1", "escape-string-regexp": "^5.0.0", - "glob": "^7.2.0", + "glob": "^7.2.3", "picocolors": "^1.0.0", - "postcss": "^8.4.12", - "postcss-scss": "^4.0.3" + "postcss": "^8.4.19", + "postcss-scss": "^4.0.5" }, "bin": { "find-unused-sass-variables": "cli.js", @@ -14252,17 +14252,17 @@ } }, "find-unused-sass-variables": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.4.tgz", - "integrity": "sha512-qs/dd5W66o17OW5bmndaOeEdHj9pNSrFcy9YMRgRE1JTYVAB0UvQszSF7F44xlAzcEV17wDp5liY6C79UxBsQQ==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.5.tgz", + "integrity": "sha512-g/VikpyoOi3bpGnNQDhaqeOJtp+qvK6xNJXEOe/M+FFRpR6X74f2/R+x95WaLE+BemFlJBS5IXqs6hw6a8HCzQ==", "dev": true, "requires": { - "commander": "^9.1.0", + "commander": "^9.4.1", "escape-string-regexp": "^5.0.0", - "glob": "^7.2.0", + "glob": "^7.2.3", "picocolors": "^1.0.0", - "postcss": "^8.4.12", - "postcss-scss": "^4.0.3" + "postcss": "^8.4.19", + "postcss-scss": "^4.0.5" }, "dependencies": { "commander": { diff --git a/package.json b/package.json index 6be73f6f0..f870e03f9 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-unicorn": "^44.0.2", - "find-unused-sass-variables": "^4.0.4", + "find-unused-sass-variables": "^4.0.5", "globby": "^11.1.0", "hammer-simulator": "0.0.1", "hugo-bin": "^0.94.0", |
