Skip to content

Commit 0709533

Browse files
Bump glob from 7.1.6 to 7.2.0 (#750)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.6 to 7.2.0. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md) - [Commits](isaacs/node-glob@v7.1.6...v7.2.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cad123 commit 0709533

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-config-prettier": "^6.15.0",
4949
"eslint-plugin-node": "^11.1.0",
5050
"eslint-plugin-prettier": "^3.1.4",
51-
"glob": "^7.1.4",
51+
"glob": "^7.2.0",
5252
"json": "^10.0.0",
5353
"mocha": "^8.2.1",
5454
"mockery": "^2.1.0",

yarn.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@ glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
36013601
dependencies:
36023602
is-glob "^4.0.1"
36033603

3604-
[email protected], glob@^7.0.0, glob@^7.0.4, glob@^7.1.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
3604+
36053605
version "7.1.6"
36063606
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
36073607
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -3624,6 +3624,18 @@ glob@^5.0.10:
36243624
once "^1.3.0"
36253625
path-is-absolute "^1.0.0"
36263626

3627+
glob@^7.0.0, glob@^7.0.4, glob@^7.1.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0:
3628+
version "7.2.0"
3629+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3630+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
3631+
dependencies:
3632+
fs.realpath "^1.0.0"
3633+
inflight "^1.0.4"
3634+
inherits "2"
3635+
minimatch "^3.0.4"
3636+
once "^1.3.0"
3637+
path-is-absolute "^1.0.0"
3638+
36273639
global-dirs@^2.0.1:
36283640
version "2.0.1"
36293641
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz#acdf3bb6685bcd55cb35e8a052266569e9469201"
@@ -4171,16 +4183,16 @@ inflight@^1.0.4:
41714183
once "^1.3.0"
41724184
wrappy "1"
41734185

4174-
inherits@2, [email protected], inherits@~2.0.3:
4175-
version "2.0.3"
4176-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4177-
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
4178-
4179-
[email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1:
4186+
inherits@2, [email protected], inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
41804187
version "2.0.4"
41814188
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
41824189
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
41834190

4191+
4192+
version "2.0.3"
4193+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
4194+
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
4195+
41844196
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
41854197
version "1.3.5"
41864198
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"

0 commit comments

Comments
 (0)