diff --git a/src/deno-postgres/devcontainer-template.json b/src/deno-postgres/devcontainer-template.json index adf0f34..c4e2414 100644 --- a/src/deno-postgres/devcontainer-template.json +++ b/src/deno-postgres/devcontainer-template.json @@ -11,11 +11,11 @@ "type": "string", "description": "Deno version:", "proposals": [ - "1.40.2", + "1.40.5", "1.39.4", "1.38.5" ], - "default": "1.40.2" + "default": "1.40.5" }, "postgresVersion": { "type": "string", diff --git a/src/deno/devcontainer-template.json b/src/deno/devcontainer-template.json index 641e24f..2222819 100644 --- a/src/deno/devcontainer-template.json +++ b/src/deno/devcontainer-template.json @@ -11,11 +11,11 @@ "type": "string", "description": "Deno version:", "proposals": [ - "1.40.2", + "1.40.5", "1.39.4", "1.38.5" ], - "default": "1.40.2" + "default": "1.40.5" } }, "platforms": [