Skip to content

Commit

Permalink
fix(deps): update dependency glob to v8 (#1100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2022
1 parent 03385bc commit 967998d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"chalk": "^4.1.1",
"commander": "^9.0.0",
"enquirer": "^2.3.6",
"glob": "^7.1.7",
"glob": "^8.0.0",
"minimatch": "^5.1.0",
"mz": "^2.7.0",
"strip-ansi": "^6.0.0",
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-optional-chaining": "7.20.7",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@types/glob": "7.2.0",
"@types/glob": "8.0.0",
"@types/jest": "29.2.4",
"@types/minimatch": "^5.0.0",
"@types/mz": "2.7.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1606,10 +1606,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/glob@7.2.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
"@types/glob@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2"
integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
Expand Down Expand Up @@ -2956,7 +2956,7 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
glob@^7.1.3, glob@^7.1.4:
version "7.1.7"
resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
Expand All @@ -2968,7 +2968,7 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@~8.0.3:
glob@^8.0.0, 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==
Expand Down

0 comments on commit 967998d

Please sign in to comment.