Skip to content

Commit 450c966

Browse files
Update dependencies to get rid of form-data vulnerability
Update to get rid of this critical severity vulnerability. see: https://github.com/dependency-insights/npm/form-data/4.0.0/security?query=org%3Aeclipse-cdt-cloud Signed-off-by: Marc Dumais <[email protected]>
1 parent da0cd16 commit 450c966

File tree

3 files changed

+2962
-2941
lines changed

3 files changed

+2962
-2941
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
node-version: [18, 20, 22]
24+
node-version: [20, 22]
2525

2626
steps:
2727
- name: Checkout

timeline-chart/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
"devDependencies": {
2727
"@types/enzyme": "^3.10.10",
2828
"@types/enzyme-adapter-react-16": "^1.0.6",
29-
"@types/jest": "^27.0.3",
29+
"@types/jest": "^28.0.0",
3030
"enzyme": "^3.11.0",
3131
"enzyme-adapter-react-16": "^1.15.6",
32-
"jest": "^27.4.3",
32+
"jest": "^28.0.0",
33+
"jest-environment-jsdom": "28.0.0",
3334
"jest-canvas-mock": "^2.3.1",
3435
"rimraf": "^5.0.0",
3536
"ts-jest": "^29.0.0"

0 commit comments

Comments
 (0)