From ffae82e38ac5693d3fc6d4fddbbaa41285e05f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 06:51:57 +0000 Subject: [PATCH] Bump postcss from 8.4.26 to 8.4.27 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27. - [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.27) --- 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 c5af66408..a36e231b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "jest-environment-jsdom": "^29.6.1", "jest-junit": "^16.0.0", "pm2": "^5.3.0", - "postcss": "^8.4.26", + "postcss": "^8.4.27", "postcss-cli": "^10.1.0", "prettier": "^3.0.0", "tailwindcss": "^3.3.3", @@ -13936,9 +13936,9 @@ "dev": true }, "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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "dev": true, "funding": [ { @@ -27509,9 +27509,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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "dev": true, "requires": { "nanoid": "^3.3.6", diff --git a/package.json b/package.json index d3ea599b4..02abe3b20 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "jest-environment-jsdom": "^29.6.1", "jest-junit": "^16.0.0", "pm2": "^5.3.0", - "postcss": "^8.4.26", + "postcss": "^8.4.27", "postcss-cli": "^10.1.0", "prettier": "^3.0.0", "tailwindcss": "^3.3.3",