diff --git a/examples/node-hono/package-lock.json b/examples/node-hono/package-lock.json index f65622c..a2aab46 100644 --- a/examples/node-hono/package-lock.json +++ b/examples/node-hono/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@friendsofshopware/app-server": "npm:@jsr/friendsofshopware__app-server@^0.0.55", "@hono/node-server": "^1.11.4", - "hono": "^4.4.7" + "hono": "^4.5.8" }, "devDependencies": { "tsx": "^4.15.7", @@ -491,10 +491,9 @@ } }, "node_modules/hono": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.4.7.tgz", - "integrity": "sha512-WoQWFQyVFEVRtIzP5sHPv7nvIw+RYL/HRnvnOCDxj6A+BtrwuC9S0vryZbV4IyFcNgOJ87r/phDiC1x2eEo4Gg==", - "license": "MIT", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", "engines": { "node": ">=16.0.0" } diff --git a/examples/node-hono/package.json b/examples/node-hono/package.json index cf6724b..f582723 100644 --- a/examples/node-hono/package.json +++ b/examples/node-hono/package.json @@ -13,7 +13,7 @@ "dependencies": { "@friendsofshopware/app-server": "npm:@jsr/friendsofshopware__app-server@^0.0.55", "@hono/node-server": "^1.11.4", - "hono": "^4.4.7" + "hono": "^4.5.8" }, "devDependencies": { "tsx": "^4.15.7",