Skip to content

Commit

Permalink
Updated UI package dependencies (#3381)
Browse files Browse the repository at this point in the history
Updated package dependencies

- Updated react-pdf to fix security vulnerability
- Removed ignored security alerts

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
  • Loading branch information
bexsoft committed Jun 13, 2024
1 parent c8a39f9 commit 7b88d3a
Show file tree
Hide file tree
Showing 7 changed files with 56,949 additions and 61,930 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
# - https://github.com/wojtekmaj/react-pdf/issues/1789
# - https://github.com/wojtekmaj/react-pdf/discussions/1786
# - https://www.npmjs.com/advisories/1097244
yarn npm audit --recursive --environment production --no-deprecations --ignore 1097244
yarn npm audit --recursive --environment production --no-deprecations
3 changes: 2 additions & 1 deletion web-app/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nodeLinker: node-modules
checksumBehavior: reset

nodeLinker: node-modules
42 changes: 21 additions & 21 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"homepage": ".",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.6",
"kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1",
"@reduxjs/toolkit": "^1.9.7",
"kbar": "^0.1.0-beta.45",
"local-storage-fallback": "^4.1.2",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"mds": "https://github.com/minio/mds.git#v1.0.2",
"react": "^18.3.1",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-markdown": "8.0.7",
"react-pdf": "^8.0.2",
"react-pdf": "^9.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "6.23.0",
"react-router-dom": "6.23.1",
"react-use-websocket": "^4.8.1",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.12.6",
"recharts": "^2.12.7",
"styled-components": "5.3.11",
"superagent": "^9.0.2",
"tinycolor2": "^1.6.0"
Expand Down Expand Up @@ -59,31 +59,31 @@
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.44.0",
"@types/lodash": "^4.17.0",
"@playwright/test": "^1.44.1",
"@types/lodash": "^4.17.5",
"@types/luxon": "^3.4.2",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-copy-to-clipboard": "^5.0.5",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.3.0",
"@types/react-redux": "^7.1.32",
"@types/react-redux": "^7.1.33",
"@types/react-virtualized": "^9.21.30",
"@types/react-window": "^1.8.6",
"@types/react-window-infinite-loader": "^1.0.7",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/recharts": "^1.8.29",
"@types/superagent": "^4.1.24",
"@types/webpack-env": "^1.18.2",
"@types/webpack-env": "^1.18.5",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"minio": "^8.0.0",
"nyc": "^15.1.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"testcafe": "3.5.0",
"testcafe": "3.6.1",
"ts-prune": "^0.10.3",
"typescript": "^4.4.3"
"typescript": "^4.9.5"
},
"resolutions": {
"nth-check": "^2.0.1",
Expand All @@ -93,5 +93,5 @@
"semver": "^7.5.2"
},
"main": "index.js",
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit 7b88d3a

Please sign in to comment.