From a0184c359dc84ab56d8bc083862cce353203c442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:22:39 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.25 to 8.4.31 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f916b0..7916fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^9.11.0", "husky": "^4.3.8", "lint-staged": "^9.5.0", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "stylelint-config-recommended": "^11.0.0", "tailwindcss": "^3.3.1", "typescript": "^5.0.4" @@ -11464,9 +11464,9 @@ } }, "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/package.json b/package.json index 434664d..98fac97 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^9.11.0", "husky": "^4.3.8", "lint-staged": "^9.5.0", - "postcss": "^8.4.21", + "postcss": "^8.4.31", "stylelint-config-recommended": "^11.0.0", "tailwindcss": "^3.3.1", "typescript": "^5.0.4"