diff --git a/package-lock.json b/package-lock.json index 0269ec7dea..119940fcae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4742,17 +4742,17 @@ } }, "find-unused-sass-variables": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-1.0.4.tgz", - "integrity": "sha512-SMFt2kqoS84XusOm6cLeTUXUOm/uh9m7O/7uLtS40foOMm5PHlwBww9ukVw5qTa3/MTPfDb4JZ3I8umzX5MifA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-1.0.5.tgz", + "integrity": "sha512-9+BMfM0wji3BSa+qZwI1+DG01vMn8p2D42Nd41SpFu7hmjBQykkx4o79BELWkEyZ4zbnOc08Rpay3WQsK882pQ==", "dev": true, "requires": { "chalk": "^3.0.0", - "commander": "^4.0.1", + "commander": "^4.1.0", "escape-string-regexp": "^2.0.0", "glob": "^7.1.6", "ora": "^4.0.3", - "postcss": "^7.0.24", + "postcss": "^7.0.26", "postcss-scss": "^2.0.0" }, "dependencies": { diff --git a/package.json b/package.json index a01bdc089e..374bf2da7a 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "eslint-config-xo": "^0.27.2", "eslint-plugin-import": "^2.20.0", "eslint-plugin-unicorn": "^15.0.1", - "find-unused-sass-variables": "^1.0.4", + "find-unused-sass-variables": "^1.0.5", "glob": "^7.1.6", "hammer-simulator": "0.0.1", "hugo-bin": "^0.50.2",