From b4143331be03cb5a07df8dec1991939dcb655fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:15:40 +0000 Subject: [PATCH] chore(deps): bump cors in /reference-apps/typescript-api-first 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] --- .../typescript-api-first/package-lock.json | 12 ++++++++---- reference-apps/typescript-api-first/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/reference-apps/typescript-api-first/package-lock.json b/reference-apps/typescript-api-first/package-lock.json index 7f2964b..82f5323 100644 --- a/reference-apps/typescript-api-first/package-lock.json +++ b/reference-apps/typescript-api-first/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "amqplib": "^0.10.3", - "cors": "^2.8.5", + "cors": "^2.8.6", "express": "^5.2.1", "helmet": "^8.1.0", "js-yaml": "^4.1.1", @@ -3372,9 +3372,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", @@ -3382,6 +3382,10 @@ }, "engines": { "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/create-require": { diff --git a/reference-apps/typescript-api-first/package.json b/reference-apps/typescript-api-first/package.json index 6bad7be..160d7aa 100644 --- a/reference-apps/typescript-api-first/package.json +++ b/reference-apps/typescript-api-first/package.json @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "amqplib": "^0.10.3", - "cors": "^2.8.5", + "cors": "^2.8.6", "express": "^5.2.1", "helmet": "^8.1.0", "js-yaml": "^4.1.1",