Skip to content

Commit

Permalink
Merge pull request #123 from sparksp/dependabot/npm_and_yarn/glob-9.1.2
Browse files Browse the repository at this point in the history
Bump glob from 9.1.0 to 9.1.2
  • Loading branch information
sparksp authored Mar 2, 2023
2 parents 0e40a54 + 7fe0da5 commit ec5f1de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"elm-review": "^2.9.1",
"elm-tooling": "^1.12.0",
"fs-extra": "^11.1.0",
"glob": "^9.1.0",
"glob": "^9.1.2",
"npm-run-all": "^4.1.5"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -779,13 +779,13 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.1.0.tgz#e440a5e856ab504a68a4261959a33d2219ad6618"
integrity sha512-bAnZn/xYN7o43Y97vDipnunJtQOOhJAyt7/zt1HrzFgtIrol4eJTUn8Kd74B1cMyOBuzWUMvBr2F178h0UQuUw==
glob@^9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.1.2.tgz#6587a51675a7273191654e0a912a22a0e4ca7a44"
integrity sha512-AcvrjOR0OSiS8p+1SInzhCHJ11NHV8P/nN1BDuk6gEjIHSR60SXktPzi/HJt8Z3NIyK4qSO1hZ9jpsasFZENpA==
dependencies:
fs.realpath "^1.0.0"
minimatch "^7.4.0"
minimatch "^7.4.1"
minipass "^4.2.4"
path-scurry "^1.5.0"

Expand Down Expand Up @@ -1257,10 +1257,10 @@ minimatch@^3.0.4, minimatch@~3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimatch@^7.4.0:
version "7.4.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.1.tgz#166705f9417985ba5149f2dbf2fa50c29832913b"
integrity sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==
minimatch@^7.4.1:
version "7.4.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit ec5f1de

Please sign in to comment.