From 00745c4df484011872495f9c148f9c62c530f937 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 17 Dec 2023 11:02:44 -0600 Subject: [PATCH 1/2] Upgrade Deno to v1.39.0 --- .gitlab-ci.yml | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa164bb9..ab6c7486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: denoland/deno:1.38.5 +image: denoland/deno:1.39.0 default: interruptible: true diff --git a/.tool-versions b/.tool-versions index fd4bb2f3..37f22bfb 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -deno 1.38.5 \ No newline at end of file +deno 1.39.0 \ No newline at end of file From b32eaca17dd292256a3fee3b1a6fabbbd95bd587 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 17 Dec 2023 11:03:40 -0600 Subject: [PATCH 2/2] deno fmt --- src/controllers/api/oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/oauth.ts b/src/controllers/api/oauth.ts index e6a9bccd..19daff6b 100644 --- a/src/controllers/api/oauth.ts +++ b/src/controllers/api/oauth.ts @@ -67,7 +67,7 @@ const oauthController: AppController = (c) => { c.res.headers.set( 'content-security-policy', - 'default-src \'self\' \'sha256-m2qD6rbE2Ixbo2Bjy2dgQebcotRIAawW7zbmXItIYAM=\'', + "default-src 'self' 'sha256-m2qD6rbE2Ixbo2Bjy2dgQebcotRIAawW7zbmXItIYAM='", ); return c.html(`