Skip to content

Commit d9aa249

Browse files
committed
feat(deps): globby@^9.2.0
1 parent bedd6af commit d9aa249

File tree

5 files changed

+54
-28
lines changed

5 files changed

+54
-28
lines changed

commands/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"camelcase": "^5.0.0",
4242
"dedent": "^0.7.0",
4343
"fs-extra": "^7.0.0",
44-
"globby": "^8.0.1",
44+
"globby": "^9.2.0",
4545
"init-package-json": "^1.10.3",
4646
"npm-package-arg": "^6.1.0",
4747
"p-reduce": "^1.0.0",

core/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dedent": "^0.7.0",
3939
"dot-prop": "^4.2.0",
4040
"glob-parent": "^3.1.0",
41-
"globby": "^8.0.1",
41+
"globby": "^9.2.0",
4242
"load-json-file": "^4.0.0",
4343
"npmlog": "^4.1.2",
4444
"p-map": "^1.2.0",

helpers/load-manifests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"license": "MIT",
88
"dependencies": {
9-
"globby": "^8.0.1",
9+
"globby": "^9.2.0",
1010
"load-json-file": "^4.0.0"
1111
}
1212
}

package-lock.json

Lines changed: 50 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"eslint-plugin-prettier": "^3.1.0",
6868
"fast-async": "^7.0.6",
6969
"find-up": "^3.0.0",
70+
"globby": "^9.2.0",
7071
"jest": "^24.8.0",
7172
"jest-circus": "^24.8.0",
7273
"normalize-newline": "^3.0.0",

0 commit comments

Comments
 (0)