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-01-12 15:47:52 +0300
committerGitHub <noreply@github.com>2021-01-12 15:47:52 +0300
commitf51dbaf2a67dc5bae0675d446c74fdfda8d6022a (patch)
tree799dfba7a1158602ec0fd1f016cfed91293bf238
parentd3ee8296a01a33ad363f9b6e0a8a8ecb5b8a5ec5 (diff)
Bump postcss from 8.2.3 to 8.2.4 (#679)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.3 to 8.2.4. - [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.2.3...8.2.4) 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 173abf746..8982ab9f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5478,9 +5478,9 @@
}
},
"postcss": {
- "version": "8.2.3",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.3.tgz",
- "integrity": "sha512-tdmNCCmxJEsLZNj810qlj8QbvnUNKFL9A5doV+uHrGGK/YNKWEslrytnHDWr9M/GgGjfUFwXCRbxd/b6IoRBXQ==",
+ "version": "8.2.4",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz",
+ "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index 30bd77efa..a4aa87349 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"linkinator": "^2.13.1",
"lockfile-lint": "^4.3.7",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.3",
+ "postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"purgecss": "^3.1.3",
"stylelint": "^13.8.0",