Skip to content

Commit 876e557

Browse files
authored
chore: upgrade glob-parent (#459)
1 parent 8e30b21 commit 876e557

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
"minimist": "^1.2.6",
105105
"lodash": "^4.17.21",
106106
"node-fetch": "^2.6.7",
107-
"cross-fetch": "^2.2.6"
107+
"cross-fetch": "^2.2.6",
108+
"glob-parent": "^6.0.2"
108109
},
109110
"config": {
110111
"commitizen": {

packages/amplify-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chalk": "^3.0.0",
2828
"fs-extra": "^8.1.0",
2929
"glob-all": "^3.1.0",
30-
"glob-parent": "^5.1.1",
30+
"glob-parent": "^6.0.2",
3131
"graphql": "^14.5.8",
3232
"graphql-config": "^2.2.1",
3333
"inquirer": "^7.3.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9128,12 +9128,12 @@ glob-all@^3.1.0:
91289128
glob "^7.1.2"
91299129
yargs "^15.3.1"
91309130

9131-
glob-parent@^5.0.0, glob-parent@^5.1.1, glob-parent@^5.1.2:
9132-
version "5.1.2"
9133-
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
9134-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
9131+
glob-parent@^5.0.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@^6.0.2:
9132+
version "6.0.2"
9133+
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
9134+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
91359135
dependencies:
9136-
is-glob "^4.0.1"
9136+
is-glob "^4.0.3"
91379137

91389138
91399139
version "7.1.4"

0 commit comments

Comments
 (0)