Skip to content

Commit ee8eff8

Browse files
authored
Merge pull request #290 from cipherstash/fix/cip-2739-medium-vulns
fix(deps): remediate medium vulnerabilities (CIP-2739)
2 parents 0bf25ba + 4801cdc commit ee8eff8

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

examples/hono-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@hono/node-server": "^1.13.7",
1111
"@supabase/supabase-js": "^2.47.10",
1212
"dotenv": "^16.4.7",
13-
"hono": "^4.11.4"
13+
"hono": "^4.11.9"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^20.11.17",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"test-exclude": "^7.0.1",
5757
"glob": ">=11.1.0",
5858
"qs": ">=6.14.1",
59+
"lodash": ">=4.17.23",
5960
"@isaacs/brace-expansion": ">=5.0.1",
6061
"fast-xml-parser": ">=5.3.4"
6162
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)