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>2021-06-22 12:34:04 +0300
committerGitHub <noreply@github.com>2021-06-22 12:34:04 +0300
commite2b74e1e91006d1129c906a6bb5c92ff9afe4ef3 (patch)
treee4c5cd0d953ae4580db1413b62c383ea4801e440
parent3c4aad9f680dcd249161264ad1cc8501192f90cc (diff)
build(deps-dev): bump postcss from 8.3.4 to 8.3.5 (#924)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: postcss 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> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 0f5db4e86..ea7da1169 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5609,9 +5609,9 @@
}
},
"postcss": {
- "version": "8.3.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.4.tgz",
- "integrity": "sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==",
+ "version": "8.3.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz",
+ "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index cdd4e6e54..8b7bb4551 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"linkinator": "^2.13.6",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",
- "postcss": "^8.3.4",
+ "postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"purgecss": "^4.0.3",
"stylelint": "^13.13.1",