From a2b86b5430ede93adcc0ed5cffd79a5324a2c1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:21:03 +0000 Subject: [PATCH] Bump postcss from 8.4.27 to 8.4.31 in /ChatQnA/ui Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. - [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.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ChatQnA/ui/package-lock.json | 14 +++++++------- ChatQnA/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChatQnA/ui/package-lock.json b/ChatQnA/ui/package-lock.json index 8058f0ded1..07db3c9338 100644 --- a/ChatQnA/ui/package-lock.json +++ b/ChatQnA/ui/package-lock.json @@ -35,7 +35,7 @@ "eslint-plugin-neverthrow": "1.1.4", "eslint-plugin-svelte3": "^4.0.0", "flowbite-svelte": "^0.44.4", - "postcss": "^8.4.23", + "postcss": "^8.4.31", "postcss-load-config": "^4.0.1", "postcss-preset-env": "^8.3.2", "prettier": "^2.8.8", @@ -4283,9 +4283,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -8965,9 +8965,9 @@ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" }, "postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/ChatQnA/ui/package.json b/ChatQnA/ui/package.json index 64fdca3936..51f6f2414a 100644 --- a/ChatQnA/ui/package.json +++ b/ChatQnA/ui/package.json @@ -28,7 +28,7 @@ "eslint-plugin-neverthrow": "1.1.4", "eslint-plugin-svelte3": "^4.0.0", "flowbite-svelte": "^0.44.4", - "postcss": "^8.4.23", + "postcss": "^8.4.31", "postcss-load-config": "^4.0.1", "postcss-preset-env": "^8.3.2", "prettier": "^2.8.8",