Skip to content

Commit

Permalink
Merge pull request #3 from lovelgw/snyk-upgrade-7dec3958d6631d5c04e3d…
Browse files Browse the repository at this point in the history
…715bd491de3

[Snyk] Upgrade is-glob from 4.0.1 to 4.0.2
  • Loading branch information
lovelgw committed May 15, 2023
2 parents de4693a + 3b5d9d4 commit 7a4bd69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"dependencies": {
"@types/http-proxy": "^1.17.7",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.1",
"is-glob": "^4.0.2",
"is-plain-obj": "^3.0.0",
"micromatch": "^4.0.2"
},
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3102,6 +3102,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
dependencies:
is-extglob "^2.1.1"

is-glob@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
dependencies:
is-extglob "^2.1.1"

is-number-like@^1.0.3:
version "1.0.8"
resolved "https://registry.yarnpkg.com/is-number-like/-/is-number-like-1.0.8.tgz#2e129620b50891042e44e9bbbb30593e75cfbbe3"
Expand Down

0 comments on commit 7a4bd69

Please sign in to comment.