Skip to content

Commit caa14bf

Browse files
karanh37pmbrull
authored andcommitted
upgrade minimatch (#26029)
1 parent e8e5434 commit caa14bf

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"ws": "8.17.1",
250250
"axios": "1.13.5",
251251
"micromatch": "4.0.8",
252-
"minimatch": "3.0.5",
252+
"minimatch": "10.2.1",
253253
"semver": "7.5.2",
254254
"d3-color": "3.1.0",
255255
"tough-cookie": "4.1.3",
@@ -267,4 +267,4 @@
267267
"lodash-es": ">=4.17.23",
268268
"markdown-it": ">=14.1.1"
269269
}
270-
}
270+
}

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

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5022,10 +5022,10 @@ babel-preset-jest@^29.6.3:
50225022
babel-plugin-jest-hoist "^29.6.3"
50235023
babel-preset-current-node-syntax "^1.0.0"
50245024

5025-
balanced-match@^1.0.0:
5026-
version "1.0.2"
5027-
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
5028-
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
5025+
balanced-match@^4.0.2:
5026+
version "4.0.3"
5027+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.3.tgz#6337a2f23e0604a30481423432f99eac603599f9"
5028+
integrity sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==
50295029

50305030
base64-arraybuffer@^1.0.2:
50315031
version "1.0.2"
@@ -5056,13 +5056,12 @@ bn.js@^5.2.1:
50565056
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.2.tgz#82c09f9ebbb17107cd72cb7fd39bd1f9d0aaa566"
50575057
integrity sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw==
50585058

5059-
brace-expansion@^1.1.7:
5060-
version "1.1.12"
5061-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
5062-
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
5059+
brace-expansion@^5.0.2:
5060+
version "5.0.2"
5061+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
5062+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
50635063
dependencies:
5064-
balanced-match "^1.0.0"
5065-
concat-map "0.0.1"
5064+
balanced-match "^4.0.2"
50665065

50675066
braces@^3.0.3:
50685067
version "3.0.3"
@@ -5596,11 +5595,6 @@ compute-scroll-into-view@^1.0.20:
55965595
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz#1768b5522d1172754f5d0c9b02de3af6be506a43"
55975596
integrity sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==
55985597

5599-
concat-map@0.0.1:
5600-
version "0.0.1"
5601-
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
5602-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
5603-
56045598
console-browserify@^1.1.0:
56055599
version "1.2.0"
56065600
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -9612,12 +9606,12 @@ minimalistic-crypto-utils@^1.0.1:
96129606
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
96139607
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
96149608

9615-
minimatch@3.0.5, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.1.0, minimatch@^7.4.3, minimatch@^9.0.4:
9616-
version "3.0.5"
9617-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
9618-
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
9609+
minimatch@10.2.1, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.1.0, minimatch@^7.4.3, minimatch@^9.0.4:
9610+
version "10.2.1"
9611+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
9612+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
96199613
dependencies:
9620-
brace-expansion "^1.1.7"
9614+
brace-expansion "^5.0.2"
96219615

96229616
minimist@^1.2.0:
96239617
version "1.2.7"

0 commit comments

Comments
 (0)