Update console dependencies to fix vulnerabilities (#3291)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2024-04-10 11:52:15 -06:00
committed by GitHub
parent 0292bc154d
commit 662ce3b2f5
2 changed files with 1145 additions and 1063 deletions

View File

@@ -21,11 +21,11 @@
"react-markdown": "8.0.7", "react-markdown": "8.0.7",
"react-pdf": "7.7.1", "react-pdf": "7.7.1",
"react-redux": "^8.1.3", "react-redux": "^8.1.3",
"react-router-dom": "6.22.2", "react-router-dom": "6.22.3",
"react-virtualized": "^9.22.5", "react-virtualized": "^9.22.5",
"react-window": "^1.8.10", "react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9", "react-window-infinite-loader": "^1.0.9",
"recharts": "^2.10.3", "recharts": "^2.12.4",
"styled-components": "5.3.11", "styled-components": "5.3.11",
"superagent": "^8.0.8", "superagent": "^8.0.8",
"tinycolor2": "^1.6.0" "tinycolor2": "^1.6.0"
@@ -60,16 +60,16 @@
"proxy": "http://localhost:9090/", "proxy": "http://localhost:9090/",
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.38.1", "@playwright/test": "^1.43.0",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.17.0",
"@types/luxon": "^3.4.2", "@types/luxon": "^3.4.2",
"@types/minio": "7.1.1", "@types/minio": "7.1.1",
"@types/node": "18.16.0", "@types/node": "18.16.0",
"@types/react": "18.2.55", "@types/react": "18.2.75",
"@types/react-copy-to-clipboard": "^5.0.5", "@types/react-copy-to-clipboard": "^5.0.5",
"@types/react-dom": "18.2.19", "@types/react-dom": "18.2.24",
"@types/react-redux": "^7.1.32", "@types/react-redux": "^7.1.32",
"@types/react-virtualized": "^9.21.29", "@types/react-virtualized": "^9.21.30",
"@types/react-window": "^1.8.6", "@types/react-window": "^1.8.6",
"@types/react-window-infinite-loader": "^1.0.7", "@types/react-window-infinite-loader": "^1.0.7",
"@types/recharts": "^1.8.29", "@types/recharts": "^1.8.29",
@@ -89,8 +89,8 @@
}, },
"resolutions": { "resolutions": {
"nth-check": "^2.0.1", "nth-check": "^2.0.1",
"yaml": "^2.3.1", "yaml": "^2.4.1",
"postcss": "^8.4.35", "postcss": "^8.4.38",
"react-scripts/**/node-forge": "^1.3.0", "react-scripts/**/node-forge": "^1.3.0",
"react-scripts/**/async": "^2.6.4", "react-scripts/**/async": "^2.6.4",
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4", "react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
@@ -101,10 +101,10 @@
"react-scripts/**/json5": "^2.2.2", "react-scripts/**/json5": "^2.2.2",
"react-scripts/**/debug": "^3.1.0", "react-scripts/**/debug": "^3.1.0",
"recharts/**/d3-color": "^3.1.0", "recharts/**/d3-color": "^3.1.0",
"fast-xml-parser": "^4.3.4", "fast-xml-parser": "^4.3.6",
"semver": "^7.5.2", "semver": "^7.5.2",
"testcafe/**/tough-cookie": "^4.1.3", "testcafe/**/tough-cookie": "^4.1.3",
"styled-components/**/@babel/traverse": "^7.23.9" "styled-components/**/@babel/traverse": "^7.24.1"
}, },
"main": "index.js" "main": "index.js"
} }

File diff suppressed because it is too large Load Diff