From 6e5cb30295a3dbd96d89dcda846ef4bb12c68258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:28:24 +0000 Subject: [PATCH] npm-dressca-frontend: bump postcss in /samples/web-csr/dressca-frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1. - [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.49...8.5.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- samples/web-csr/dressca-frontend/admin/package.json | 2 +- .../web-csr/dressca-frontend/consumer/package.json | 2 +- samples/web-csr/dressca-frontend/package-lock.json | 13 ++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/samples/web-csr/dressca-frontend/admin/package.json b/samples/web-csr/dressca-frontend/admin/package.json index 0a55a622b..aa24b9286 100644 --- a/samples/web-csr/dressca-frontend/admin/package.json +++ b/samples/web-csr/dressca-frontend/admin/package.json @@ -59,7 +59,7 @@ "eslint-plugin-vue": "^9.32.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-nesting": "^13.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", diff --git a/samples/web-csr/dressca-frontend/consumer/package.json b/samples/web-csr/dressca-frontend/consumer/package.json index 224150d7f..90e88fa3d 100644 --- a/samples/web-csr/dressca-frontend/consumer/package.json +++ b/samples/web-csr/dressca-frontend/consumer/package.json @@ -50,7 +50,7 @@ "eslint-plugin-vue": "^9.32.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-nesting": "^13.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", diff --git a/samples/web-csr/dressca-frontend/package-lock.json b/samples/web-csr/dressca-frontend/package-lock.json index 18cb0c709..5544157c4 100644 --- a/samples/web-csr/dressca-frontend/package-lock.json +++ b/samples/web-csr/dressca-frontend/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^9.32.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-nesting": "^13.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", @@ -104,7 +104,7 @@ "eslint-plugin-vue": "^9.32.0", "jsdom": "^26.0.0", "npm-run-all2": "^7.0.2", - "postcss": "^8.4.49", + "postcss": "^8.5.1", "postcss-nesting": "^13.0.1", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", @@ -8931,9 +8931,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "funding": [ { "type": "opencollective", @@ -8948,9 +8948,8 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" },