Skip to content

Commit 7b88d3a

Browse files
authored
Updated UI package dependencies (#3381)
Updated package dependencies - Updated react-pdf to fix security vulnerability - Removed ignored security alerts Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent c8a39f9 commit 7b88d3a

File tree

7 files changed

+56949
-61930
lines changed

7 files changed

+56949
-61930
lines changed

.github/workflows/vulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
# - https://github.com/wojtekmaj/react-pdf/issues/1789
5858
# - https://github.com/wojtekmaj/react-pdf/discussions/1786
5959
# - https://www.npmjs.com/advisories/1097244
60-
yarn npm audit --recursive --environment production --no-deprecations --ignore 1097244
60+
yarn npm audit --recursive --environment production --no-deprecations

web-app/.yarnrc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
nodeLinker: node-modules
21
checksumBehavior: reset
2+
3+
nodeLinker: node-modules

web-app/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"homepage": ".",
66
"private": true,
77
"dependencies": {
8-
"@reduxjs/toolkit": "^1.9.6",
9-
"kbar": "^0.1.0-beta.39",
10-
"local-storage-fallback": "^4.1.1",
8+
"@reduxjs/toolkit": "^1.9.7",
9+
"kbar": "^0.1.0-beta.45",
10+
"local-storage-fallback": "^4.1.2",
1111
"lodash": "^4.17.21",
12-
"luxon": "^3.4.3",
12+
"luxon": "^3.4.4",
1313
"mds": "https://github.com/minio/mds.git#v1.0.2",
1414
"react": "^18.3.1",
1515
"react-component-export-image": "^1.0.6",
16-
"react-copy-to-clipboard": "^5.0.2",
16+
"react-copy-to-clipboard": "^5.1.0",
1717
"react-dom": "^18.3.1",
1818
"react-dropzone": "^14.2.3",
1919
"react-markdown": "8.0.7",
20-
"react-pdf": "^8.0.2",
20+
"react-pdf": "^9.0.0",
2121
"react-redux": "^8.1.3",
22-
"react-router-dom": "6.23.0",
22+
"react-router-dom": "6.23.1",
2323
"react-use-websocket": "^4.8.1",
2424
"react-virtualized": "^9.22.5",
2525
"react-window": "^1.8.10",
2626
"react-window-infinite-loader": "^1.0.9",
27-
"recharts": "^2.12.6",
27+
"recharts": "^2.12.7",
2828
"styled-components": "5.3.11",
2929
"superagent": "^9.0.2",
3030
"tinycolor2": "^1.6.0"
@@ -59,31 +59,31 @@
5959
"proxy": "http://localhost:9090/",
6060
"devDependencies": {
6161
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
62-
"@playwright/test": "^1.44.0",
63-
"@types/lodash": "^4.17.0",
62+
"@playwright/test": "^1.44.1",
63+
"@types/lodash": "^4.17.5",
6464
"@types/luxon": "^3.4.2",
65-
"@types/node": "20.12.8",
66-
"@types/react": "18.3.1",
67-
"@types/react-copy-to-clipboard": "^5.0.5",
65+
"@types/node": "20.14.2",
66+
"@types/react": "18.3.3",
67+
"@types/react-copy-to-clipboard": "^5.0.7",
6868
"@types/react-dom": "18.3.0",
69-
"@types/react-redux": "^7.1.32",
69+
"@types/react-redux": "^7.1.33",
7070
"@types/react-virtualized": "^9.21.30",
71-
"@types/react-window": "^1.8.6",
72-
"@types/react-window-infinite-loader": "^1.0.7",
71+
"@types/react-window": "^1.8.8",
72+
"@types/react-window-infinite-loader": "^1.0.9",
7373
"@types/recharts": "^1.8.29",
7474
"@types/superagent": "^4.1.24",
75-
"@types/webpack-env": "^1.18.2",
75+
"@types/webpack-env": "^1.18.5",
7676
"babel-plugin-istanbul": "^6.1.1",
7777
"customize-cra": "^1.0.0",
7878
"minio": "^8.0.0",
7979
"nyc": "^15.1.0",
80-
"prettier": "3.2.5",
80+
"prettier": "3.3.2",
8181
"react-app-rewire-hot-loader": "^2.0.1",
8282
"react-app-rewired": "^2.2.1",
8383
"react-scripts": "5.0.1",
84-
"testcafe": "3.5.0",
84+
"testcafe": "3.6.1",
8585
"ts-prune": "^0.10.3",
86-
"typescript": "^4.4.3"
86+
"typescript": "^4.9.5"
8787
},
8888
"resolutions": {
8989
"nth-check": "^2.0.1",
@@ -93,5 +93,5 @@
9393
"semver": "^7.5.2"
9494
},
9595
"main": "index.js",
96-
"packageManager": "yarn@4.2.2"
96+
"packageManager": "yarn@4.3.0"
9797
}

0 commit comments

Comments
 (0)