Skip to content

Commit 03a35df

Browse files
chore(deps): bump elliptic from 6.6.0 to 6.6.1 (nervosnetwork#3314)
* chore(deps): bump elliptic from 6.6.0 to 6.6.1 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1. - [Commits](indutny/elliptic@v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix: fix typo in test description --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keith <[email protected]>
1 parent f7324c7 commit 03a35df

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/neuron-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"electron-log": "4.4.8",
6060
"electron-updater": "6.3.0",
6161
"electron-window-state": "5.0.3",
62-
"elliptic": "6.6.0",
62+
"elliptic": "6.6.1",
6363
"i18next": "21.10.0",
6464
"leveldown": "6.1.1",
6565
"levelup": "4.4.0",

packages/neuron-wallet/tests/services/hardware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('HardwareWalletService', () => {
4242
expect(device.deviceInfo).toEqual(ledgerNanoS)
4343
})
4444

45-
it('mutilple init should disconnect device', async () => {
45+
it('multiple init should disconnect device', async () => {
4646
const device = await HardwareService.getInstance().initHardware(ledgerNanoS)
4747
await HardwareService.getInstance().initHardware(ledgerNanoS)
4848
expect(device.isConnected).toBe(false)

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,9 +2031,9 @@
20312031
regenerator-runtime "^0.14.0"
20322032

20332033
"@babel/runtime@^7.25.0":
2034-
version "7.26.0"
2035-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
2036-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
2034+
version "7.26.9"
2035+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
2036+
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
20372037
dependencies:
20382038
regenerator-runtime "^0.14.0"
20392039

@@ -9874,10 +9874,10 @@ [email protected]:
98749874
"@types/node" "^20.9.0"
98759875
extract-zip "^2.0.1"
98769876

9877-
[email protected].0, elliptic@^6.5.4:
9878-
version "6.6.0"
9879-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.0.tgz#5919ec723286c1edf28685aa89261d4761afa210"
9880-
integrity sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==
9877+
[email protected].1, elliptic@^6.5.4:
9878+
version "6.6.1"
9879+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
9880+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
98819881
dependencies:
98829882
bn.js "^4.11.9"
98839883
brorand "^1.1.0"
@@ -17371,9 +17371,9 @@ react-error-overlay@^6.0.11:
1737117371
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
1737217372

1737317373
[email protected], react-i18next@>=11.16.4:
17374-
version "15.1.0"
17375-
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.0.tgz#9494e4add2389f04c205dd7628c1aa75747b98a3"
17376-
integrity sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q==
17374+
version "15.4.0"
17375+
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.4.0.tgz#87c755fb6d7a567eec134e4759b022a0baacb19e"
17376+
integrity sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw==
1737717377
dependencies:
1737817378
"@babel/runtime" "^7.25.0"
1737917379
html-parse-stringify "^3.0.1"

0 commit comments

Comments
 (0)