diff --git a/package-lock.json b/package-lock.json index d8b18c4..4ca9835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "ISC", "dependencies": { - "cors": "2.8.5", + "cors": "2.8.6", "express": "5.2.1", "smtp-server": "3.18.0" }, @@ -178,9 +178,9 @@ } }, "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", @@ -188,6 +188,10 @@ }, "engines": { "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/cross-spawn": { diff --git a/package.json b/package.json index b4ec780..9151e8a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "author": "", "license": "ISC", "dependencies": { - "cors": "2.8.5", + "cors": "2.8.6", "express": "5.2.1", "smtp-server": "3.18.0" },