From c3c22eeb1c4f046507fd4a1021093a7fd45b5a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:20:31 +0000 Subject: [PATCH] Build(deps): Bump postcss from 8.4.31 to 8.4.33 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.33. - [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.31...8.4.33) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++-------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index 791f505e9..32f51ce1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fast-glob": "3.3.2", "jsdom": "23.0.1", "lint-staged": "15.1.0", - "postcss": "8.4.31", + "postcss": "8.4.33", "postcss-cli": "10.1.0", "postcss-import": "15.1.0", "prettier": "3.1.1", @@ -5619,9 +5619,9 @@ } }, "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "funding": [ { "type": "opencollective", @@ -5637,7 +5637,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -9023,33 +9023,6 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/vite/node_modules/postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/vitest": { "version": "0.34.6", "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.34.6.tgz", diff --git a/package.json b/package.json index fff641f16..7a2b8b8f5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fast-glob": "3.3.2", "jsdom": "23.0.1", "lint-staged": "15.1.0", - "postcss": "8.4.31", + "postcss": "8.4.33", "postcss-cli": "10.1.0", "postcss-import": "15.1.0", "prettier": "3.1.1",