Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 093fdec

Browse files
chore(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac4e835 commit 093fdec

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
@@ -81,7 +81,7 @@
8181
"babel-plugin-relay": "^12.0.0",
8282
"chokidar-cli": "^3.0.0",
8383
"concurrently": "^7.0.0",
84-
"glob": "^7.1.6",
84+
"glob": "^8.0.3",
8585
"graphql": "^15.6.0",
8686
"husky": "^7.0.0",
8787
"jest": "^27.2.2",

yarn.lock

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,13 @@ brace-expansion@^1.1.7:
13301330
balanced-match "^1.0.0"
13311331
concat-map "0.0.1"
13321332

1333+
brace-expansion@^2.0.1:
1334+
version "2.0.1"
1335+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1336+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1337+
dependencies:
1338+
balanced-match "^1.0.0"
1339+
13331340
braces@^3.0.1, braces@~3.0.2:
13341341
version "3.0.2"
13351342
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1970,7 +1977,7 @@ glob-parent@~5.1.2:
19701977
dependencies:
19711978
is-glob "^4.0.1"
19721979

1973-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
1980+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
19741981
version "7.2.0"
19751982
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
19761983
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1982,6 +1989,17 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
19821989
once "^1.3.0"
19831990
path-is-absolute "^1.0.0"
19841991

1992+
glob@^8.0.3:
1993+
version "8.0.3"
1994+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1995+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
1996+
dependencies:
1997+
fs.realpath "^1.0.0"
1998+
inflight "^1.0.4"
1999+
inherits "2"
2000+
minimatch "^5.0.1"
2001+
once "^1.3.0"
2002+
19852003
globals@^11.1.0:
19862004
version "11.12.0"
19872005
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2896,6 +2914,13 @@ minimatch@^3.0.4:
28962914
dependencies:
28972915
brace-expansion "^1.1.7"
28982916

2917+
minimatch@^5.0.1:
2918+
version "5.0.1"
2919+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
2920+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
2921+
dependencies:
2922+
brace-expansion "^2.0.1"
2923+
28992924
minimist@^1.2.5:
29002925
version "1.2.6"
29012926
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"

0 commit comments

Comments
 (0)