From 5e582d69a275072aabbbaf6f36b48ad8245b9065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:33:18 +0000 Subject: [PATCH] :arrow_up: Bump postcss in /client in the patches group Bumps the patches group in /client with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.4.47 to 8.4.49 - [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.47...8.4.49) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 ++++++++++-------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 8f40e55..9f5029b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -25,7 +25,7 @@ "eslint": "^8.42.0", "eslint-plugin-vue": "^9.26.0", "openapi-typescript-codegen": "^0.29.0", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "prettier": "3.2.5", "sass": "^1.77.6", "typescript": "^5.5.2", @@ -4139,9 +4139,10 @@ } }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", @@ -4251,9 +4252,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -4268,9 +4269,10 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { diff --git a/client/package.json b/client/package.json index 55730c5..df5bfa6 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "eslint": "^8.42.0", "eslint-plugin-vue": "^9.26.0", "openapi-typescript-codegen": "^0.29.0", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "prettier": "3.2.5", "sass": "^1.77.6", "typescript": "^5.5.2",