diff --git a/package-lock.json b/package-lock.json index 600444137..aeab0a427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@octokit/rest": "^22.0.1", "axios": "^1.13.2", "cheerio": "^1.2.0", - "cors": "^2.8.5", + "cors": "^2.8.6", "dompurify": "^3.3.1", "express": "^5.2.1", "isomorphic-dompurify": "^2.35.0", @@ -626,9 +626,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", @@ -636,6 +636,10 @@ }, "engines": { "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/css-select": { diff --git a/package.json b/package.json index e00bcd46d..f4bdd63ce 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@octokit/rest": "^22.0.1", "axios": "^1.13.2", "cheerio": "^1.2.0", - "cors": "^2.8.5", + "cors": "^2.8.6", "dompurify": "^3.3.1", "express": "^5.2.1", "isomorphic-dompurify": "^2.35.0",