Skip to content

Commit

Permalink
fix(deps): update dependency verror-extra to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent fc65f87 commit 5b284a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@faltest/utils": "^8.0.0",
"verror-extra": "^5.0.0"
"verror-extra": "^6.0.0"
},
"devDependencies": {
"mocha": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/page-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@faltest/browser": "^7.0.0",
"verror-extra": "^5.0.0"
"verror-extra": "^6.0.0"
},
"devDependencies": {
"mocha": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7824,10 +7824,10 @@ validate-npm-package-name@^4.0.0:
dependencies:
builtins "^5.0.0"

verror-extra@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/verror-extra/-/verror-extra-5.0.0.tgz#17201ecdaa4ddbdb9494952fb2222f7a1081fa7a"
integrity sha512-vy/Y+LU/iCo6N2Jqj9Gdpf/MZQN7nXFwPc1OsnucIRU8xpxrXEdKShsLID+MNc88N038xI8MdCszpyWUkGG3/A==
verror-extra@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/verror-extra/-/verror-extra-6.0.0.tgz#2fcc9d3b25b43a420170641d43a3fbe35834ff96"
integrity sha512-a5kT0geADTf7TD7tOkdm3ztEI7H9mK226KJho2+2dQ/meUZG26jXfEfhnOh9Ld7Pta/I0wox/zHDT2a7SJpdiQ==
dependencies:
verror "^1.10.0"

Expand Down

0 comments on commit 5b284a4

Please sign in to comment.