From b94d6b4768450ea320e96c3836a2c90081a483a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:08:03 +0000 Subject: [PATCH] build(deps-dev): 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:development 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 c26d2152..09d85ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@typescript-eslint/parser": "^8.52.0", "browserstack-cypress-cli": "^1.36.1", "concurrently": "^6.2.0", - "cors": "^2.8.5", + "cors": "^2.8.6", "cross-fetch": "^4.1.0", "cypress": "^13.17.0", "eslint": "^8.57.0", @@ -10588,9 +10588,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==", "dev": true, "license": "MIT", "dependencies": { @@ -10599,6 +10599,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 8a381f20..d148d636 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@typescript-eslint/parser": "^8.52.0", "browserstack-cypress-cli": "^1.36.1", "concurrently": "^6.2.0", - "cors": "^2.8.5", + "cors": "^2.8.6", "cross-fetch": "^4.1.0", "cypress": "^13.17.0", "eslint": "^8.57.0",