Skip to content

Commit

Permalink
fix(deps): update dependency globby to v14 (#510)
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 Nov 13, 2023
1 parent 032cc27 commit fc29f64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"deepmerge": "4.3.1",
"dotenv": "16.3.1",
"fastest-levenshtein": "1.0.16",
"globby": "13.2.2",
"globby": "14.0.0",
"js-yaml": "4.1.0",
"libsodium-wrappers": "0.7.13",
"lodash.clonedeep": "4.5.0",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6294,16 +6294,17 @@ __metadata:
languageName: node
linkType: hard

"globby@npm:13.2.2, globby@npm:^13.1.2":
version: 13.2.2
resolution: "globby@npm:13.2.2"
"globby@npm:14.0.0, globby@npm:^14.0.0":
version: 14.0.0
resolution: "globby@npm:14.0.0"
dependencies:
dir-glob: "npm:^3.0.1"
fast-glob: "npm:^3.3.0"
"@sindresorhus/merge-streams": "npm:^1.0.0"
fast-glob: "npm:^3.3.2"
ignore: "npm:^5.2.4"
merge2: "npm:^1.4.1"
slash: "npm:^4.0.0"
checksum: a8d7cc7cbe5e1b2d0f81d467bbc5bc2eac35f74eaded3a6c85fc26d7acc8e6de22d396159db8a2fc340b8a342e74cac58de8f4aee74146d3d146921a76062664
path-type: "npm:^5.0.0"
slash: "npm:^5.1.0"
unicorn-magic: "npm:^0.1.0"
checksum: 6d98738a419f948ef23da019275b15ca5c65bb7e354ecea52a3015f4dae6b28a713fcf73bf3aab1c04039f4f62da71cff191a7ececc37c0e4c9b4320a047505f
languageName: node
linkType: hard

Expand All @@ -6321,17 +6322,16 @@ __metadata:
languageName: node
linkType: hard

"globby@npm:^14.0.0":
version: 14.0.0
resolution: "globby@npm:14.0.0"
"globby@npm:^13.1.2":
version: 13.2.2
resolution: "globby@npm:13.2.2"
dependencies:
"@sindresorhus/merge-streams": "npm:^1.0.0"
fast-glob: "npm:^3.3.2"
dir-glob: "npm:^3.0.1"
fast-glob: "npm:^3.3.0"
ignore: "npm:^5.2.4"
path-type: "npm:^5.0.0"
slash: "npm:^5.1.0"
unicorn-magic: "npm:^0.1.0"
checksum: 6d98738a419f948ef23da019275b15ca5c65bb7e354ecea52a3015f4dae6b28a713fcf73bf3aab1c04039f4f62da71cff191a7ececc37c0e4c9b4320a047505f
merge2: "npm:^1.4.1"
slash: "npm:^4.0.0"
checksum: a8d7cc7cbe5e1b2d0f81d467bbc5bc2eac35f74eaded3a6c85fc26d7acc8e6de22d396159db8a2fc340b8a342e74cac58de8f4aee74146d3d146921a76062664
languageName: node
linkType: hard

Expand Down Expand Up @@ -11619,7 +11619,7 @@ __metadata:
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-unicorn: "npm:49.0.0"
fastest-levenshtein: "npm:1.0.16"
globby: "npm:13.2.2"
globby: "npm:14.0.0"
husky: "npm:8.0.3"
jest: "npm:29.7.0"
js-yaml: "npm:4.1.0"
Expand Down

0 comments on commit fc29f64

Please sign in to comment.