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-08-03 09:04:15 +0300
committerGitHub <noreply@github.com>2021-08-03 09:04:15 +0300
commit902281f124f8fcc7d4021ae7746959892a59abe0 (patch)
tree2517b776d66b8e0567b9f343c61ab78955530f5f
parent571d556a85767ce557574c5912749e7c6cd4dc5d (diff)
build(deps-dev): bump postcss from 8.3.5 to 8.3.6 (#958)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.3.6. - [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.5...8.3.6) --- 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 36c1fd42e..32bab9e33 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5643,9 +5643,9 @@
}
},
"postcss": {
- "version": "8.3.5",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz",
- "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==",
+ "version": "8.3.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
+ "integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index 2d3c42cd9..9d671024f 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"linkinator": "^2.14.0",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",
- "postcss": "^8.3.5",
+ "postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"purgecss": "^4.0.3",
"stylelint": "^13.13.1",