Skip to content

Commit 744ba38

Browse files
Bump glob from 7.2.0 to 8.0.3 (#654)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.3. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v7.2.0...v8.0.3) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 301b339 commit 744ba38

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
"@typescript-eslint/parser": "^5.30.6",
542542
"@vscode/test-electron": "^2.1.3",
543543
"eslint": "^8.19.0",
544-
"glob": "^7.1.4",
544+
"glob": "^8.0.3",
545545
"husky": "^8.0.1",
546546
"mocha": "^9.2.1",
547547
"prettier": "^2.6.2",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,13 @@ brace-expansion@^1.1.7:
619619
balanced-match "^1.0.0"
620620
concat-map "0.0.1"
621621

622+
brace-expansion@^2.0.1:
623+
version "2.0.1"
624+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
625+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
626+
dependencies:
627+
balanced-match "^1.0.0"
628+
622629
braces@^3.0.2, braces@~3.0.2:
623630
version "3.0.2"
624631
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1302,7 +1309,7 @@ glob-to-regexp@^0.4.1:
13021309
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
13031310
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
13041311

1305-
[email protected], glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
1312+
[email protected], glob@^7.1.1, glob@^7.1.3:
13061313
version "7.2.0"
13071314
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
13081315
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1314,6 +1321,17 @@ [email protected], glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
13141321
once "^1.3.0"
13151322
path-is-absolute "^1.0.0"
13161323

1324+
glob@^8.0.3:
1325+
version "8.0.3"
1326+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1327+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
1328+
dependencies:
1329+
fs.realpath "^1.0.0"
1330+
inflight "^1.0.4"
1331+
inherits "2"
1332+
minimatch "^5.0.1"
1333+
once "^1.3.0"
1334+
13171335
globals@^13.15.0:
13181336
version "13.16.0"
13191337
resolved "https://registry.yarnpkg.com/globals/-/globals-13.16.0.tgz#9be4aca28f311aaeb974ea54978ebbb5e35ce46a"
@@ -1700,6 +1718,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
17001718
dependencies:
17011719
brace-expansion "^1.1.7"
17021720

1721+
minimatch@^5.0.1:
1722+
version "5.1.0"
1723+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
1724+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
1725+
dependencies:
1726+
brace-expansion "^2.0.1"
1727+
17031728
minimist@^1.2.0, minimist@^1.2.6:
17041729
version "1.2.6"
17051730
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"

0 commit comments

Comments
 (0)