Skip to content

Commit 662ce3b

Browse files
authored
Update console dependencies to fix vulnerabilities (#3291)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 0292bc1 commit 662ce3b

File tree

2 files changed

+1140
-1058
lines changed

2 files changed

+1140
-1058
lines changed

web-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"react-markdown": "8.0.7",
2222
"react-pdf": "7.7.1",
2323
"react-redux": "^8.1.3",
24-
"react-router-dom": "6.22.2",
24+
"react-router-dom": "6.22.3",
2525
"react-virtualized": "^9.22.5",
2626
"react-window": "^1.8.10",
2727
"react-window-infinite-loader": "^1.0.9",
28-
"recharts": "^2.10.3",
28+
"recharts": "^2.12.4",
2929
"styled-components": "5.3.11",
3030
"superagent": "^8.0.8",
3131
"tinycolor2": "^1.6.0"
@@ -60,16 +60,16 @@
6060
"proxy": "http://localhost:9090/",
6161
"devDependencies": {
6262
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
63-
"@playwright/test": "^1.38.1",
64-
"@types/lodash": "^4.14.202",
63+
"@playwright/test": "^1.43.0",
64+
"@types/lodash": "^4.17.0",
6565
"@types/luxon": "^3.4.2",
6666
"@types/minio": "7.1.1",
6767
"@types/node": "18.16.0",
68-
"@types/react": "18.2.55",
68+
"@types/react": "18.2.75",
6969
"@types/react-copy-to-clipboard": "^5.0.5",
70-
"@types/react-dom": "18.2.19",
70+
"@types/react-dom": "18.2.24",
7171
"@types/react-redux": "^7.1.32",
72-
"@types/react-virtualized": "^9.21.29",
72+
"@types/react-virtualized": "^9.21.30",
7373
"@types/react-window": "^1.8.6",
7474
"@types/react-window-infinite-loader": "^1.0.7",
7575
"@types/recharts": "^1.8.29",
@@ -89,8 +89,8 @@
8989
},
9090
"resolutions": {
9191
"nth-check": "^2.0.1",
92-
"yaml": "^2.3.1",
93-
"postcss": "^8.4.35",
92+
"yaml": "^2.4.1",
93+
"postcss": "^8.4.38",
9494
"react-scripts/**/node-forge": "^1.3.0",
9595
"react-scripts/**/async": "^2.6.4",
9696
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
@@ -101,10 +101,10 @@
101101
"react-scripts/**/json5": "^2.2.2",
102102
"react-scripts/**/debug": "^3.1.0",
103103
"recharts/**/d3-color": "^3.1.0",
104-
"fast-xml-parser": "^4.3.4",
104+
"fast-xml-parser": "^4.3.6",
105105
"semver": "^7.5.2",
106106
"testcafe/**/tough-cookie": "^4.1.3",
107-
"styled-components/**/@babel/traverse": "^7.23.9"
107+
"styled-components/**/@babel/traverse": "^7.24.1"
108108
},
109109
"main": "index.js"
110110
}

0 commit comments

Comments
 (0)