diff --git a/package.json b/package.json index 2e869ae4..c85c932c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "chalk": "^5.3.0", "compression": "^1.8.1", - "cors": "^2.8.5", + "cors": "^2.8.6", "dotenv": "^16.4.5", "express": "^5.2.1", "helmet": "^8.0.0", @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/compression": "^1.8.1", - "@types/cors": "^2.8.17", + "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/morgan": "^1.9.9", "@types/node": "^22.9.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6670200e..184ee9a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^1.8.1 version: 1.8.1 cors: - specifier: ^2.8.5 - version: 2.8.5 + specifier: ^2.8.6 + version: 2.8.6 dotenv: specifier: ^16.4.5 version: 16.4.5 @@ -49,8 +49,8 @@ importers: specifier: ^1.8.1 version: 1.8.1 '@types/cors': - specifier: ^2.8.17 - version: 2.8.17 + specifier: ^2.8.19 + version: 2.8.19 '@types/express': specifier: ^5.0.6 version: 5.0.6 @@ -87,8 +87,8 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/cors@2.8.17': - resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} + '@types/cors@2.8.19': + resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==} '@types/express-serve-static-core@5.1.1': resolution: {integrity: sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==} @@ -201,8 +201,8 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} - cors@2.8.5: - resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + cors@2.8.6: + resolution: {integrity: sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==} engines: {node: '>= 0.10'} css-tree@1.1.3: @@ -639,9 +639,9 @@ snapshots: dependencies: '@types/node': 22.9.0 - '@types/cors@2.8.17': + '@types/cors@2.8.19': dependencies: - '@types/node': 20.16.1 + '@types/node': 22.9.0 '@types/express-serve-static-core@5.1.1': dependencies: @@ -769,7 +769,7 @@ snapshots: cookie@0.7.2: {} - cors@2.8.5: + cors@2.8.6: dependencies: object-assign: 4.1.1 vary: 1.1.2