Skip to content

Commit 5f00981

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-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HONO-12668833 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 971c72a commit 5f00981

File tree

2 files changed

+39
-64
lines changed

2 files changed

+39
-64
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"@types/mustache": "^4.2.5",
5151
"async-retry": "^1.3.3",
5252
"avsc": "^5.7.7",
53-
"hono": "^4.6.10",
53+
"hono": "^4.9.7",
5454
"jose": "^6.0.11",
55-
"patch-package": "^8.0.0",
55+
"patch-package": "^8.0.1",
5656
"ws": "^8.18.0",
5757
"zod": "^3.22.4"
5858
},

0 commit comments

Comments
 (0)