1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

Bump find-unused-sass-variables from 1.0.4 to 1.0.5 (#30059)

Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v1.0.4...v1.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-21 13:36:00 +02:00
committed by XhmikosR
parent 71c8578395
commit ada2011dfa
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -4742,17 +4742,17 @@
} }
}, },
"find-unused-sass-variables": { "find-unused-sass-variables": {
"version": "1.0.4", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-1.0.4.tgz", "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-1.0.5.tgz",
"integrity": "sha512-SMFt2kqoS84XusOm6cLeTUXUOm/uh9m7O/7uLtS40foOMm5PHlwBww9ukVw5qTa3/MTPfDb4JZ3I8umzX5MifA==", "integrity": "sha512-9+BMfM0wji3BSa+qZwI1+DG01vMn8p2D42Nd41SpFu7hmjBQykkx4o79BELWkEyZ4zbnOc08Rpay3WQsK882pQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^3.0.0", "chalk": "^3.0.0",
"commander": "^4.0.1", "commander": "^4.1.0",
"escape-string-regexp": "^2.0.0", "escape-string-regexp": "^2.0.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"ora": "^4.0.3", "ora": "^4.0.3",
"postcss": "^7.0.24", "postcss": "^7.0.26",
"postcss-scss": "^2.0.0" "postcss-scss": "^2.0.0"
}, },
"dependencies": { "dependencies": {

View File

@@ -107,7 +107,7 @@
"eslint-config-xo": "^0.27.2", "eslint-config-xo": "^0.27.2",
"eslint-plugin-import": "^2.20.0", "eslint-plugin-import": "^2.20.0",
"eslint-plugin-unicorn": "^15.0.1", "eslint-plugin-unicorn": "^15.0.1",
"find-unused-sass-variables": "^1.0.4", "find-unused-sass-variables": "^1.0.5",
"glob": "^7.1.6", "glob": "^7.1.6",
"hammer-simulator": "0.0.1", "hammer-simulator": "0.0.1",
"hugo-bin": "^0.50.2", "hugo-bin": "^0.50.2",