Skip to content

Commit d13f011

Browse files
authored
Address dependabot alerts (#95)
Addresses the following dependabot alerts: #41 - Upgrade SES to `^0.16` #88 - Upgraded axios to `^1.6` #80 - No fix included, this is a subdependency of `crypto-browserify` which is currently on its latest version. Can be tracked [here](browserify/crypto-browserify#206) #62 - No fix included: all node modules within `/agoric` are imported from `@agoric` or `@endo`, so keeping up with their releases is all we can do. Issue can be tracked [here](#62)
1 parent 93f2f08 commit d13f011

File tree

2 files changed

+10009
-14607
lines changed

2 files changed

+10009
-14607
lines changed

frontend/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
"version": "0.1.0",
44
"dependencies": {
55
"@agoric/rpc": "^0.6.0",
6-
"@agoric/smart-wallet": "0.5.4-dev-eb7e9eb.0",
7-
"@agoric/store": "^0.9.2",
6+
"@agoric/smart-wallet": "^0.5.4-u12.0",
7+
"@agoric/store": "^0.9.3-u12.0",
8+
"@agoric/wallet-connection": "^0.1.18-u12.0",
9+
"@agoric/web-components": "0.12.1-dev-7c365a1.0",
810
"@emotion/react": "^11.9.3",
911
"@emotion/styled": "^11.9.3",
1012
"@testing-library/jest-dom": "^5.16.1",
1113
"@testing-library/react": "^11.2.7",
1214
"@testing-library/user-event": "^12.8.3",
1315
"@types/react-vis": "^1.11.13",
1416
"@types/three": "^0.144.0",
15-
"axios": "^0.27.2",
17+
"axios": "^1.6.0",
1618
"crypto-browserify": "^3.12.0",
1719
"eslint": "^8.48.0",
1820
"json5": "^2.2.1",
@@ -27,7 +29,7 @@
2729
"react-query": "^3.39.0",
2830
"react-router-dom": "^6.3.0",
2931
"react-vis": "^1.12.1",
30-
"ses": "^0.15.16",
32+
"ses": "^0.16",
3133
"three": "^0.144.0",
3234
"typescript": "^4.6.4",
3335
"web-vitals": "^2.1.4",
@@ -65,11 +67,10 @@
6567
]
6668
},
6769
"devDependencies": {
68-
"@agoric/casting": "0.3.3-dev-f5341af.0",
69-
"@agoric/ertp": "0.16.3-dev-f581a7e.0",
70-
"@agoric/ui-components": "0.7.1-dev-7cf64bb.0",
71-
"@agoric/wallet": "0.18.4-dev-eb7e9eb.0",
72-
"@agoric/web-components": "0.12.1-dev-7c365a1.0",
70+
"@agoric/casting": "^0.4.3-u12.0",
71+
"@agoric/ertp": "^0.16.3-u12.0",
72+
"@agoric/ui-components": "^0.3.9-u12.0",
73+
"@agoric/wallet": "^0.18.4-u12.0",
7374
"@emotion/babel-plugin": "^11.9.2",
7475
"@endo/captp": "^2.0.8",
7576
"@endo/eslint-plugin": "^0.4.0",
@@ -89,7 +90,6 @@
8990
"@typescript-eslint/parser": "^5.25.0",
9091
"@vitejs/plugin-react": "^2.0.1",
9192
"customize-cra": "^1.0.0",
92-
"eslint": "^8.22.0",
9393
"eslint-config-prettier": "^8.5.0",
9494
"eslint-config-react-app": "^7.0.0",
9595
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)