From 12209a54b052f706c67f2f0fd0241d226f701331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:27:06 +0000 Subject: [PATCH] Bump postcss from 8.5.6 to 8.5.15 in /docs/impulse Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 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.6...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] --- docs/impulse/package-lock.json | 16 ++++++++-------- docs/impulse/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/impulse/package-lock.json b/docs/impulse/package-lock.json index b02cfca..872dba0 100644 --- a/docs/impulse/package-lock.json +++ b/docs/impulse/package-lock.json @@ -25,7 +25,7 @@ "@docusaurus/types": "3.9.2", "@tailwindcss/typography": "0.5.19", "autoprefixer": "10.4.24", - "postcss": "8.5.6", + "postcss": "8.5.15", "tailwindcss": "3.4.19", "typescript": "5.6.3" }, @@ -14938,9 +14938,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "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", @@ -15686,9 +15686,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "funding": [ { "type": "opencollective", @@ -15705,7 +15705,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/docs/impulse/package.json b/docs/impulse/package.json index 6739e84..e468060 100644 --- a/docs/impulse/package.json +++ b/docs/impulse/package.json @@ -32,7 +32,7 @@ "@docusaurus/types": "3.9.2", "@tailwindcss/typography": "0.5.19", "autoprefixer": "10.4.24", - "postcss": "8.5.6", + "postcss": "8.5.15", "tailwindcss": "3.4.19", "typescript": "5.6.3" },