Skip to content

Commit

Permalink
chore: bump libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Dec 12, 2024
1 parent 7cce0a7 commit a34b719
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
"author": "Assert Equals Ltd",
"license": "MIT",
"dependencies": {
"@assert-equals/headless-wallet": "^0.0.11",
"@assert-equals/headless-wallet": "^0.0.12",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"mockttp": "^3.15.4",
"playwright-core": "^1.49.0",
"selenium-webdriver": "^4.26.0",
"playwright-core": "^1.49.1",
"selenium-webdriver": "^4.27.0",
"semver": "^7.6.3"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
css-tree "^2.3.1"
is-potential-custom-element-name "^1.0.1"

"@assert-equals/headless-wallet@^0.0.11":
version "0.0.11"
resolved "https://registry.yarnpkg.com/@assert-equals/headless-wallet/-/headless-wallet-0.0.11.tgz#97504f566ddba6a9b596d6938a0c2d5bd172b67d"
integrity sha512-L2ZpBdQqzyjnkaoKGNN2KBVLCuvyPEchVU7sCnjUxGOmiCAV9NFk/eIJ+vnlBhpkAXLW7e6HxM2U5OudCAMlrw==
"@assert-equals/headless-wallet@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@assert-equals/headless-wallet/-/headless-wallet-0.0.12.tgz#4c0b8dbedbfa4621bb4b31ebe524df9ed526e026"
integrity sha512-CG8GXzdXf/fWYKNmNnOzVV79V8XiMtHiLpF52wudBVmCnk15c9VhzuZTBJlnO7aiPQyNGVaHvetev7BkffSFSg==

"@babel/code-frame@^7.0.0":
version "7.24.2"
Expand Down Expand Up @@ -3398,10 +3398,10 @@ pify@^5.0.0:
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==

playwright-core@^1.49.0:
version "1.49.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
playwright-core@^1.49.1:
version "1.49.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.1.tgz#32c62f046e950f586ff9e35ed490a424f2248015"
integrity sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==

portfinder@^1.0.32:
version "1.0.32"
Expand Down Expand Up @@ -3667,10 +3667,10 @@ saxes@^6.0.0:
dependencies:
xmlchars "^2.2.0"

selenium-webdriver@^4.26.0:
version "4.26.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.26.0.tgz#23163cdad20388214a4ad17c1f38262a0857c902"
integrity sha512-nA7jMRIPV17mJmAiTDBWN96Sy0Uxrz5CCLb7bLVV6PpL417SyBMPc2Zo/uoREc2EOHlzHwHwAlFtgmSngSY4WQ==
selenium-webdriver@^4.27.0:
version "4.27.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.27.0.tgz#f0f26ce453805e7dc77151040442c67e441dbe7a"
integrity sha512-LkTJrNz5socxpPnWPODQ2bQ65eYx9JK+DQMYNihpTjMCqHwgWGYQnQTCAAche2W3ZP87alA+1zYPvgS8tHNzMQ==
dependencies:
"@bazel/runfiles" "^6.3.1"
jszip "^3.10.1"
Expand Down

0 comments on commit a34b719

Please sign in to comment.