Skip to content

Commit e370064

Browse files
committed
fix: security updates
1 parent 379fbbe commit e370064

File tree

3 files changed

+3809
-3092
lines changed

3 files changed

+3809
-3092
lines changed

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"author": "",
1717
"license": "ISC",
1818
"devDependencies": {
19-
"@types/node": "^20.11.30",
20-
"@types/react": "^18.2.68",
19+
"@types/node": "^20.14.2",
20+
"@types/react": "^18.3.3",
2121
"jsdom": "24.1.0",
22-
"turbo": "^1.13.0",
23-
"typescript": "^5.4.3"
22+
"turbo": "^1.13.4",
23+
"typescript": "^5.4.5"
2424
},
2525
"dependencies": {
2626
"jsdom": "24.1.0",
27-
"react": "^18.2.0",
28-
"react-dom": "^18.2.0",
27+
"react": "^18.3.1",
28+
"react-dom": "^18.3.1",
2929
"ts-node": "^10.9.2"
3030
}
3131
}

Diff for: packages/main/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui/main",
33
"private": true,
4-
"version": "0.28.8",
4+
"version": "1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "VITE_APP_VERSION=$npm_package_version vite",
@@ -13,27 +13,27 @@
1313
"@emotion/css": "^11.11.2",
1414
"@emotion/is-prop-valid": "^1.2.2",
1515
"@emotion/react": "^11.11.4",
16-
"@emotion/styled": "^11.11.0",
16+
"@emotion/styled": "^11.11.5",
1717
"@microlink/react-json-view": "latest",
1818
"@mui/base": "5.0.0-beta.5",
19-
"@mui/icons-material": "^5.15.14",
19+
"@mui/icons-material": "^5.15.20",
2020
"@mui/material": "^5.15.20",
21-
"@mui/styles": "^5.15.14",
21+
"@mui/styles": "^5.15.20",
2222
"@mui/x-charts": "6.0.0-alpha.12",
2323
"@szhsin/react-menu": "^4.1.0",
24-
"@tanstack/match-sorter-utils": "^8.11.8",
25-
"@tanstack/react-table": "^8.15.0",
26-
"axios": "^1.6.8",
24+
"@tanstack/match-sorter-utils": "^8.15.1",
25+
"@tanstack/react-table": "^8.17.3",
26+
"axios": "^1.7.2",
2727
"classnames": "^2.5.1",
2828
"combokeys": "^3.0.1",
2929
"date-fns": "^2.30.0",
30-
"dayjs": "^1.11.10",
30+
"dayjs": "^1.11.11",
3131
"deep-freeze": "^0.0.1",
3232
"dnd-core": "^16.0.1",
3333
"fuzzy": "^0.1.3",
3434
"immutability-helper": "^3.1.1",
3535
"isomorphic-dompurify": "^1.13.0",
36-
"javascript-time-ago": "^2.5.9",
36+
"javascript-time-ago": "^2.5.10",
3737
"jquery": "^3.7.1",
3838
"jsdom": "24.1.0",
3939
"json-markup": "^1.1.4",
@@ -45,45 +45,45 @@
4545
"nanoid": "^4.0.2",
4646
"papaparse": "^5.4.1",
4747
"prismjs": "^1.29.0",
48-
"react": "^18.2.0",
48+
"react": "^18.3.1",
4949
"react-cookie": "^4.1.1",
5050
"react-day-picker": "^8.10.1",
5151
"react-dnd": "^16.0.1",
5252
"react-dnd-html5-backend": "^16.0.1",
53-
"react-dom": "^18.2.0",
53+
"react-dom": "^18.3.1",
5454
"react-flot": "^1.3.0",
5555
"react-redux": "^8.1.3",
5656
"react-responsive": "^9.0.2",
57-
"react-router-dom": "^6.22.3",
57+
"react-router-dom": "^6.23.1",
5858
"react-select": "^5.8.0",
5959
"redux": "^4.2.1",
6060
"redux-thunk": "^2.4.2",
6161
"reselect": "^4.1.8",
6262
"slate": "^0.94.1",
6363
"slate-history": "^0.93.0",
6464
"slate-react": "^0.105.0",
65-
"tss-react": "^4.9.6",
65+
"tss-react": "^4.9.10",
6666
"zustand": "^4.5.2"
6767
},
6868
"devDependencies": {
6969
"@emotion/babel-plugin": "^11.11.0",
70-
"@testing-library/react": "^14.2.2",
70+
"@testing-library/react": "^14.3.1",
7171
"@types/jest": "^29.5.12",
72-
"@types/react": "^18.2.68",
73-
"@types/react-dom": "^18.2.22",
72+
"@types/react": "^18.3.3",
73+
"@types/react-dom": "^18.3.0",
7474
"@typescript-eslint/eslint-plugin": "^5.62.0",
7575
"@typescript-eslint/parser": "^5.62.0",
7676
"@vitejs/plugin-basic-ssl": "^1.1.0",
77-
"@vitejs/plugin-react": "^4.2.1",
77+
"@vitejs/plugin-react": "^4.3.1",
7878
"eslint": "^8.57.0",
79-
"eslint-plugin-react-hooks": "^4.6.0",
79+
"eslint-plugin-react-hooks": "^4.6.2",
8080
"eslint-plugin-react-refresh": "^0.3.5",
8181
"happy-dom": "^13.10.1",
8282
"jsdom": "24.1.0",
83-
"prettier": "^3.2.5",
84-
"sass": "^1.72.0",
83+
"prettier": "^3.3.2",
84+
"sass": "^1.77.5",
8585
"scss": "^0.2.4",
86-
"typescript": "^5.4.3",
86+
"typescript": "^5.4.5",
8787
"vite": "^5.3.1",
8888
"vitest": "^0.32.4"
8989
}

0 commit comments

Comments
 (0)