Skip to content

Commit e4bcdf5

Browse files
Bump globby from 11.0.1 to 11.0.2
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.1 to 11.0.2. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v11.0.1...v11.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent b2add0f commit e4bcdf5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ember-template-recast": "^4.1.4",
4242
"execa": "^4.1.0",
4343
"fs-extra": "^8.1.0",
44-
"globby": "^11.0.1",
44+
"globby": "^11.0.2",
4545
"import-cwd": "^3.0.0",
4646
"import-local": "^3.0.2",
4747
"jscodeshift": "^0.8.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3621,7 +3621,7 @@ [email protected]:
36213621
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465"
36223622
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
36233623

3624-
[email protected], globby@^11.0.0, globby@^11.0.1:
3624+
36253625
version "11.0.1"
36263626
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
36273627
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
@@ -3633,6 +3633,18 @@ [email protected], globby@^11.0.0, globby@^11.0.1:
36333633
merge2 "^1.3.0"
36343634
slash "^3.0.0"
36353635

3636+
globby@^11.0.0, globby@^11.0.2:
3637+
version "11.0.2"
3638+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
3639+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
3640+
dependencies:
3641+
array-union "^2.1.0"
3642+
dir-glob "^3.0.1"
3643+
fast-glob "^3.1.1"
3644+
ignore "^5.1.4"
3645+
merge2 "^1.3.0"
3646+
slash "^3.0.0"
3647+
36363648
globrex@^0.1.2:
36373649
version "0.1.2"
36383650
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"

0 commit comments

Comments
 (0)