Skip to content

Commit 23a1c05

Browse files
committed
fix:upgrade feast ui packages to fix critical vulnerabilities
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 69e97f9 commit 23a1c05

2 files changed

Lines changed: 1559 additions & 1420 deletions

File tree

ui/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "hackathon-starter-ui",
2+
"name": "feast-ui",
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
66
"@elastic/datemath": "^5.0.3",
7-
"@elastic/eui": "^46.1.0",
8-
"@emotion/react": "^11.7.1",
9-
"@testing-library/jest-dom": "^5.14.1",
10-
"@testing-library/react": "^12.0.0",
11-
"@testing-library/user-event": "^13.2.1",
7+
"@elastic/eui": "^50.0.0",
8+
"@emotion/react": "^11.8.1",
9+
"@testing-library/jest-dom": "^5.16.2",
10+
"@testing-library/react": "^12.1.3",
11+
"@testing-library/user-event": "^13.5.0",
1212
"@types/d3": "^7.1.0",
13-
"@types/jest": "^27.0.1",
14-
"@types/node": "^16.7.13",
15-
"@types/react": "^17.0.20",
16-
"@types/react-dom": "^17.0.9",
13+
"@types/jest": "^27.4.1",
14+
"@types/node": "^17.0.21",
15+
"@types/react": "^17.0.39",
16+
"@types/react-dom": "^17.0.13",
1717
"d3": "^7.3.0",
1818
"inter-ui": "^3.19.3",
1919
"moment": "^2.29.1",
2020
"prop-types": "^15.8.1",
2121
"query-string": "^7.1.1",
2222
"react": "^17.0.2",
2323
"react-dom": "^17.0.2",
24-
"react-query": "^3.34.12",
24+
"react-query": "^3.34.16",
2525
"react-router-dom": "6",
2626
"react-scripts": "5.0.0",
27-
"typescript": "^4.4.2",
27+
"typescript": "^4.6.2",
2828
"use-query-params": "^1.2.3",
29-
"web-vitals": "^2.1.0",
30-
"zod": "^3.11.6"
29+
"web-vitals": "^2.1.4",
30+
"zod": "^3.13.4"
3131
},
3232
"scripts": {
3333
"start": "react-scripts start",
@@ -59,6 +59,6 @@
5959
]
6060
},
6161
"devDependencies": {
62-
"msw": "^0.36.8"
62+
"msw": "^0.38.2"
6363
}
6464
}

0 commit comments

Comments
 (0)