From 98f548d3b88cebc32ec4a6c59d4b8b9e2b42c0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:31:01 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.21 to 8.4.47 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.47. - [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.21...8.4.47) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++++---------- package.json | 2 +- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c85bc3d..fabbd59b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "jest-environment-jsdom": "^29.7.0", "lint-staged": "12.3.4", "nock": "13.2.4", - "postcss": "8.4.21", + "postcss": "8.4.47", "postcss-loader": "4.3.0", "prettier": "2.5.1", "react-dev-utils": "12.0.0", @@ -11452,8 +11452,9 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "license": "ISC" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -11560,7 +11561,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "funding": [ { "type": "opencollective", @@ -11569,13 +11572,16 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "nanoid": "^3.3.7", + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -12824,8 +12830,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "license": "BSD-3-Clause", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 92f5d138..db870da6 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "jest-environment-jsdom": "^29.7.0", "lint-staged": "12.3.4", "nock": "13.2.4", - "postcss": "8.4.21", + "postcss": "8.4.47", "postcss-loader": "4.3.0", "prettier": "2.5.1", "react-dev-utils": "12.0.0",