aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-17 16:17:17 +0200
committerGitHub <[email protected]>2023-03-17 16:17:17 +0200
commitfa4854f0d4a9dda70a60ea90f7f1d771a3d9a6ca (patch)
tree298a88eaf190bedd36e85ceb3ba83a7f8f58140f
parent008625878ae38ff1112904b6f5a1d82c60488152 (diff)
downloadbootstrap-fa4854f0d4a9dda70a60ea90f7f1d771a3d9a6ca.tar.xz
bootstrap-fa4854f0d4a9dda70a60ea90f7f1d771a3d9a6ca.zip
Build(deps-dev): Bump find-unused-sass-variables from 4.0.5 to 4.0.6 (#38269)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.5...v4.0.6) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json26
-rw-r--r--package.json2
2 files changed, 14 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 167e87f6f..125e047d9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,7 +37,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^46.0.0",
- "find-unused-sass-variables": "^4.0.5",
+ "find-unused-sass-variables": "^4.0.6",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.101.0",
@@ -5243,17 +5243,17 @@
}
},
"node_modules/find-unused-sass-variables": {
- "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==",
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.6.tgz",
+ "integrity": "sha512-LLmve6yEAvkjCSji2JuY4LEEMvD5a1NBQPu05oSK1vVfJUx8cZW6K/gDyfYZt0B1FnCiz7cJsa3DAZfTHsEdUg==",
"dev": true,
"dependencies": {
- "commander": "^9.4.1",
+ "commander": "^9.5.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.3",
"picocolors": "^1.0.0",
- "postcss": "^8.4.19",
- "postcss-scss": "^4.0.5"
+ "postcss": "^8.4.21",
+ "postcss-scss": "^4.0.6"
},
"bin": {
"find-unused-sass-variables": "cli.js",
@@ -14864,17 +14864,17 @@
}
},
"find-unused-sass-variables": {
- "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==",
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.6.tgz",
+ "integrity": "sha512-LLmve6yEAvkjCSji2JuY4LEEMvD5a1NBQPu05oSK1vVfJUx8cZW6K/gDyfYZt0B1FnCiz7cJsa3DAZfTHsEdUg==",
"dev": true,
"requires": {
- "commander": "^9.4.1",
+ "commander": "^9.5.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.3",
"picocolors": "^1.0.0",
- "postcss": "^8.4.19",
- "postcss-scss": "^4.0.5"
+ "postcss": "^8.4.21",
+ "postcss-scss": "^4.0.6"
},
"dependencies": {
"commander": {
diff --git a/package.json b/package.json
index 12748b9dc..dfb5a3c24 100644
--- a/package.json
+++ b/package.json
@@ -121,7 +121,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^46.0.0",
- "find-unused-sass-variables": "^4.0.5",
+ "find-unused-sass-variables": "^4.0.6",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.101.0",