Skip to content

Commit 72d8fba

Browse files
authored
Merge pull request #946 from pradnya-orchestral/update_glob-parent_6.02
Update glob-parent to latest 6.0.2 for security vulnerability issue
2 parents 071d390 + 1848fca commit 72d8fba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"acorn": "^6.4.1",
7272
"axios": "^0.24.0",
7373
"elliptic": "^6.5.4",
74+
"glob-parent": "^6.0.2",
7475
"js-yaml": "^3.13.1",
7576
"kind-of": "^6.0.3",
7677
"lodash": "4.17.21",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -5527,6 +5527,13 @@ glob-parent@^5.0.0:
55275527
dependencies:
55285528
is-glob "^4.0.1"
55295529

5530+
glob-parent@^6.0.2:
5531+
version "6.0.2"
5532+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
5533+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
5534+
dependencies:
5535+
is-glob "^4.0.3"
5536+
55305537
glob-stream@^6.1.0:
55315538
version "6.1.0"
55325539
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"

0 commit comments

Comments
 (0)