Skip to content

Commit 51b2cd5

Browse files
Perform yarn upgrade, upgrade webpack
The yarn upgrade gets rid of a known vulnerability in webpack < 5.94.0 Since this repo has not yet adopted nodejs 20, pinned rimraf dependency to a version that works with node 18. Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent e085269 commit 51b2cd5

2 files changed

Lines changed: 1503 additions & 1264 deletions

File tree

timeline-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"enzyme-adapter-react-16": "^1.15.6",
3232
"jest": "^27.4.3",
3333
"jest-canvas-mock": "^2.3.1",
34-
"rimraf": "latest",
34+
"rimraf": "^5.0.0",
3535
"ts-jest": "^29.0.0"
3636
},
3737
"homepage": "https://github.com/eclipse-cdt-cloud/timeline-chart",

0 commit comments

Comments
 (0)