diff --git a/.pnp.cjs b/.pnp.cjs index b24861cf7..8796aebe2 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -42,7 +42,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@swc/core", "npm:1.2.205"],\ ["@swc/jest", "virtual:f84dba857fa10247bbb4af28a825f1d91a188c858b2b2b1b4a2d3cfedf850e14647ec99dabfb1535752c99ec0ff164e2ec4fb4c32c822be66b30b3cfa4630990#npm:0.2.21"],\ ["@types/cookie-parser", "npm:1.4.3"],\ - ["@types/cors", "npm:2.8.12"],\ + ["@types/cors", "npm:2.8.16"],\ ["@types/cpx", "npm:1.5.2"],\ ["@types/croppie", "npm:2.6.1"],\ ["@types/d3-geo", "npm:3.0.2"],\ @@ -183,7 +183,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@swc/core", "npm:1.2.205"],\ ["@swc/jest", "virtual:f84dba857fa10247bbb4af28a825f1d91a188c858b2b2b1b4a2d3cfedf850e14647ec99dabfb1535752c99ec0ff164e2ec4fb4c32c822be66b30b3cfa4630990#npm:0.2.21"],\ ["@types/cookie-parser", "npm:1.4.3"],\ - ["@types/cors", "npm:2.8.12"],\ + ["@types/cors", "npm:2.8.16"],\ ["@types/cpx", "npm:1.5.2"],\ ["@types/croppie", "npm:2.6.1"],\ ["@types/d3-geo", "npm:3.0.2"],\ @@ -5057,10 +5057,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["@types/cors", [\ - ["npm:2.8.12", {\ - "packageLocation": "./.yarn/cache/@types-cors-npm-2.8.12-ff52e8e514-8c45f112c7.zip/node_modules/@types/cors/",\ + ["npm:2.8.16", {\ + "packageLocation": "./.yarn/cache/@types-cors-npm-2.8.16-33908604b3-0c760aa826.zip/node_modules/@types/cors/",\ "packageDependencies": [\ - ["@types/cors", "npm:2.8.12"]\ + ["@types/cors", "npm:2.8.16"],\ + ["@types/node", "npm:16.11.41"]\ ],\ "linkType": "HARD"\ }]\ diff --git a/.yarn/cache/@types-cors-npm-2.8.12-ff52e8e514-8c45f112c7.zip b/.yarn/cache/@types-cors-npm-2.8.12-ff52e8e514-8c45f112c7.zip deleted file mode 100644 index 3a10db9f6..000000000 Binary files a/.yarn/cache/@types-cors-npm-2.8.12-ff52e8e514-8c45f112c7.zip and /dev/null differ diff --git a/.yarn/cache/@types-cors-npm-2.8.16-33908604b3-0c760aa826.zip b/.yarn/cache/@types-cors-npm-2.8.16-33908604b3-0c760aa826.zip new file mode 100644 index 000000000..4e3e14a76 Binary files /dev/null and b/.yarn/cache/@types-cors-npm-2.8.16-33908604b3-0c760aa826.zip differ diff --git a/package.json b/package.json index e9c59e8cc..e2d88d0a2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@swc/core": "1.2.205", "@swc/jest": "0.2.21", "@types/cookie-parser": "1.4.3", - "@types/cors": "2.8.12", + "@types/cors": "2.8.16", "@types/cpx": "1.5.2", "@types/croppie": "2.6.1", "@types/d3-geo": "3.0.2", diff --git a/yarn.lock b/yarn.lock index d02a49f3d..6fa734cd2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,7 +23,7 @@ __metadata: "@swc/core": 1.2.205 "@swc/jest": 0.2.21 "@types/cookie-parser": 1.4.3 - "@types/cors": 2.8.12 + "@types/cors": 2.8.16 "@types/cpx": 1.5.2 "@types/croppie": 2.6.1 "@types/d3-geo": 3.0.2 @@ -3218,10 +3218,12 @@ __metadata: languageName: node linkType: hard -"@types/cors@npm:2.8.12": - version: 2.8.12 - resolution: "@types/cors@npm:2.8.12" - checksum: 8c45f112c7d1d2d831b4b266f2e6ed33a1887a35dcbfe2a18b28370751fababb7cd045e745ef84a523c33a25932678097bf79afaa367c6cb3fa0daa7a6438257 +"@types/cors@npm:2.8.16": + version: 2.8.16 + resolution: "@types/cors@npm:2.8.16" + dependencies: + "@types/node": "*" + checksum: 0c760aa826167a42bfbccff00d67e39c9dd9852e0cd88610f6d3ea1ed17e438df0f8f1f3175c77bfbfdee4c77bf677b12f6b5bd309358c30b5d0e758624b7250 languageName: node linkType: hard