From 473c52ddcdd2842ebfc7ac26be3c05fa63d8023a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:36:29 +0000 Subject: [PATCH 1/2] Bump postcss from 8.5.15 to 8.5.23 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.23. - [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.15...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c8dcb36d0..22238af5f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -373,7 +373,7 @@ "lint-staged": "15.5.2", "nx-cloud": "19.1.3", "pino-pretty": "9.4.1", - "postcss": "8.5.15", + "postcss": "8.5.23", "postcss-import": "14.1.0", "postcss-preset-env": "7.8.3", "postcss-url": "10.1.4", @@ -46056,9 +46056,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -46076,7 +46076,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -47646,6 +47646,25 @@ "dev": true, "license": "MIT" }, + "node_modules/postcss/node_modules/nanoid": { + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/postgres-array": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz", diff --git a/package.json b/package.json index 8933f97bdf..63b874cfb6 100644 --- a/package.json +++ b/package.json @@ -397,7 +397,7 @@ "lint-staged": "15.5.2", "nx-cloud": "19.1.3", "pino-pretty": "9.4.1", - "postcss": "8.5.15", + "postcss": "8.5.23", "postcss-import": "14.1.0", "postcss-preset-env": "7.8.3", "postcss-url": "10.1.4", From 2306c3684ca9a07d13b3de02932ee90350aa65f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:38:43 +0000 Subject: [PATCH 2/2] Update THIRD_PARTY_LICENSES.txt --- THIRD_PARTY_LICENSES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index b3350b658f..2360503136 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -36724,7 +36724,7 @@ THE SOFTWARE. The following npm package may be included in this product: - - postcss@8.5.15 + - postcss@8.5.23 This package contains the following license: @@ -36926,11 +36926,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ----------- -The following npm package may be included in this product: +The following npm packages may be included in this product: - nanoid@3.3.12 + - nanoid@3.3.16 -This package contains the following license: +These packages each contain the following license: The MIT License (MIT)