Skip to content

Commit d5159e1

Browse files
dependabot[bot]jrolfs
authored andcommitted
feat(deps): bump glob from 7.1.7 to 7.2.0
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.7 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.7...v7.2.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd95390 commit d5159e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-prettier": "^4.0.0",
7272
"eslint-plugin-react": "^7.27.0",
7373
"eslint-plugin-react-hooks": "^4.2.0",
74-
"glob": "^7.1.7",
74+
"glob": "^7.2.0",
7575
"is-ci": "^3.0.0",
7676
"jest": "^27.2.4",
7777
"jest-watch-typeahead": "^0.6.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,10 +3726,10 @@ [email protected]:
37263726
once "^1.3.0"
37273727
path-is-absolute "^1.0.0"
37283728

3729-
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
3730-
version "7.1.7"
3731-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
3732-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
3729+
glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
3730+
version "7.2.0"
3731+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3732+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
37333733
dependencies:
37343734
fs.realpath "^1.0.0"
37353735
inflight "^1.0.4"

0 commit comments

Comments
 (0)