Skip to content

Commit

Permalink
extension: update @types/node version
Browse files Browse the repository at this point in the history
This is required in a later CL where we start to depend more heavily on
new features of Node.

Also upgrade the version of Node required for contributions to v22.11.0,
and run 'npm audit fix' to deal with a reported security issue
(unknown).

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: I1db9363591738c05be3ed81265d0958196776d9d
Dispatch-Trailer: {"type":"trybot","CL":1201040,"patchset":60,"ref":"refs/changes/40/1201040/60","targetBranch":"master"}
  • Loading branch information
myitcv authored and cueckoo committed Nov 22, 2024
1 parent dc389a3 commit db16d87
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 103 deletions.
2 changes: 1 addition & 1 deletion extension/npm.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package extension

extension: npm: devDependencies: {
"@types/mocha": "10.0.7"
"@types/node": "20.16.5"
"@types/node": "22.9.1"
"@types/vscode": "1.63.0"
"@typescript-eslint/eslint-plugin": "7.14.1"
"@typescript-eslint/parser": "7.11.0"
Expand Down
Loading

0 comments on commit db16d87

Please sign in to comment.