Skip to content

Commit 3dc5b8b

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 0ddc9a0 commit 3dc5b8b

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "Apache2.0",
4040
"dependencies": {
4141
"@hashgraph/proto": "^2.15.0-beta.3",
42-
"@hashgraph/sdk": "^2.50.0-beta.3",
42+
"@hashgraph/sdk": "^2.50.0",
4343
"@kubernetes/client-node": "^0.21.0",
4444
"@listr2/prompt-adapter-enquirer": "^2.0.11",
4545
"@peculiar/x509": "^1.12.1",

0 commit comments

Comments
 (0)