Browse Source
⬆️ Upgrade dependency globby to v11.0.2
pull/191/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
17 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
"eslint-config-oclif-typescript": "0.2.0", |
|
|
|
"eslint-config-prettier": "6.12.0", |
|
|
|
"eslint-plugin-prettier": "3.1.4", |
|
|
|
"globby": "11.0.1", |
|
|
|
"globby": "11.0.2", |
|
|
|
"husky": "4.3.0", |
|
|
|
"jest": "26.5.2", |
|
|
|
"prettier": "2.1.2", |
|
|
|
|
|
|
|
@ -4680,10 +4680,10 @@ globals@^12.1.0: |
|
|
|
dependencies: |
|
|
|
type-fest "^0.8.1" |
|
|
|
|
|
|
|
globby@11.0.1, globby@^11.0.1: |
|
|
|
version "11.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
|
|
|
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== |
|
|
|
globby@11.0.2: |
|
|
|
version "11.0.2" |
|
|
|
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" |
|
|
|
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== |
|
|
|
dependencies: |
|
|
|
array-union "^2.1.0" |
|
|
|
dir-glob "^3.0.1" |
|
|
|
@ -4718,6 +4718,18 @@ globby@^11.0.0: |
|
|
|
merge2 "^1.3.0" |
|
|
|
slash "^3.0.0" |
|
|
|
|
|
|
|
globby@^11.0.1: |
|
|
|
version "11.0.1" |
|
|
|
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" |
|
|
|
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== |
|
|
|
dependencies: |
|
|
|
array-union "^2.1.0" |
|
|
|
dir-glob "^3.0.1" |
|
|
|
fast-glob "^3.1.1" |
|
|
|
ignore "^5.1.4" |
|
|
|
merge2 "^1.3.0" |
|
|
|
slash "^3.0.0" |
|
|
|
|
|
|
|
gluegun@4.4.0: |
|
|
|
version "4.4.0" |
|
|
|
resolved "https://registry.yarnpkg.com/gluegun/-/gluegun-4.4.0.tgz#d4a746758a27dea81355395fa088f8c57887f948" |
|
|
|
|