From 4e6f3e38c3166c80bf9ea53c72e65c68320dbd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:07:12 +0000 Subject: [PATCH] chore(deps): Bump @koa/cors and lws-cors in /apps/CustomGraph Bumps [@koa/cors](https://github.com/koajs/cors) and [lws-cors](https://github.com/lwsjs/cors). These dependencies needed to be updated together. Updates `@koa/cors` from 3.4.1 to 5.0.0 - [Changelog](https://github.com/koajs/cors/blob/master/History.md) - [Commits](https://github.com/koajs/cors/compare/3.4.1...5.0.0) Updates `lws-cors` from 4.1.2 to 4.2.1 - [Commits](https://github.com/lwsjs/cors/compare/v4.1.2...v4.2.1) --- updated-dependencies: - dependency-name: "@koa/cors" dependency-type: indirect - dependency-name: lws-cors dependency-type: indirect ... Signed-off-by: dependabot[bot] --- apps/CustomGraph/package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/CustomGraph/package-lock.json b/apps/CustomGraph/package-lock.json index fc943d7e79..ff02771eaf 100644 --- a/apps/CustomGraph/package-lock.json +++ b/apps/CustomGraph/package-lock.json @@ -181,15 +181,15 @@ } }, "node_modules/@koa/cors": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.1.tgz", - "integrity": "sha512-/sG9NlpGZ/aBpnRamIlGs+wX+C/IJ5DodNK7iPQIVCG4eUQdGeshGhWQ6JCi7tpnD9sCtFXcS04iTimuaJfh4Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-5.0.0.tgz", + "integrity": "sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==", "dev": true, "dependencies": { "vary": "^1.1.2" }, "engines": { - "node": ">= 8.0.0" + "node": ">= 14.0.0" } }, "node_modules/@tootallnate/once": { @@ -2622,12 +2622,12 @@ } }, "node_modules/lws-cors": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lws-cors/-/lws-cors-4.1.2.tgz", - "integrity": "sha512-9vUkfL9qYfT+26QYMu+P158KufGGOYwbqsaB8q4QXSFLGWwtgqq0CR7YLw88ZJiRrse5c4gaMwTyG1O8Jbbxlw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lws-cors/-/lws-cors-4.2.1.tgz", + "integrity": "sha512-KXsAn0Wn8n0riJ3SDHQzEAuzTrdeQZDJIxPHWEupsImW2hnQuBZVW5zqsmfzxD8SkCDDnQyFNuQZjSlBZmexKg==", "dev": true, "dependencies": { - "@koa/cors": "^3.2.0" + "@koa/cors": "^5.0.0" }, "engines": { "node": ">=12.17" @@ -4845,9 +4845,9 @@ } }, "@koa/cors": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-3.4.1.tgz", - "integrity": "sha512-/sG9NlpGZ/aBpnRamIlGs+wX+C/IJ5DodNK7iPQIVCG4eUQdGeshGhWQ6JCi7tpnD9sCtFXcS04iTimuaJfh4Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@koa/cors/-/cors-5.0.0.tgz", + "integrity": "sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==", "dev": true, "requires": { "vary": "^1.1.2" @@ -6773,12 +6773,12 @@ } }, "lws-cors": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lws-cors/-/lws-cors-4.1.2.tgz", - "integrity": "sha512-9vUkfL9qYfT+26QYMu+P158KufGGOYwbqsaB8q4QXSFLGWwtgqq0CR7YLw88ZJiRrse5c4gaMwTyG1O8Jbbxlw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/lws-cors/-/lws-cors-4.2.1.tgz", + "integrity": "sha512-KXsAn0Wn8n0riJ3SDHQzEAuzTrdeQZDJIxPHWEupsImW2hnQuBZVW5zqsmfzxD8SkCDDnQyFNuQZjSlBZmexKg==", "dev": true, "requires": { - "@koa/cors": "^3.2.0" + "@koa/cors": "^5.0.0" } }, "lws-index": {