Skip to content

Commit e8393ba

Browse files
committed
Fix npm audit reports
1 parent d957286 commit e8393ba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

integration/vscode/ada/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/vscode/ada/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@
10161016
"dependencies": {
10171017
"@types/command-exists": "1.2.0",
10181018
"command-exists": "1.2.9",
1019-
"fast-xml-parser": "4.2.5",
1019+
"fast-xml-parser": "^4.4.1",
10201020
"fp-ts": "2.12.0",
10211021
"process": "0.11.10",
10221022
"vscode-languageclient": "9.0.1",

0 commit comments

Comments
 (0)