From c6fa8d73d1b500a12ce9987aed2fbce2ded721f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:53:12 +0000 Subject: [PATCH] build: bump postcss from 8.4.41 to 8.4.44 in /code/frontend Bumps [postcss](https://github.com/postcss/postcss) from 8.4.41 to 8.4.44. - [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.41...8.4.44) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/frontend/package-lock.json | 8 ++++---- code/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 1a88b3958..80a1f0c6b 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21", "lodash-es": "^4.17.21", "microsoft-cognitiveservices-speech-sdk": "^1.38.0", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "react": "^18.2.0", "react-dom": "^18.3.1", "react-markdown": "^9.0.1", @@ -3512,9 +3512,9 @@ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.44", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", + "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", "funding": [ { "type": "opencollective", diff --git a/code/frontend/package.json b/code/frontend/package.json index 268ff9067..360f0de86 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.21", "lodash-es": "^4.17.21", "microsoft-cognitiveservices-speech-sdk": "^1.38.0", - "postcss": "^8.4.41", + "postcss": "^8.4.44", "react": "^18.2.0", "react-dom": "^18.3.1", "react-markdown": "^9.0.1",