From e7b0f0f8c08129b6114cd42e1073ad1ae6f49d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:24:17 +0000 Subject: [PATCH] Bump koa from 1.2.0 to 1.7.1 in /api Bumps [koa](https://github.com/koajs/koa) from 1.2.0 to 1.7.1. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/1.7.1/History.md) - [Commits](https://github.com/koajs/koa/compare/1.2.0...1.7.1) --- updated-dependencies: - dependency-name: koa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 api/package.json diff --git a/api/package.json b/api/package.json old mode 100755 new mode 100644 index 6891b4d..9da2666 --- a/api/package.json +++ b/api/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "app-module-path": "1.1.0", - "koa": "1.2.0", + "koa": "1.7.1", "koa-conditional-get": "1.0.3", "koa-etag": "2.1.1", "koa-handlebars": "0.5.7",