Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-01 14:13:42 +0300
committerGitHub <noreply@github.com>2022-02-01 14:13:42 +0300
commit8036d50ca8e5579d9d85f9e8f738107b43c4661a (patch)
treef93688775c9f7d580ccdb47ce0d840310938d806
parent381c4eb3c20e22436bda6afeac483b64634c435b (diff)
Bump find-unused-sass-variables from 3.1.0 to 4.0.1 (#255)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v3.1.0...v4.0.1) --- 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json117
-rw-r--r--package.json2
2 files changed, 46 insertions, 73 deletions
diff --git a/package-lock.json b/package-lock.json
index b7f53a63..73dafd85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"devDependencies": {
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
- "find-unused-sass-variables": "^3.1.0",
+ "find-unused-sass-variables": "^4.0.1",
"hugo-bin": "^0.80.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
@@ -943,12 +943,12 @@
"dev": true
},
"node_modules/commander": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
- "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
+ "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==",
"dev": true,
"engines": {
- "node": ">= 6"
+ "node": "^12.20.0 || >=14"
}
},
"node_modules/concat-map": {
@@ -1622,12 +1622,12 @@
"dev": true
},
"node_modules/escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
"dev": true,
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -1887,24 +1887,24 @@
}
},
"node_modules/find-unused-sass-variables": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-3.1.0.tgz",
- "integrity": "sha512-ttKh7u4KgbanzrR6Ax2d9fOb/TLDdbvWD3uM4Hx0sO9ofx4whzKIHrg2nCuRrzdiTcFNsWdnf5nOHIGVatOTUQ==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.1.tgz",
+ "integrity": "sha512-GvrfkXryd+ExzElgNt0cf8aMCO+K0oqSHw9kv7JEJ0tAtLUI9DeXwofvf8n3YITsl6d1LyURsn4ud50HXl8k3g==",
"dev": true,
"dependencies": {
- "chalk": "^4.1.0",
- "commander": "^5.1.0",
- "escape-string-regexp": "^4.0.0",
- "glob": "^7.1.6",
- "postcss": "^8.2.2",
- "postcss-scss": "^3.0.4"
+ "commander": "^9.0.0",
+ "escape-string-regexp": "^5.0.0",
+ "glob": "^7.2.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.5",
+ "postcss-scss": "^4.0.3"
},
"bin": {
"find-unused-sass-variables": "cli.js",
"fusv": "cli.js"
},
"engines": {
- "node": ">=10"
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/XhmikosR"
@@ -4379,19 +4379,19 @@
}
},
"node_modules/postcss-scss": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-3.0.5.tgz",
- "integrity": "sha512-3e0qYk87eczfzg5P73ZVuuxEGCBfatRhPze6KrSaIbEKVtmnFI1RYp1Fv+AyZi+w8kcNRSPeNX6ap4b65zEkiA==",
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
+ "integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
"dev": true,
- "dependencies": {
- "postcss": "^8.2.7"
- },
"engines": {
- "node": ">=10.0"
+ "node": ">=12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
+ },
+ "peerDependencies": {
+ "postcss": "^8.3.3"
}
},
"node_modules/postcss-selector-parser": {
@@ -5474,22 +5474,6 @@
"stylelint": "^14.0.0"
}
},
- "node_modules/stylelint-config-recommended-scss/node_modules/postcss-scss": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
- "integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
- "dev": true,
- "engines": {
- "node": ">=12.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- "peerDependencies": {
- "postcss": "^8.3.3"
- }
- },
"node_modules/stylelint-config-standard": {
"version": "24.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz",
@@ -7143,9 +7127,9 @@
"dev": true
},
"commander": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
- "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-9.0.0.tgz",
+ "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==",
"dev": true
},
"concat-map": {
@@ -7667,9 +7651,9 @@
"dev": true
},
"escape-string-regexp": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
+ "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
"dev": true
},
"event-target-shim": {
@@ -7882,17 +7866,17 @@
}
},
"find-unused-sass-variables": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-3.1.0.tgz",
- "integrity": "sha512-ttKh7u4KgbanzrR6Ax2d9fOb/TLDdbvWD3uM4Hx0sO9ofx4whzKIHrg2nCuRrzdiTcFNsWdnf5nOHIGVatOTUQ==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.1.tgz",
+ "integrity": "sha512-GvrfkXryd+ExzElgNt0cf8aMCO+K0oqSHw9kv7JEJ0tAtLUI9DeXwofvf8n3YITsl6d1LyURsn4ud50HXl8k3g==",
"dev": true,
"requires": {
- "chalk": "^4.1.0",
- "commander": "^5.1.0",
- "escape-string-regexp": "^4.0.0",
- "glob": "^7.1.6",
- "postcss": "^8.2.2",
- "postcss-scss": "^3.0.4"
+ "commander": "^9.0.0",
+ "escape-string-regexp": "^5.0.0",
+ "glob": "^7.2.0",
+ "picocolors": "^1.0.0",
+ "postcss": "^8.4.5",
+ "postcss-scss": "^4.0.3"
}
},
"find-up": {
@@ -9674,13 +9658,11 @@
"requires": {}
},
"postcss-scss": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-3.0.5.tgz",
- "integrity": "sha512-3e0qYk87eczfzg5P73ZVuuxEGCBfatRhPze6KrSaIbEKVtmnFI1RYp1Fv+AyZi+w8kcNRSPeNX6ap4b65zEkiA==",
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
+ "integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
"dev": true,
- "requires": {
- "postcss": "^8.2.7"
- }
+ "requires": {}
},
"postcss-selector-parser": {
"version": "6.0.9",
@@ -10736,15 +10718,6 @@
"postcss-scss": "^4.0.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-scss": "^4.0.0"
- },
- "dependencies": {
- "postcss-scss": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.3.tgz",
- "integrity": "sha512-j4KxzWovfdHsyxwl1BxkUal/O4uirvHgdzMKS1aWJBAV0qh2qj5qAZqpeBfVUYGWv+4iK9Az7SPyZ4fyNju1uA==",
- "dev": true,
- "requires": {}
- }
}
},
"stylelint-config-standard": {
diff --git a/package.json b/package.json
index 25c1b316..5204d443 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"devDependencies": {
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
- "find-unused-sass-variables": "^3.1.0",
+ "find-unused-sass-variables": "^4.0.1",
"hugo-bin": "^0.80.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",