From 742b7344d40d0895b76ca286ca52c79d1a157f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:54:50 +0000 Subject: [PATCH] Bump koa-etag from 4.0.0 to 5.0.0 Bumps [koa-etag](https://github.com/koajs/etag) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/koajs/etag/releases) - [Changelog](https://github.com/koajs/etag/blob/master/History.md) - [Commits](https://github.com/koajs/etag/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: koa-etag dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6484ac9..9616c47 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-plugin-standard": "^5.0.0", "etag": "^1.8.1", "koa": "^2.13.4", - "koa-etag": "^4.0.0", + "koa-etag": "^5.0.0", "mocha": "^10.1.0", "nyc": "^15.1.0", "rimraf": "^3.0.2",