From cee9d1cafe399a580901fd9f5ec119509bb616c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:52:25 +0000 Subject: [PATCH] chore(deps): bump postcss from 8.4.6 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.31. - [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.6...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- package-lock.json | 91 ++++++++++++++++++++++++++------ tools/ui-components/package.json | 2 +- 3 files changed, 77 insertions(+), 18 deletions(-) diff --git a/client/package.json b/client/package.json index 78f7e577efc37d..04768c8dcd5712 100644 --- a/client/package.json +++ b/client/package.json @@ -86,7 +86,7 @@ "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.6", + "postcss": "8.4.31", "prismjs": "1.26.0", "process": "0.11.10", "prop-types": "15.8.1", diff --git a/package-lock.json b/package-lock.json index 8e6e997dc3901c..850805473f5414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -255,7 +255,7 @@ "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.6", + "postcss": "8.4.31", "prismjs": "1.26.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -14885,6 +14885,20 @@ "react-monaco-editor": "*" } }, + "node_modules/@types/react-monaco-editor/node_modules/react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "dev": true, + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@types/react-monaco-editor/node_modules/react-monaco-editor": { "version": "0.46.0", "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.46.0.tgz", @@ -41567,20 +41581,30 @@ } }, "node_modules/postcss": { - "version": "8.4.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz", - "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "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.2.0", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, "engines": { "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-calc": { @@ -42225,6 +42249,23 @@ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, + "node_modules/postcss/node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/prebuild-install": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.0.tgz", @@ -53087,7 +53128,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.6", + "postcss": "8.4.31", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.67.0", @@ -55657,7 +55698,7 @@ "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", - "postcss": "8.4.6", + "postcss": "8.4.31", "prismjs": "1.26.0", "process": "0.11.10", "prop-types": "15.8.1", @@ -55986,7 +56027,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.6", + "postcss": "8.4.31", "postcss-import": "14.0.2", "react": "16.14.0", "react-dom": "16.14.0", @@ -65187,6 +65228,17 @@ "react-monaco-editor": "*" }, "dependencies": { + "react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "dev": true, + "peer": true, + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, "react-monaco-editor": { "version": "0.46.0", "resolved": "https://registry.npmjs.org/react-monaco-editor/-/react-monaco-editor-0.46.0.tgz", @@ -85910,13 +85962,20 @@ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { - "version": "8.4.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz", - "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "requires": { - "nanoid": "^3.2.0", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" + }, + "dependencies": { + "nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + } } }, "postcss-calc": { diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index 1b3832950611cb..52ca736c8109b0 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -46,7 +46,7 @@ "babel-loader": "8.2.3", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "7.0.3", - "postcss": "8.4.6", + "postcss": "8.4.31", "postcss-import": "14.0.2", "rimraf": "3.0.2", "rollup": "2.67.0",