Skip to content

Commit 5bbc8ff

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-CIPHERBASE-12084814 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-QS-14724253 - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-BIGINTBUFFER-3364597 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-SECP256K1-8237220 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-SOLANAWEB3JS-6647564 - https://snyk.io/vuln/SNYK-JS-BASEX-10118294 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 - https://snyk.io/vuln/SNYK-JS-SIRV-12558119 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent ac0f449 commit 5bbc8ff

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@
2525
"postinstall": "patch-package"
2626
},
2727
"dependencies": {
28-
"@coinbase/wallet-sdk": "3.8.0-beta.3",
28+
"@coinbase/wallet-sdk": "3.9.0",
2929
"@debank/common": "0.3.60",
3030
"@debank/festats": "1.0.1",
3131
"@dnd-kit/core": "5.0.1",
3232
"@dnd-kit/sortable": "6.0.0",
3333
"@dnd-kit/utilities": "3.0.2",
34-
"@eth-optimism/contracts": "0.5.32",
34+
"@eth-optimism/contracts": "0.5.34",
3535
"@eth-optimism/contracts-ts": "0.17.2",
3636
"@ethereumjs/common": "4.4.0",
3737
"@ethereumjs/rlp": "5.0.2",
3838
"@ethereumjs/tx": "5.4.0",
3939
"@ethereumjs/util": "9.1.0",
4040
"@ethereumjs/wallet": "2.0.4",
4141
"@imkey/web3-provider": "1.3.10",
42-
"@keystonehq/hw-app-eth": "0.4.4",
42+
"@keystonehq/hw-app-eth": "0.5.0",
4343
"@keystonehq/hw-transport-webusb": "0.3.2",
44-
"@keystonehq/metamask-airgapped-keyring": "0.15.1",
44+
"@keystonehq/metamask-airgapped-keyring": "0.15.2",
4545
"@ledgerhq/devices": "8.4.4",
4646
"@ledgerhq/hw-app-eth": "6.42.8",
4747
"@ledgerhq/hw-transport-webhid": "6.30.0",
@@ -101,7 +101,7 @@
101101
"crypto-browserify": "3.12.0",
102102
"dayjs": "1.10.7",
103103
"eth-rpc-errors": "4.0.3",
104-
"ethers": "5.8.0",
104+
"ethers": "6.0.0",
105105
"events": "3.3.0",
106106
"fflate": "0.8.2",
107107
"hdkey": "0.8.0",
@@ -111,12 +111,12 @@
111111
"interval-promise": "1.4.0",
112112
"koa-compose": "4.1.0",
113113
"lightweight-charts": "5.0.8",
114-
"lodash": "4.17.21",
114+
"lodash": "4.17.23",
115115
"loglevel": "1.7.1",
116116
"lottie-react": "2.4.0",
117117
"lru-cache": "6.0.0",
118118
"multiformats": "13.3.2",
119-
"nanoid": "3.3.6",
119+
"nanoid": "3.3.8",
120120
"obs-store": "4.0.3",
121121
"p-queue": "7.3.0",
122122
"p-retry": "5.1.2",
@@ -148,12 +148,12 @@
148148
"url": "0.11.3",
149149
"uuid": "9.0.0",
150150
"viem": "2.23.15",
151-
"web3-eth-abi": "1.7.0",
151+
"web3-eth-abi": "4.1.3",
152152
"webextension-polyfill": "0.7.0"
153153
},
154154
"devDependencies": {
155155
"@sentry/webpack-plugin": "2.16.1",
156-
"@svgr/webpack": "5.5.0",
156+
"@svgr/webpack": "6.0.0",
157157
"@types/archiver": "6.0.2",
158158
"@types/chrome": "0.0.263",
159159
"@types/events": "3.0.0",
@@ -180,7 +180,7 @@
180180
"cross-env": "7.0.3",
181181
"css-loader": "5.1.3",
182182
"enquirer": "2.3.6",
183-
"eslint": "8.57.0",
183+
"eslint": "9.0.0",
184184
"eslint-config-prettier": "8.3.0",
185185
"eslint-config-react-app": "6.0.0",
186186
"eslint-plugin-import": "2.22.1",
@@ -192,28 +192,28 @@
192192
"fork-ts-checker-webpack-plugin": "9.0.2",
193193
"fs-extra": "10.0.0",
194194
"fs-readdir-recursive": "1.1.0",
195-
"gulp": "4.0.2",
195+
"gulp": "5.0.0",
196196
"gulp-sort": "2.0.0",
197197
"gulp-zip": "5.1.0",
198198
"html-webpack-plugin": "5.3.1",
199199
"i18next": "23.4.1",
200-
"jest": "29.7.0",
200+
"jest": "30.0.0",
201201
"jest-environment-jsdom": "29.7.0",
202202
"jest-styled-components": "7.0.8",
203203
"less-loader": "8.1.1",
204204
"less-vars-to-js": "1.3.0",
205205
"postcss": "8.4.31",
206-
"postcss-custom-properties": "11.0.0",
206+
"postcss-custom-properties": "12.0.0",
207207
"postcss-import": "14.0.1",
208208
"postcss-loader": "5.3.0",
209209
"postcss-nested": "5.0.5",
210210
"prettier": "2.2.1",
211211
"react-i18next": "13.0.3",
212-
"shelljs": "0.8.5",
212+
"shelljs": "0.9.0",
213213
"sinon-chrome": "3.0.1",
214214
"style-loader": "2.0.0",
215215
"style-resources-loader": "1.5.0",
216-
"tailwindcss": "2.2.2",
216+
"tailwindcss": "2.2.5",
217217
"tinycolor2": "1.6.0",
218218
"ts-import-plugin": "1.6.7",
219219
"ts-jest": "29.1.1",
@@ -223,10 +223,10 @@
223223
"typescript-plugin-styled-components": "2.0.0",
224224
"typescript-transform-paths": "3.4.7",
225225
"url-loader": "4.1.1",
226-
"webpack": "5.76.0",
227-
"webpack-bundle-analyzer": "4.4.0",
226+
"webpack": "5.94.0",
227+
"webpack-bundle-analyzer": "5.2.0",
228228
"webpack-cli": "4.10.0",
229-
"webpack-dev-server": "4.7.4",
229+
"webpack-dev-server": "5.2.1",
230230
"webpack-merge": "5.7.3"
231231
},
232232
"resolutions": {

0 commit comments

Comments
 (0)