From 3ccd96826f32a126923364b0482be04dba7c3bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:03:22 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.8 to 8.5.15 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.15. - [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.5.8...8.5.15) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96ae4079..898bf065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "md5-file": "^5.0.0", "npm-force-resolutions": "0.0.10", "npm-run-all": "^4.1.5", - "postcss": "^8.4.49", + "postcss": "^8.5.15", "replace-in-file": "^7.1.0", "shx": "^0.4.0", "storybook": "^8.6.18", @@ -9353,9 +9353,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9373,9 +9370,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9393,9 +9387,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9413,9 +9404,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9433,9 +9421,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9453,9 +9438,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9473,9 +9455,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -29106,7 +29085,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.11", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", "funding": [ { "type": "github", @@ -30708,7 +30689,9 @@ } }, "node_modules/postcss": { - "version": "8.5.8", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "dev": true, "funding": [ { @@ -30726,7 +30709,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.12", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 7b3c596d..c67a9ee8 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "md5-file": "^5.0.0", "npm-force-resolutions": "0.0.10", "npm-run-all": "^4.1.5", - "postcss": "^8.4.49", + "postcss": "^8.5.15", "replace-in-file": "^7.1.0", "shx": "^0.4.0", "storybook": "^8.6.18",