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-03-01 16:22:00 +0300
committerGitHub <noreply@github.com>2022-03-01 16:22:00 +0300
commite9f33503b335ba1ff5652701d3d45ebc11d98105 (patch)
treeeb07a83224950615ceae4d1132b09c1942e121d0
parent447c5d7383d11a90e2bb2fa6d36952c0844544b7 (diff)
build(deps-dev): bump find-unused-sass-variables from 4.0.1 to 4.0.2 (#1243)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.1...v4.0.2) --- 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.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index ab2630375..740f3b9f7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"fantasticon": "^1.2.3",
- "find-unused-sass-variables": "^4.0.1",
+ "find-unused-sass-variables": "^4.0.2",
"hugo-bin": "^0.81.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
@@ -3174,16 +3174,16 @@
}
},
"node_modules/find-unused-sass-variables": {
- "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==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.2.tgz",
+ "integrity": "sha512-RPXfKu4TSxnU9CYClU4k39/o63hGBiwhcQ4cit3Q+e4os4IC/Tiz+42a+LFf2/eSgUl77BYfhk3oNRfZL9wvNQ==",
"dev": true,
"dependencies": {
"commander": "^9.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.5",
+ "postcss": "^8.4.6",
"postcss-scss": "^4.0.3"
},
"bin": {
@@ -12404,16 +12404,16 @@
}
},
"find-unused-sass-variables": {
- "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==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/find-unused-sass-variables/-/find-unused-sass-variables-4.0.2.tgz",
+ "integrity": "sha512-RPXfKu4TSxnU9CYClU4k39/o63hGBiwhcQ4cit3Q+e4os4IC/Tiz+42a+LFf2/eSgUl77BYfhk3oNRfZL9wvNQ==",
"dev": true,
"requires": {
"commander": "^9.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.5",
+ "postcss": "^8.4.6",
"postcss-scss": "^4.0.3"
},
"dependencies": {
diff --git a/package.json b/package.json
index fc3617b60..43b103ce2 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"fantasticon": "^1.2.3",
- "find-unused-sass-variables": "^4.0.1",
+ "find-unused-sass-variables": "^4.0.2",
"hugo-bin": "^0.81.0",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",