Skip to content

Commit 4838318

Browse files
authored
Update packages to fix minimatch vulnerability (#2651)
1 parent 8087928 commit 4838318

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"trim": "1.0.1",
7373
"trim-newlines": "3.0.1",
7474
"@types/react": "18.0.21",
75+
"**/recursive-readdir/minimatch": "3.0.5",
7576
"vega-functions": "5.13.0",
7677
"vega-scale": "7.2.0"
7778
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13279,10 +13279,10 @@ minimalistic-crypto-utils@^1.0.1:
1327913279
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
1328013280
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
1328113281

13282-
13283-
version "3.0.4"
13284-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
13285-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
13282+
13283+
version "3.0.5"
13284+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
13285+
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
1328613286
dependencies:
1328713287
brace-expansion "^1.1.7"
1328813288

0 commit comments

Comments
 (0)