From 977ffd037e1dbe6c259f32df7e0fdb9fd988c511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:33:22 +0000 Subject: [PATCH] chore(deps-dev): bump koa Bumps [koa](https://github.com/koajs/koa) from 2.13.1 to 2.16.1. - [Release notes](https://github.com/koajs/koa/releases) - [Changelog](https://github.com/koajs/koa/blob/master/History.md) - [Commits](https://github.com/koajs/koa/compare/2.13.1...v2.16.1) --- updated-dependencies: - dependency-name: koa dependency-version: 2.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- plugins/node/opentelemetry-instrumentation-koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/opentelemetry-instrumentation-koa/package.json b/plugins/node/opentelemetry-instrumentation-koa/package.json index 19e90aa688..8300907dcb 100644 --- a/plugins/node/opentelemetry-instrumentation-koa/package.json +++ b/plugins/node/opentelemetry-instrumentation-koa/package.json @@ -57,7 +57,7 @@ "@types/mocha": "7.0.2", "@types/node": "18.18.14", "@types/sinon": "10.0.20", - "koa": "2.13.1", + "koa": "2.16.1", "nyc": "15.1.0", "rimraf": "5.0.10", "semver": "7.6.3",