From 455e379ff48ef405e4f6febcd797751e7ab4a1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:15:28 -0500 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.25 to 8.4.31 in /frontend (#2449) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 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.25...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cebc3dd10..a92d6ff68 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.7.1", "lint-staged": "^12.4.2", - "postcss": "^8.4.14", + "postcss": "^8.4.31", "postcss-html": "^1.4.1", "prettier": "^2.6.2", "rollup-plugin-visualizer": "^5.5.4", @@ -7790,9 +7790,9 @@ "dev": true }, "node_modules/postcss": { - "version": "8.4.25", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz", - "integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/frontend/package.json b/frontend/package.json index bce5777d7..df21f45c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.7.1", "lint-staged": "^12.4.2", - "postcss": "^8.4.14", + "postcss": "^8.4.31", "postcss-html": "^1.4.1", "prettier": "^2.6.2", "rollup-plugin-visualizer": "^5.5.4",