diff --git a/package-lock.json b/package-lock.json index c1047483e..acca4a81a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "bcrypt": "^6.0.0", "bullmq": "^5.69.2", "cookie-parser": "^1.4.7", - "cors": "^2.8.5", + "cors": "^2.8.6", "csv-parse": "^6.1.0", "dayjs": "^1.11.19", "dompurify": "^3.3.1", @@ -17188,9 +17188,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", @@ -17198,6 +17198,10 @@ }, "engines": { "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/corser": { diff --git a/package.json b/package.json index f81ee6db6..75c4b5e72 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bcrypt": "^6.0.0", "bullmq": "^5.69.2", "cookie-parser": "^1.4.7", - "cors": "^2.8.5", + "cors": "^2.8.6", "csv-parse": "^6.1.0", "dayjs": "^1.11.19", "dompurify": "^3.3.1",