Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit aa5989e

Browse files
chore(deps-dev): bump globby from 11.0.2 to 12.0.2
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.2 to 12.0.2. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v11.0.2...v12.0.2) --- updated-dependencies: - dependency-name: globby dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f84acd8 commit aa5989e

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint": "^7.3.1",
4040
"eslint-config-oclif": "^3.1.0",
4141
"eslint-config-oclif-typescript": "^0.2.0",
42-
"globby": "^11.0.1",
42+
"globby": "^12.0.2",
4343
"mocha": "^8.2.1",
4444
"ts-node": "^9.0.0",
4545
"typescript": "3.8.3"

yarn.lock

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,11 @@ array-union@^2.1.0:
699699
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
700700
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
701701

702+
array-union@^3.0.1:
703+
version "3.0.1"
704+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
705+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
706+
702707
arrify@^1.0.1:
703708
version "1.0.1"
704709
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -1731,7 +1736,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
17311736
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
17321737
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
17331738

1734-
fast-glob@^3.0.3, fast-glob@^3.1.1:
1739+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7:
17351740
version "3.2.7"
17361741
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
17371742
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -2018,6 +2023,18 @@ globby@^11.0.1:
20182023
merge2 "^1.3.0"
20192024
slash "^3.0.0"
20202025

2026+
globby@^12.0.2:
2027+
version "12.0.2"
2028+
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
2029+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
2030+
dependencies:
2031+
array-union "^3.0.1"
2032+
dir-glob "^3.0.1"
2033+
fast-glob "^3.2.7"
2034+
ignore "^5.1.8"
2035+
merge2 "^1.4.1"
2036+
slash "^4.0.0"
2037+
20212038
graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
20222039
version "4.2.8"
20232040
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
@@ -2124,7 +2141,7 @@ ignore@^4.0.2, ignore@^4.0.6:
21242141
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
21252142
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
21262143

2127-
ignore@^5.1.1, ignore@^5.1.4:
2144+
ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
21282145
version "5.1.9"
21292146
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
21302147
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -2549,7 +2566,7 @@ meow@^8.0.0:
25492566
type-fest "^0.18.0"
25502567
yargs-parser "^20.2.3"
25512568

2552-
merge2@^1.2.3, merge2@^1.3.0:
2569+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
25532570
version "1.4.1"
25542571
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
25552572
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3264,6 +3281,11 @@ slash@^3.0.0:
32643281
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
32653282
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
32663283

3284+
slash@^4.0.0:
3285+
version "4.0.0"
3286+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
3287+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
3288+
32673289
slice-ansi@^4.0.0:
32683290
version "4.0.0"
32693291
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"

0 commit comments

Comments
 (0)