Skip to content

Commit

Permalink
fix(deps): update dependency yargs to v17 (#673)
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 27, 2023
1 parent 7fdb903 commit 0d33b48
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
43 changes: 23 additions & 20 deletions examples/example-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/example-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"run-examples": "./bin/run-examples"
},
"dependencies": {
"@types/yargs": "16.0.1",
"@types/yargs": "17.0.32",
"globby": "11.0.3",
"jest-diff": "29.7.0",
"typescript": "5.3.3",
"yargs": "16.2.0"
"yargs": "17.7.2"
}
}

0 comments on commit 0d33b48

Please sign in to comment.