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

Commit 0e8a596

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 042ef4b commit 0e8a596

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
@@ -1343,6 +1343,13 @@ brace-expansion@^1.1.7:
13431343
balanced-match "^1.0.0"
13441344
concat-map "0.0.1"
13451345

1346+
brace-expansion@^2.0.1:
1347+
version "2.0.1"
1348+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1349+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1350+
dependencies:
1351+
balanced-match "^1.0.0"
1352+
13461353
braces@^3.0.2, braces@~3.0.2:
13471354
version "3.0.2"
13481355
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1984,7 +1991,7 @@ glob-parent@~5.1.2:
19841991
dependencies:
19851992
is-glob "^4.0.1"
19861993

1987-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
1994+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
19881995
version "7.2.0"
19891996
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
19901997
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
@@ -1996,6 +2003,17 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
19962003
once "^1.3.0"
19972004
path-is-absolute "^1.0.0"
19982005

2006+
glob@^8.0.3:
2007+
version "8.0.3"
2008+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
2009+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
2010+
dependencies:
2011+
fs.realpath "^1.0.0"
2012+
inflight "^1.0.4"
2013+
inherits "2"
2014+
minimatch "^5.0.1"
2015+
once "^1.3.0"
2016+
19992017
globals@^11.1.0:
20002018
version "11.12.0"
20012019
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2910,6 +2928,13 @@ minimatch@^3.0.4:
29102928
dependencies:
29112929
brace-expansion "^1.1.7"
29122930

2931+
minimatch@^5.0.1:
2932+
version "5.1.0"
2933+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
2934+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
2935+
dependencies:
2936+
brace-expansion "^2.0.1"
2937+
29132938
minimist@^1.2.5:
29142939
version "1.2.6"
29152940
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"

0 commit comments

Comments
 (0)