aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-13 15:50:15 +0300
committerGitHub <[email protected]>2024-08-13 15:50:15 +0300
commit9b846e435c9e6fe356924dbd430c95d618a01fd5 (patch)
treeaba16de076fc47bac5f03dacb2e5f7b41477952f
parent7a42c40ba0ea9b3e89554bd02cfb9fb6a476778d (diff)
downloadbootstrap-9b846e435c9e6fe356924dbd430c95d618a01fd5.tar.xz
bootstrap-9b846e435c9e6fe356924dbd430c95d618a01fd5.zip
Build(deps-dev): Bump postcss from 8.4.40 to 8.4.41 (#40720)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.40 to 8.4.41. - [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.40...8.4.41) --- 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.json9
-rw-r--r--package.json2
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index ad81b9e79..c5b966b88 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -59,7 +59,7 @@
"lockfile-lint": "^4.14.0",
"nodemon": "^3.1.4",
"npm-run-all2": "^6.2.2",
- "postcss": "^8.4.40",
+ "postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"rollup": "^4.20.0",
"rollup-plugin-istanbul": "^5.0.0",
@@ -9743,9 +9743,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.40",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
- "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
+ "version": "8.4.41",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
+ "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
"dev": true,
"funding": [
{
@@ -9761,7 +9761,6 @@
"url": "https://github.com/sponsors/ai"
}
],
- "license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.0.1",
diff --git a/package.json b/package.json
index 19d05fd5c..69830d5dc 100644
--- a/package.json
+++ b/package.json
@@ -143,7 +143,7 @@
"lockfile-lint": "^4.14.0",
"nodemon": "^3.1.4",
"npm-run-all2": "^6.2.2",
- "postcss": "^8.4.40",
+ "postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"rollup": "^4.20.0",
"rollup-plugin-istanbul": "^5.0.0",