Skip to content

Commit e7a9748

Browse files
update dependencies
1 parent c6f876e commit e7a9748

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the latest Node.js image.
2-
FROM denoland/deno:debian-2.6.3
2+
FROM denoland/deno:debian-2.6.4
33

44
# Set the working directory inside the Docker container.
55
WORKDIR /app

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"imports": {
3-
"@hono/hono": "jsr:@hono/hono@^4.11.1",
3+
"@hono/hono": "jsr:@hono/hono@^4.11.4",
44
"mongodb": "npm:mongodb@^7.0.0"
55
},
66
"fmt": {

0 commit comments

Comments
 (0)