Skip to content

Commit d915bac

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#7405)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835
1 parent 4253fee commit d915bac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"uuid": "8.3.2",
5959
"winston": "3.3.3",
6060
"winston-daily-rotate-file": "4.5.4",
61-
"ws": "7.4.5"
61+
"ws": "7.4.6"
6262
},
6363
"devDependencies": {
6464
"@actions/core": "1.2.6",

0 commit comments

Comments
 (0)