Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 005403d

Browse files
committed
fix: src/package.json & src/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XTERM-73496
1 parent da7bff0 commit 005403d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/package-lock.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"systeminformation": "3.54.0",
3636
"tail": "2.0.2",
3737
"ws": "6.1.2",
38-
"xterm": "3.9.1"
38+
"xterm": "3.9.2"
3939
}
4040
}

0 commit comments

Comments
 (0)