Skip to content

Commit fe31a64

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump glob from 7.2.0 to 8.0.3
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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8eb9926 commit fe31a64

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-prettier": "^4.0.0",
7979
"eslint-plugin-react": "^7.30.0",
8080
"eslint-plugin-react-hooks": "^4.3.0",
81-
"glob": "^7.2.0",
81+
"glob": "^8.0.3",
8282
"is-ci": "^3.0.1",
8383
"jest": "^27.5.1",
8484
"jest-github-actions-reporter": "^1.0.3",

yarn.lock

+26-1
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,13 @@ brace-expansion@^1.1.7:
25872587
balanced-match "^1.0.0"
25882588
concat-map "0.0.1"
25892589

2590+
brace-expansion@^2.0.1:
2591+
version "2.0.1"
2592+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2593+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2594+
dependencies:
2595+
balanced-match "^1.0.0"
2596+
25902597
braces@^3.0.1, braces@~3.0.2:
25912598
version "3.0.2"
25922599
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -4189,7 +4196,7 @@ [email protected]:
41894196
once "^1.3.0"
41904197
path-is-absolute "^1.0.0"
41914198

4192-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
4199+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
41934200
version "7.2.0"
41944201
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
41954202
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -4201,6 +4208,17 @@ glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
42014208
once "^1.3.0"
42024209
path-is-absolute "^1.0.0"
42034210

4211+
glob@^8.0.3:
4212+
version "8.0.3"
4213+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
4214+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
4215+
dependencies:
4216+
fs.realpath "^1.0.0"
4217+
inflight "^1.0.4"
4218+
inherits "2"
4219+
minimatch "^5.0.1"
4220+
once "^1.3.0"
4221+
42044222
global-dirs@^0.1.1:
42054223
version "0.1.1"
42064224
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
@@ -5842,6 +5860,13 @@ minimatch@^3.0.4, minimatch@^3.1.2:
58425860
dependencies:
58435861
brace-expansion "^1.1.7"
58445862

5863+
minimatch@^5.0.1:
5864+
version "5.1.0"
5865+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
5866+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
5867+
dependencies:
5868+
brace-expansion "^2.0.1"
5869+
58455870
58465871
version "4.1.0"
58475872
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)