From c26e4e1a0e55291c715d5d9f188e494a257b3f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:06:46 +0000 Subject: [PATCH] Bump postcss from 8.5.16 to 8.5.23 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.16 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.16...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36d97f5..77af5a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@tailwindcss/postcss": "^4.3.2", "gsap": "^3.15.0", "pinia": "^3.0.4", - "postcss": "^8", "vue": "^3.5.39", "vue-i18n": "^11.4.6", "vue-router": "^5.1.0" @@ -34,7 +33,7 @@ "jsdom": "^29.1.1", "npm-run-all": "^4.1.5", "oxlint": "^1.56.0", - "postcss": "^8.5.16", + "postcss": "^8.5.23", "prettier": "^3.9.5", "tailwindcss": "^4.0.0-beta.9", "typescript": "^6.0.3", @@ -6758,9 +6757,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.13", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.13.tgz", - "integrity": "sha512-sPdqC6ByMVVGvF1ynvvMo0/o+oD1VX7DaHhijt1bFgjvBkHBib4t49GoNDhf2NDta4oeUNlaGbSt5K7qjZ955Q==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "funding": [ { "type": "github", @@ -7470,9 +7469,9 @@ } }, "node_modules/postcss": { - "version": "8.5.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", - "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "funding": [ { "type": "opencollective", @@ -7489,7 +7488,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 6a15654..2df01fe 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jsdom": "^29.1.1", "npm-run-all": "^4.1.5", "oxlint": "^1.56.0", - "postcss": "^8.5.16", + "postcss": "^8.5.23", "prettier": "^3.9.5", "tailwindcss": "^4.0.0-beta.9", "typescript": "^6.0.3",