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-09-01 12:03:23 +0300
committerGitHub <noreply@github.com>2022-09-01 12:03:23 +0300
commitd221b78924d090ad697e4d1ee6c2a84718e15094 (patch)
tree3526f8d4ab26f6907f56ed565af0718089af4e07
parent733bb890c3d130853bc866b55804a1a44bb6703c (diff)
Bump postcss from 8.4.14 to 8.4.16dependabot/npm_and_yarn/postcss-8.4.16
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.16. - [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.4.14...8.4.16) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 3610310e..4fbebaa1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"lockfile-lint": "^4.7.7",
"markdownlint-cli2": "0.5.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.14",
+ "postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^5.0.0",
@@ -4639,9 +4639,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.14",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",
- "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==",
+ "version": "8.4.16",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
+ "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"dev": true,
"funding": [
{
@@ -10445,9 +10445,9 @@
}
},
"postcss": {
- "version": "8.4.14",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz",
- "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==",
+ "version": "8.4.16",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
+ "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
diff --git a/package.json b/package.json
index 651fce5a..4cc50ea4 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"lockfile-lint": "^4.7.7",
"markdownlint-cli2": "0.5.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.14",
+ "postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^5.0.0",