aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-02 13:00:59 +0300
committerGitHub <[email protected]>2024-04-02 13:00:59 +0300
commitfd727a079e9c729f46fdf65c0612be45d38552d0 (patch)
treecd31930e2bbe569abf13169e13b4b78fefccec24
parent44ce92a0f6c2a4bbf5670d3f7709299d0d5aebe9 (diff)
downloadbootstrap-fd727a079e9c729f46fdf65c0612be45d38552d0.tar.xz
bootstrap-fd727a079e9c729f46fdf65c0612be45d38552d0.zip
Build(deps-dev): Bump find-unused-sass-variables from 5.0.0 to 6.0.0 (#39858)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: find-unused-sass-variables dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json24
-rw-r--r--package.json2
2 files changed, 13 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json
index ebbce6a94..a23d58cd1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^51.0.1",
- "find-unused-sass-variables": "^5.0.0",
+ "find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.121.1",
@@ -5953,17 +5953,17 @@
}
},
"node_modules/find-unused-sass-variables": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-5.0.0.tgz",
- "integrity": "sha512-hN4GJEiHRfJBuct5j/oG6coNHrmHY+qAuh2hScUhZvA+sSbgWETvYW6fZKEZW7vyT/QY5FTEyHn6vZhZoKzxmA==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-6.0.0.tgz",
+ "integrity": "sha512-qV2/G0gbmbYz1uPHlsCIYbqULg3obUfiAxR38SKu+W3w5m17Z2Jrra/5WBjz5m5ul9ig+6Ct6cPVRzcGTyw9rg==",
"dev": true,
"dependencies": {
- "commander": "^10.0.1",
+ "commander": "^12.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.3",
"picocolors": "^1.0.0",
- "postcss": "^8.4.23",
- "postcss-scss": "^4.0.6",
+ "postcss": "^8.4.38",
+ "postcss-scss": "^4.0.9",
"strip-bom": "^5.0.0"
},
"bin": {
@@ -5971,19 +5971,19 @@
"fusv": "bin/cli.js"
},
"engines": {
- "node": "^14.14.0 || >=16.0.0"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/XhmikosR"
}
},
"node_modules/find-unused-sass-variables/node_modules/commander": {
- "version": "10.0.1",
- "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
- "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
+ "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
"dev": true,
"engines": {
- "node": ">=14"
+ "node": ">=18"
}
},
"node_modules/find-unused-sass-variables/node_modules/escape-string-regexp": {
diff --git a/package.json b/package.json
index e07c2e277..11316e004 100644
--- a/package.json
+++ b/package.json
@@ -124,7 +124,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^51.0.1",
- "find-unused-sass-variables": "^5.0.0",
+ "find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.1",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.121.1",