Skip to content

Commit

Permalink
Perform yarn upgrade, upgrade webpack
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marcdumais-work committed Aug 29, 2024
1 parent e085269 commit 51b2cd5
Show file tree
Hide file tree
Showing 2 changed files with 1,503 additions and 1,264 deletions.
2 changes: 1 addition & 1 deletion timeline-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.4.3",
"jest-canvas-mock": "^2.3.1",
"rimraf": "latest",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.0"
},
"homepage": "https://github.com/eclipse-cdt-cloud/timeline-chart",
Expand Down
Loading

0 comments on commit 51b2cd5

Please sign in to comment.