Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit 6ece9e4

Browse files
committed
Update dependency @types/cors to v2.8.7
1 parent d5e3e54 commit 6ece9e4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"qs": "6.7.0"
2323
},
2424
"devDependencies": {
25-
"@types/cors": "2.8.4",
25+
"@types/cors": "2.8.7",
2626
"@types/jest": "24.0.0",
2727
"@types/lodash": "4.14.119",
2828
"@types/qs": "6.5.2",

packages/functions/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,14 @@
224224
dependencies:
225225
"@types/node" "*"
226226

227-
"@types/[email protected]", "@types/cors@^2.8.1":
227+
228+
version "2.8.7"
229+
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.7.tgz#ab2f47f1cba93bce27dfd3639b006cc0e5600889"
230+
integrity sha512-sOdDRU3oRS7LBNTIqwDkPJyq0lpHYcbMTt0TrjzsXbk/e37hcLTH6eZX7CdbDeN0yJJvzw9hFBZkbtCSbk/jAQ==
231+
dependencies:
232+
"@types/express" "*"
233+
234+
"@types/cors@^2.8.1":
228235
version "2.8.4"
229236
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.4.tgz#50991a759a29c0b89492751008c6af7a7c8267b0"
230237
integrity sha512-ipZjBVsm2tF/n8qFGOuGBkUij9X9ZswVi9G3bx/6dz7POpVa6gVHcj1wsX/LVEn9MMF41fxK/PnZPPoTD1UFPw==

0 commit comments

Comments
 (0)