Skip to content

Commit 85a4063

Browse files
Chore(deps-dev): Bump postcss in /openmetadata-ui/src/main/resources/ui (#27729)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.31...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harsh Vador <58542468+harsh-vador@users.noreply.github.com> Co-authored-by: Harsh Vador <harsh.vador@somaiya.edu> (cherry picked from commit 7d8a8f4)
1 parent dd05046 commit 85a4063

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

openmetadata-ui/src/main/resources/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
"license-check-and-add": "^4.0.5",
247247
"organize-imports-cli": "^0.10.0",
248248
"pinst": "^3.0.0",
249-
"postcss": "8.4.31",
249+
"postcss": "8.5.10",
250250
"prettier": "2.8.8",
251251
"react-test-renderer": "^18.2.0",
252252
"sync-i18n": "^0.0.20",

openmetadata-ui/src/main/resources/ui/yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,9 +2440,8 @@
24402440
compare-versions "^4.1.2"
24412441

24422442
"@openmetadata/ui-core-components@link:../../../../../openmetadata-ui-core-components/src/main/resources/ui":
2443-
version "1.0.0"
2444-
dependencies:
2445-
"@material/material-color-utilities" "^0.3.0"
2443+
version "0.0.0"
2444+
uid ""
24462445

24472446
"@peculiar/asn1-schema@^2.3.13", "@peculiar/asn1-schema@^2.3.8":
24482447
version "2.6.0"
@@ -10616,7 +10615,7 @@ ms@^2.1.3:
1061610615
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1061710616
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1061810617

10619-
nanoid@^3.3.11, nanoid@^3.3.6, nanoid@^3.3.7:
10618+
nanoid@^3.3.11, nanoid@^3.3.7:
1062010619
version "3.3.11"
1062110620
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
1062210621
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
@@ -11130,7 +11129,7 @@ pbkdf2@^3.1.2, pbkdf2@^3.1.5:
1113011129
sha.js "^2.4.12"
1113111130
to-buffer "^1.2.1"
1113211131

11133-
picocolors@^1.0.0, picocolors@^1.1.1:
11132+
picocolors@^1.1.1:
1113411133
version "1.1.1"
1113511134
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
1113611135
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -11206,15 +11205,6 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.2.0:
1120611205
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1120711206
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
1120811207

11209-
postcss@8.4.31:
11210-
version "8.4.31"
11211-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
11212-
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
11213-
dependencies:
11214-
nanoid "^3.3.6"
11215-
picocolors "^1.0.0"
11216-
source-map-js "^1.0.2"
11217-
1121811208
postcss@8.4.49:
1121911209
version "8.4.49"
1122011210
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
@@ -11224,6 +11214,15 @@ postcss@8.4.49:
1122411214
picocolors "^1.1.1"
1122511215
source-map-js "^1.2.1"
1122611216

11217+
postcss@8.5.10:
11218+
version "8.5.10"
11219+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
11220+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
11221+
dependencies:
11222+
nanoid "^3.3.11"
11223+
picocolors "^1.1.1"
11224+
source-map-js "^1.2.1"
11225+
1122711226
postcss@^8.5.6:
1122811227
version "8.5.8"
1122911228
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
@@ -13016,7 +13015,7 @@ socket.io-parser@~4.2.4:
1301613015
"@socket.io/component-emitter" "~3.1.0"
1301713016
debug "~4.4.1"
1301813017

13019-
source-map-js@^1.0.2, source-map-js@^1.2.1:
13018+
source-map-js@^1.2.1:
1302013019
version "1.2.1"
1302113020
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
1302213021
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==

0 commit comments

Comments
 (0)