diff --git a/package-lock.json b/package-lock.json index c4b1499..537a06c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "graphql": "^16.13.2", "graphql-yoga": "^5.18.1", - "hono": "^4.12.9" + "hono": "^4.12.10" }, "devDependencies": { "@biomejs/biome": "^2.4.9", @@ -1795,9 +1795,9 @@ } }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.10", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.10.tgz", + "integrity": "sha512-mx/p18PLy5og9ufies2GOSUqep98Td9q4i/EF6X7yJgAiIopxqdfIO3jbqsi3jRgTgw88jMDEzVKi+V2EF+27w==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index f5ab4ab..89824b8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "graphql": "^16.13.2", "graphql-yoga": "^5.18.1", - "hono": "^4.12.9" + "hono": "^4.12.10" }, "devDependencies": { "@biomejs/biome": "^2.4.9",