Skip to content

Commit 5f827f2

Browse files
author
Benjamin Perez
committed
Fixed security issues and updated project dependencies
Signed-off-by: Benjamin Perez <[email protected]>
1 parent ecce093 commit 5f827f2

File tree

3 files changed

+185
-176
lines changed

3 files changed

+185
-176
lines changed

.github/workflows/vulncheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.23.8
22+
go-version: 1.23.10
2323
check-latest: true
2424
- name: Get official govulncheck
2525
run: go install golang.org/x/vuln/cmd/govulncheck@latest

web-app/package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-markdown": "8.0.7",
2121
"react-pdf": "^9.2.1",
2222
"react-redux": "^8.1.3",
23-
"react-router-dom": "6.30.0",
23+
"react-router-dom": "6.30.1",
2424
"react-virtualized": "^9.22.6",
2525
"react-window": "^1.8.11",
2626
"react-window-infinite-loader": "^1.0.10",
@@ -59,13 +59,13 @@
5959
"proxy": "http://localhost:9090/",
6060
"devDependencies": {
6161
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
62-
"@babel/runtime": "^7.27.1",
63-
"@playwright/test": "^1.52.0",
62+
"@babel/runtime": "^7.27.6",
63+
"@playwright/test": "^1.53.1",
6464
"@types/jest": "^29.5.14",
65-
"@types/lodash": "^4.17.16",
65+
"@types/lodash": "^4.17.18",
6666
"@types/luxon": "^3.6.2",
6767
"@types/node": "20.17.47",
68-
"@types/react": "18.3.21",
68+
"@types/react": "18.3.23",
6969
"@types/react-copy-to-clipboard": "^5.0.7",
7070
"@types/react-dom": "18.3.7",
7171
"@types/react-redux": "^7.1.34",
@@ -77,14 +77,14 @@
7777
"@types/webpack-env": "^1.18.8",
7878
"babel-plugin-istanbul": "^6.1.1",
7979
"customize-cra": "^1.0.0",
80-
"knip": "^5.56.0",
80+
"knip": "^5.61.2",
8181
"minio": "^8.0.5",
8282
"nyc": "^15.1.0",
8383
"prettier": "3.5.3",
8484
"react-app-rewire-hot-loader": "^2.0.1",
8585
"react-app-rewired": "^2.2.1",
8686
"react-scripts": "5.0.1",
87-
"swagger-typescript-api": "13.1.3",
87+
"swagger-typescript-api": "13.2.3",
8888
"testcafe": "3.7.2",
8989
"typescript": "^5.8.3"
9090
},
@@ -98,7 +98,9 @@
9898
"rollup": "^4.24.0",
9999
"cookie": "^0.7.2",
100100
"jspdf": "^3.0.0",
101-
"@babel/runtime": "^7.26.10"
101+
"@babel/runtime": "^7.26.10",
102+
"prebuilt-install": "^2.1.3",
103+
"tar-fs": "^2.1.3"
102104
},
103105
"main": "index.js",
104106
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)