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-03-02 17:41:26 +0300
committerGitHub <noreply@github.com>2022-03-02 17:41:26 +0300
commitc89e9048bde910713359d83b6621576ccc92cb29 (patch)
treebc9bcc6eb1bf6bf790b3c082dcdb499951b2952a
parent5795cb5e061f1ae6a328475d785b8b096ff53d81 (diff)
Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#261)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases) - [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.2...v4.0.3) --- 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 825a4720..86875002 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": "^4.0.2",
+ "find-unused-sass-variables": "^4.0.3",
"hugo-bin": "^0.81.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",
@@ -1899,16 +1899,16 @@
}
},
"node_modules/find-unused-sass-variables": {
- "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==",
+ "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==",
"dev": true,
"dependencies": {
"commander": "^9.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.6",
+ "postcss": "^8.4.7",
"postcss-scss": "^4.0.3"
},
"bin": {
@@ -7945,16 +7945,16 @@
}
},
"find-unused-sass-variables": {
- "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==",
+ "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==",
"dev": true,
"requires": {
"commander": "^9.0.0",
"escape-string-regexp": "^5.0.0",
"glob": "^7.2.0",
"picocolors": "^1.0.0",
- "postcss": "^8.4.6",
+ "postcss": "^8.4.7",
"postcss-scss": "^4.0.3"
}
},
diff --git a/package.json b/package.json
index 5a00dd36..6bf90e9a 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": "^4.0.2",
+ "find-unused-sass-variables": "^4.0.3",
"hugo-bin": "^0.81.1",
"linkinator": "^3.0.3",
"lockfile-lint": "^4.6.2",