Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: update commander
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Mar 1, 2024
1 parent 87aeeed commit e4ebe00
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion double-agent-stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ulixee/default-human-emulator": "2.0.0-alpha.26",
"@ulixee/real-user-agents": "2.0.0-alpha.26",
"@ulixee/unblocked-agent": "2.0.0-alpha.26",
"commander": "^9.2.0",
"commander": "^9.5.0",
"puppeteer": "17.1.3",
"selenium-webdriver": "4.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion double-agent/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@double-agent/config": "2.0.0-alpha.26",
"@ulixee/commons": "2.0.0-alpha.26",
"@ulixee/real-user-agents": "2.0.0-alpha.26",
"commander": "^9.0.0",
"commander": "^9.5.0",
"node-fetch": "^2.6.1",
"p-queue": "^6.6.2",
"tar": "^6.2.0"
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2745,6 +2745,11 @@ big.js@^5.2.2:
resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz"
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==

bignumber.js@^9.0.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==

binary@^0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz"
Expand Down Expand Up @@ -3161,9 +3166,9 @@ [email protected]:
resolved "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz"
integrity sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ==

commander@^9.0.0, commander@^9.2.0:
commander@^9.3.0, commander@^9.5.0:
version "9.5.0"
resolved "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==

compare-func@^2.0.0:
Expand Down Expand Up @@ -9367,3 +9372,8 @@ yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.20.2:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit e4ebe00

Please sign in to comment.