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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-02 13:00:59 +03:00 committed by GitHub
parent 44ce92a0f6
commit fd727a079e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^4.0.1", "eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^51.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", "globby": "^14.0.1",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.121.1", "hugo-bin": "^0.121.1",
@ -5953,17 +5953,17 @@
} }
}, },
"node_modules/find-unused-sass-variables": { "node_modules/find-unused-sass-variables": {
"version": "5.0.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-5.0.0.tgz", "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-6.0.0.tgz",
"integrity": "sha512-hN4GJEiHRfJBuct5j/oG6coNHrmHY+qAuh2hScUhZvA+sSbgWETvYW6fZKEZW7vyT/QY5FTEyHn6vZhZoKzxmA==", "integrity": "sha512-qV2/G0gbmbYz1uPHlsCIYbqULg3obUfiAxR38SKu+W3w5m17Z2Jrra/5WBjz5m5ul9ig+6Ct6cPVRzcGTyw9rg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"commander": "^10.0.1", "commander": "^12.0.0",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"glob": "^7.2.3", "glob": "^7.2.3",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.23", "postcss": "^8.4.38",
"postcss-scss": "^4.0.6", "postcss-scss": "^4.0.9",
"strip-bom": "^5.0.0" "strip-bom": "^5.0.0"
}, },
"bin": { "bin": {
@ -5971,19 +5971,19 @@
"fusv": "bin/cli.js" "fusv": "bin/cli.js"
}, },
"engines": { "engines": {
"node": "^14.14.0 || >=16.0.0" "node": ">=18"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/XhmikosR" "url": "https://github.com/sponsors/XhmikosR"
} }
}, },
"node_modules/find-unused-sass-variables/node_modules/commander": { "node_modules/find-unused-sass-variables/node_modules/commander": {
"version": "10.0.1", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14" "node": ">=18"
} }
}, },
"node_modules/find-unused-sass-variables/node_modules/escape-string-regexp": { "node_modules/find-unused-sass-variables/node_modules/escape-string-regexp": {

View File

@ -124,7 +124,7 @@
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^4.0.1", "eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-unicorn": "^51.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", "globby": "^14.0.1",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.121.1", "hugo-bin": "^0.121.1",