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",