aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-18 15:16:36 +0300
committerGitHub <[email protected]>2023-04-18 15:16:36 +0300
commita908da5edade5eaebba0802eeb09865137eabbf8 (patch)
tree1bc583a5d25678dd9d02836bde5451ba0a1b374e
parentbb33b4bb8fe0d9ce52e6e2753a514700ce58f1bc (diff)
downloadbootstrap-a908da5edade5eaebba0802eeb09865137eabbf8.tar.xz
bootstrap-a908da5edade5eaebba0802eeb09865137eabbf8.zip
Build(deps-dev): Bump postcss from 8.4.21 to 8.4.22 (#38475)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.22. - [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.21...8.4.22) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json22
-rw-r--r--package.json2
2 files changed, 14 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 79bc1b243..93bf9ec00 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -56,7 +56,7 @@
"lockfile-lint": "^4.10.1",
"nodemon": "^2.0.22",
"npm-run-all2": "^6.0.5",
- "postcss": "^8.4.21",
+ "postcss": "^8.4.22",
"postcss-cli": "^10.1.0",
"rollup": "^3.20.2",
"rollup-plugin-istanbul": "^4.0.0",
@@ -8396,9 +8396,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.21",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
- "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
+ "version": "8.4.22",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz",
+ "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==",
"dev": true,
"funding": [
{
@@ -8408,10 +8408,14 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
- "nanoid": "^3.3.4",
+ "nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
@@ -17006,12 +17010,12 @@
"dev": true
},
"postcss": {
- "version": "8.4.21",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
- "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
+ "version": "8.4.22",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz",
+ "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==",
"dev": true,
"requires": {
- "nanoid": "^3.3.4",
+ "nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
}
diff --git a/package.json b/package.json
index 0ddc2d596..0263ec4f8 100644
--- a/package.json
+++ b/package.json
@@ -140,7 +140,7 @@
"lockfile-lint": "^4.10.1",
"nodemon": "^2.0.22",
"npm-run-all2": "^6.0.5",
- "postcss": "^8.4.21",
+ "postcss": "^8.4.22",
"postcss-cli": "^10.1.0",
"rollup": "^3.20.2",
"rollup-plugin-istanbul": "^4.0.0",