|
|
|
@ -61,6 +61,11 @@
|
|
|
|
|
dependencies:
|
|
|
|
|
"@types/node" "*"
|
|
|
|
|
|
|
|
|
|
"@types/cors@^2.8.12":
|
|
|
|
|
version "2.8.12"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.12.tgz#6b2c510a7ad7039e98e7b8d3d6598f4359e5c080"
|
|
|
|
|
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==
|
|
|
|
|
|
|
|
|
|
"@types/express-serve-static-core@^4.17.18":
|
|
|
|
|
version "4.17.28"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8"
|
|
|
|
@ -349,6 +354,14 @@ cookie@0.4.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
|
|
|
|
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
|
|
|
|
|
|
|
|
|
cors@^2.8.5:
|
|
|
|
|
version "2.8.5"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
|
|
|
|
|
integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
|
|
|
|
|
dependencies:
|
|
|
|
|
object-assign "^4"
|
|
|
|
|
vary "^1"
|
|
|
|
|
|
|
|
|
|
create-require@^1.1.0:
|
|
|
|
|
version "1.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
|
|
@ -964,6 +977,11 @@ nth-check@^2.0.0:
|
|
|
|
|
dependencies:
|
|
|
|
|
boolbase "^1.0.0"
|
|
|
|
|
|
|
|
|
|
object-assign@^4:
|
|
|
|
|
version "4.1.1"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
|
|
|
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
|
|
|
|
|
|
|
|
|
on-finished@~2.3.0:
|
|
|
|
|
version "2.3.0"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
|
|
|
|
@ -1336,7 +1354,7 @@ v8-compile-cache-lib@^3.0.0:
|
|
|
|
|
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
|
|
|
|
|
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
|
|
|
|
|
|
|
|
|
|
vary@~1.1.2:
|
|
|
|
|
vary@^1, vary@~1.1.2:
|
|
|
|
|
version "1.1.2"
|
|
|
|
|
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
|
|
|
|
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
|
|
|
|