From 45e30519079c11288b3f27d118c502971fac0777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 01:41:06 +0000 Subject: [PATCH] Chore(deps-dev): Bump postcss from 8.4.25 to 8.4.26 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26. - [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.26) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 d9ab95d43..2ed5dcec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "autoprefixer": "^10.4.14", "babel-loader-exclude-node-modules-except": "^1.2.1", "module-replace-webpack-plugin": "0.0.12", - "postcss": "^8.4.25", + "postcss": "^8.4.26", "postcss-loader": "^6.2.1", "raw-loader": "^4.0.2", "workbox-webpack-plugin": "^6.5.4" @@ -10006,9 +10006,9 @@ "peer": 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.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", + "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", "funding": [ { "type": "opencollective", @@ -21478,9 +21478,9 @@ } }, "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.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", + "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 6f5553a5d..32b04f3b6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "autoprefixer": "^10.4.14", "babel-loader-exclude-node-modules-except": "^1.2.1", "module-replace-webpack-plugin": "0.0.12", - "postcss": "^8.4.25", + "postcss": "^8.4.26", "postcss-loader": "^6.2.1", "raw-loader": "^4.0.2", "workbox-webpack-plugin": "^6.5.4"