From 02fba5998540d2215efacb4d399533d375378767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:24:25 +0200 Subject: [PATCH] website: bump postcss from 8.4.45 to 8.4.47 in /website (#11390) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.45 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.45...8.4.47) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package-lock.json | 22 ++++++++++++---------- website/package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 72c146adc7..d94e48a504 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -20,7 +20,7 @@ "disqus-react": "^1.1.5", "docusaurus-plugin-openapi-docs": "^4.0.0", "docusaurus-theme-openapi-docs": "^4.0.1", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-before-after-slider-component": "^1.1.8", @@ -13335,8 +13335,9 @@ } }, "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", @@ -13444,9 +13445,9 @@ } }, "node_modules/postcss": { - "version": "8.4.45", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", - "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "funding": [ { "type": "opencollective", @@ -13463,8 +13464,8 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -16535,8 +16536,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/website/package.json b/website/package.json index a85064cffb..0e4a11390c 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "disqus-react": "^1.1.5", "docusaurus-plugin-openapi-docs": "^4.0.0", "docusaurus-theme-openapi-docs": "^4.0.1", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-before-after-slider-component": "^1.1.8",