Skip to content

Commit

Permalink
perform yarn upgrade
Browse files Browse the repository at this point in the history
This got rid of all known vulnerabilities, as reported by "yarn audit"

Had to pin a couple of dependencies to prevent them upgrading to
"too-recent" versions, that would not play well with the rest.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 13, 2024
1 parent c2f7050 commit 37fd531
Show file tree
Hide file tree
Showing 2 changed files with 721 additions and 848 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@
"@typescript-eslint/parser": "^5.59.1",
"@vscode/test-electron": "^2.3.0",
"@vscode/vsce": "^2.20.1",
"eslint": "^8.43.0",
"eslint": "8.43.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"prettier": "2.8.8",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"typescript": "5.1.6",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
Expand Down
Loading

0 comments on commit 37fd531

Please sign in to comment.