From 6cbd04e8f7581ca62e4c44cd99e1cb63588b457b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:56:56 +0000 Subject: [PATCH] Bump postcss from 8.4.26 to 8.4.28 (#1152) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.28. - [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.26...8.4.28) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef55adf3e..71f842fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "file-loader": "^6.2.0", "highlight.js": "^11.8.0", "leaflet": "^1.9.4", - "postcss": "^8.4.26", + "postcss": "^8.4.28", "postcss-loader": "^7.3.3", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -7846,9 +7846,9 @@ } }, "node_modules/postcss": { - "version": "8.4.26", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", - "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", "dev": true, "funding": [ { @@ -16397,9 +16397,9 @@ } }, "postcss": { - "version": "8.4.26", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", - "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", + "version": "8.4.28", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", + "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/package.json b/package.json index 8ac80e780..99c7e731f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "file-loader": "^6.2.0", "highlight.js": "^11.8.0", "leaflet": "^1.9.4", - "postcss": "^8.4.26", + "postcss": "^8.4.28", "postcss-loader": "^7.3.3", "prop-types": "^15.8.1", "react": "^18.2.0",