From 093e922c81a87e518a4ea8b7dd770f65b576c114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:20:59 -0800 Subject: [PATCH] Bump postcss from 8.4.28 to 8.4.31 (#2) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 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.28...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> --- 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 f94e050..70f0836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "geotiff": "^2.0.7", "geotiff-geokeys-to-proj4": "^2022.9.7", "google-charts": "^2.0.0", - "postcss": "^8.4.28", + "postcss": "^8.4.31", "prettier": "^3.0.2", "prettier-plugin-svelte": "^3.0.3", "proj4": "^2.9.0", @@ -3284,9 +3284,9 @@ } }, "node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 36d33be..fefe9d3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "geotiff": "^2.0.7", "geotiff-geokeys-to-proj4": "^2022.9.7", "google-charts": "^2.0.0", - "postcss": "^8.4.28", + "postcss": "^8.4.31", "prettier": "^3.0.2", "prettier-plugin-svelte": "^3.0.3", "proj4": "^2.9.0",