1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 15:16:51 +02:00

Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)

Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: find-unused-sass-variables
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2022-03-01 16:47:19 +02:00
committed by GitHub
parent c864bdc7cb
commit 7d9423d21c
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"eslint-config-xo": "^0.40.0", "eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^41.0.0", "eslint-plugin-unicorn": "^41.0.0",
"find-unused-sass-variables": "^4.0.2", "find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4", "globby": "^11.0.4",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.81.0", "hugo-bin": "^0.81.0",
@@ -4928,16 +4928,16 @@
"dev": true "dev": true
}, },
"node_modules/find-unused-sass-variables": { "node_modules/find-unused-sass-variables": {
"version": "4.0.2", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.2.tgz", "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.3.tgz",
"integrity": "sha512-RPXfKu4TSxnU9CYClU4k39/o63hGBiwhcQ4cit3Q+e4os4IC/Tiz+42a+LFf2/eSgUl77BYfhk3oNRfZL9wvNQ==", "integrity": "sha512-D4XetD1pKO7nS4NA/8OWJx/Zf/5uGIF+eCW+8WozUBi11ZrTF90L4tNL9ueGYlDfb2zGfIX0DjuWgw/MumK8EQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"commander": "^9.0.0", "commander": "^9.0.0",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"glob": "^7.2.0", "glob": "^7.2.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.6", "postcss": "^8.4.7",
"postcss-scss": "^4.0.3" "postcss-scss": "^4.0.3"
}, },
"bin": { "bin": {
@@ -14366,16 +14366,16 @@
} }
}, },
"find-unused-sass-variables": { "find-unused-sass-variables": {
"version": "4.0.2", "version": "4.0.3",
"resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.2.tgz", "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.3.tgz",
"integrity": "sha512-RPXfKu4TSxnU9CYClU4k39/o63hGBiwhcQ4cit3Q+e4os4IC/Tiz+42a+LFf2/eSgUl77BYfhk3oNRfZL9wvNQ==", "integrity": "sha512-D4XetD1pKO7nS4NA/8OWJx/Zf/5uGIF+eCW+8WozUBi11ZrTF90L4tNL9ueGYlDfb2zGfIX0DjuWgw/MumK8EQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"commander": "^9.0.0", "commander": "^9.0.0",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"glob": "^7.2.0", "glob": "^7.2.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.6", "postcss": "^8.4.7",
"postcss-scss": "^4.0.3" "postcss-scss": "^4.0.3"
}, },
"dependencies": { "dependencies": {

View File

@@ -120,7 +120,7 @@
"eslint-config-xo": "^0.40.0", "eslint-config-xo": "^0.40.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.25.4",
"eslint-plugin-unicorn": "^41.0.0", "eslint-plugin-unicorn": "^41.0.0",
"find-unused-sass-variables": "^4.0.2", "find-unused-sass-variables": "^4.0.3",
"globby": "^11.0.4", "globby": "^11.0.4",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.81.0", "hugo-bin": "^0.81.0",