From 6d67aaed15083442086a2a5b86516aa270c1e279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:25:44 +0000 Subject: [PATCH] Bump postcss from 8.4.39 to 8.4.40 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.40. - [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.39...8.4.40) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... 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 7153d0c19..dcff316cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "firebaseui": "^6.1.0", "isomorphic-unfetch": "^4.0.2", "nuxt": "^2.17.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "v-lazy-image": "^2.1.1", "vue-pose": "^0.5.1", "vuewordcloud": "^18.7.12" @@ -27020,9 +27020,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 9c20eb090..50f8883ed 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "firebaseui": "^6.1.0", "isomorphic-unfetch": "^4.0.2", "nuxt": "^2.17.3", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "v-lazy-image": "^2.1.1", "vue-pose": "^0.5.1", "vuewordcloud": "^18.7.12"