Skip to content

Commit 2a40c76

Browse files
authored
Merge pull request #4 from lovelgw/snyk-upgrade-2563e539c26ea0648a46f3d4531d1d75
[Snyk] Upgrade micromatch from 4.0.4 to 4.0.5
2 parents 7a4bd69 + e3e9ebf commit 2a40c76

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"http-proxy": "^1.18.1",
8787
"is-glob": "^4.0.2",
8888
"is-plain-obj": "^3.0.0",
89-
"micromatch": "^4.0.2"
89+
"micromatch": "^4.0.5"
9090
},
9191
"engines": {
9292
"node": ">=12.0.0"

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ brace-expansion@^1.1.7:
13941394
balanced-match "^1.0.0"
13951395
concat-map "0.0.1"
13961396

1397-
braces@^3.0.1, braces@~3.0.2:
1397+
braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
13981398
version "3.0.2"
13991399
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
14001400
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -4060,6 +4060,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
40604060
braces "^3.0.1"
40614061
picomatch "^2.2.3"
40624062

4063+
micromatch@^4.0.5:
4064+
version "4.0.5"
4065+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
4066+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
4067+
dependencies:
4068+
braces "^3.0.2"
4069+
picomatch "^2.3.1"
4070+
40634071
40644072
version "1.47.0"
40654073
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.47.0.tgz#8cb313e59965d3c05cfbf898915a267af46a335c"
@@ -4529,6 +4537,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
45294537
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
45304538
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
45314539

4540+
picomatch@^2.3.1:
4541+
version "2.3.1"
4542+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
4543+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
4544+
45324545
pify@^3.0.0:
45334546
version "3.0.0"
45344547
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"

0 commit comments

Comments
 (0)