Skip to content

Commit

Permalink
Merge pull request #984 from scalameta/dependabot/npm_and_yarn/glob-8…
Browse files Browse the repository at this point in the history
….0.3

build(deps-dev): bump glob from 8.0.2 to 8.0.3
  • Loading branch information
tgodzik committed May 16, 2022
2 parents 727126a + fda3d18 commit 9044889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mocha": "^10.0.4",
"glob": "^8.0.2",
"glob": "^8.0.3",
"mkdirp": "1.0.4",
"mocha": "^10.0.0",
"ovsx": "0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1035,10 +1035,10 @@ glob@7.2.0, glob@^7.0.6, glob@^7.1.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.2.tgz#1b87a70413e702431b17d5fb4363a70e3a6e29de"
integrity sha512-0jzor6jfIKaDg/2FIN+9L8oDxzHTkI/+vwJimOmOZjaVjFVVZJFojOYbbWC0okXbBVSgYpbcuQ7xy6gDP9f8gw==
glob@^8.0.3:
version "8.0.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
Expand Down

0 comments on commit 9044889

Please sign in to comment.