From 8e2d3e1af19d2da27bd6b4e141f92bf2279dde6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:16:27 +0000 Subject: [PATCH] Bump cors from 2.6.0 to 2.8.5 Bumps [cors](https://github.com/expressjs/cors) from 2.6.0 to 2.8.5. - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/cors/compare/v2.6.0...v2.8.5) --- updated-dependencies: - dependency-name: cors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b01aef..5d7a80d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "license": "ISC", "dependencies": { - "cors": "2.6.0", + "cors": "2.8.5", "express": "4.12.3", "lru-cache": "4.1.1", "mapnik": "3.7.2",