From fc2a1ecbcb39283823f6037485ba7baf9b7a4333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 14:16:57 +0000 Subject: [PATCH] chore(deps): bump cors from 2.8.5 to 2.8.6 Bumps [cors](https://github.com/expressjs/cors) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/expressjs/cors/releases) - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/cors/compare/v2.8.5...v2.8.6) --- updated-dependencies: - dependency-name: cors dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8fc1e2..af1a985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "bull": "^4.16.5", "chalk": "^4.1.2", "commander": "^14.0.2", - "cors": "^2.8.5", + "cors": "^2.8.6", "crypto-js": "^4.2.0", "csv-parse": "^6.1.0", "dompurify": "^3.3.0", @@ -5513,9 +5513,9 @@ "license": "MIT" }, "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz", + "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==", "license": "MIT", "dependencies": { "object-assign": "^4", @@ -5523,6 +5523,10 @@ }, "engines": { "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/cosmiconfig": { diff --git a/package.json b/package.json index 8648ccd..06f5333 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "bull": "^4.16.5", "chalk": "^4.1.2", "commander": "^14.0.2", - "cors": "^2.8.5", + "cors": "^2.8.6", "crypto-js": "^4.2.0", "csv-parse": "^6.1.0", "dompurify": "^3.3.0",