summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-14 14:50:10 +0000
committerGitHub <noreply@github.com>2024-08-14 14:50:10 +0000
commit8edc890cba2e5a3c543d711fb0de0822860db5e3 (patch)
treea5298713ea665fa206fc8a7b06a5f97efa53ebc4
parent9cf23aee1a8697fdd8b4e68987707062cc461cc5 (diff)
Chore(deps-dev): Bump postcss from 8.4.38 to 8.4.41dependabot/npm_and_yarn/stable30/postcss-8.4.41
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 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.38...8.4.41) --- 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.json15
-rw-r--r--package.json2
2 files changed, 9 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index b42182b1..d1ba3c92 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -66,7 +66,7 @@
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.38",
+ "postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",
@@ -20122,8 +20122,9 @@
"peer": true
},
"node_modules/picocolors": {
- "version": "1.0.0",
- "license": "ISC"
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
},
"node_modules/picomatch": {
"version": "2.3.1",
@@ -20184,9 +20185,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.38",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
+ "version": "8.4.41",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
+ "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
"funding": [
{
"type": "opencollective",
@@ -20203,7 +20204,7 @@
],
"dependencies": {
"nanoid": "^3.3.7",
- "picocolors": "^1.0.0",
+ "picocolors": "^1.0.1",
"source-map-js": "^1.2.0"
},
"engines": {
diff --git a/package.json b/package.json
index a92d0d89..84dabdb5 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.38",
+ "postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",