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

github.com/twbs/icons.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-04-05 18:52:39 +0300
committerGitHub <noreply@github.com>2022-04-05 18:52:39 +0300
commit14871daa8a5a9bd106cf0389fe4ba645cf6d1623 (patch)
treec2c63e400bf75dde0f8dbcbadd8c69b9ac350c83
parentb5c64b99d75b3abeac0af91a90c0075f79d3d1cc (diff)
build(deps-dev): bump find-unused-sass-variables from 4.0.3 to 4.0.4 (#1279)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.3...v4.0.4) --- 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>
-rw-r--r--package-lock.json22
-rw-r--r--package.json2
2 files changed, 12 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 0819b944c..12c9e3e53 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"fantasticon": "^1.2.3",
- "find-unused-sass-variables": "^4.0.3",
+ "find-unused-sass-variables": "^4.0.4",
"hugo-bin": "^0.84.0",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",
@@ -2890,16 +2890,16 @@
}
},
"node_modules/find-unused-sass-variables": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.3.tgz",
- "integrity": "sha512-D4XetD1pKO7nS4NA/8OWJx/Zf/5uGIF+eCW+8WozUBi11ZrTF90L4tNL9ueGYlDfb2zGfIX0DjuWgw/MumK8EQ==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.4.tgz",
+ "integrity": "sha512-qs/dd5W66o17OW5bmndaOeEdHj9pNSrFcy9YMRgRE1JTYVAB0UvQszSF7F44xlAzcEV17wDp5liY6C79UxBsQQ==",
"dev": true,
"dependencies": {
- "commander": "^9.0.0",
+ "commander": "^9.1.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.7",
+ "postcss": "^8.4.12",
"postcss-scss": "^4.0.3"
},
"bin": {
@@ -10130,16 +10130,16 @@
}
},
"find-unused-sass-variables": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.3.tgz",
- "integrity": "sha512-D4XetD1pKO7nS4NA/8OWJx/Zf/5uGIF+eCW+8WozUBi11ZrTF90L4tNL9ueGYlDfb2zGfIX0DjuWgw/MumK8EQ==",
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.4.tgz",
+ "integrity": "sha512-qs/dd5W66o17OW5bmndaOeEdHj9pNSrFcy9YMRgRE1JTYVAB0UvQszSF7F44xlAzcEV17wDp5liY6C79UxBsQQ==",
"dev": true,
"requires": {
- "commander": "^9.0.0",
+ "commander": "^9.1.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.7",
+ "postcss": "^8.4.12",
"postcss-scss": "^4.0.3"
},
"dependencies": {
diff --git a/package.json b/package.json
index b05dadddf..2f83a7808 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"fantasticon": "^1.2.3",
- "find-unused-sass-variables": "^4.0.3",
+ "find-unused-sass-variables": "^4.0.4",
"hugo-bin": "^0.84.0",
"lockfile-lint": "^4.7.4",
"npm-run-all": "^4.1.5",