|
|
@@ -80,9 +80,10 @@
|
|
|
path-to-regexp "2.2.1"
|
|
|
uuid "3.3.2"
|
|
|
|
|
|
-"@nestjs/graphql@5.4.0":
|
|
|
+"@nestjs/graphql@^5.4.0":
|
|
|
version "5.4.0"
|
|
|
resolved "https://registry.yarnpkg.com/@nestjs/graphql/-/graphql-5.4.0.tgz#18e96afdb264b5a3447550d855161ece1ec92d8f"
|
|
|
+ integrity sha512-XDtGT9mxHPDMZdiFosZo9cPROf6jomJdh+r8EOgfaVnXtrCQIrN0Hqo9cculH5FWZYHLMb0sOeTCo5XwMvkIhg==
|
|
|
dependencies:
|
|
|
glob "^7.1.2"
|
|
|
graphql-tools "^3.1.1"
|
|
|
@@ -166,9 +167,10 @@
|
|
|
dependencies:
|
|
|
"@types/node" "*"
|
|
|
|
|
|
-"@types/bcrypt@^2.0.0":
|
|
|
- version "2.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-2.0.0.tgz#74cccef82026341fd786cf2eb9c912c7f9107c55"
|
|
|
+"@types/bcrypt@^3.0.0":
|
|
|
+ version "3.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@types/bcrypt/-/bcrypt-3.0.0.tgz#851489a9065a067cb7f3c9cbe4ce9bed8bba0876"
|
|
|
+ integrity sha512-nohgNyv+1ViVcubKBh0+XiNJ3dO8nYu///9aJ4cgSqv70gBL+94SNy/iC2NLzKPT2Zt/QavrOkBVbZRLZmw6NQ==
|
|
|
|
|
|
"@types/body-parser@*", "@types/body-parser@1.17.0":
|
|
|
version "1.17.0"
|
|
|
@@ -215,9 +217,10 @@
|
|
|
"@types/express-serve-static-core" "*"
|
|
|
"@types/serve-static" "*"
|
|
|
|
|
|
-"@types/faker@^4.1.3":
|
|
|
- version "4.1.3"
|
|
|
- resolved "https://registry.yarnpkg.com/@types/faker/-/faker-4.1.3.tgz#544398268b37248300dc428316daa6a7521bbd19"
|
|
|
+"@types/faker@^4.1.4":
|
|
|
+ version "4.1.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/@types/faker/-/faker-4.1.4.tgz#5e5bcd81a6ecf85fb6150f7eb857e755a09fd91f"
|
|
|
+ integrity sha512-6vQk2Ky+s3oehh//1bB/4I4ApYcRN2dLcHm0fuUOcXvnv9fXCfSKkI6K/dRicJkyjcAO23r4lAwbk9j9fOB0Ug==
|
|
|
|
|
|
"@types/fs-extra@^5.0.4":
|
|
|
version "5.0.4"
|
|
|
@@ -240,10 +243,15 @@
|
|
|
"@types/express" "*"
|
|
|
"@types/i18next" "*"
|
|
|
|
|
|
-"@types/i18next@*", "@types/i18next@^8.4.3":
|
|
|
+"@types/i18next@*":
|
|
|
version "8.4.4"
|
|
|
resolved "https://registry.yarnpkg.com/@types/i18next/-/i18next-8.4.4.tgz#76591ab5974b65910e44b8860202d4f544f39b9d"
|
|
|
|
|
|
+"@types/i18next@^11.9.3":
|
|
|
+ version "11.9.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@types/i18next/-/i18next-11.9.3.tgz#04d84c6539908ad69665d26d8967f942d1638550"
|
|
|
+ integrity sha512-snM7bMKy6gt7UYdpjsxycqSCAy0fr2JVPY0B8tJ2vp9bN58cE7C880k20PWFM4KXxQ3KsstKM8DLCawGCIH0tg==
|
|
|
+
|
|
|
"@types/jest@^23.3.1":
|
|
|
version "23.3.1"
|
|
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.1.tgz#a4319aedb071d478e6f407d1c4578ec8156829cf"
|
|
|
@@ -963,11 +971,12 @@ bcrypt-pbkdf@^1.0.0:
|
|
|
dependencies:
|
|
|
tweetnacl "^0.14.3"
|
|
|
|
|
|
-bcrypt@^3.0.1:
|
|
|
- version "3.0.1"
|
|
|
- resolved "https://registry.yarnpkg.com/bcrypt/-/bcrypt-3.0.1.tgz#2ea12883330bf5f81926f70475cf21bdd0c2f8ff"
|
|
|
+bcrypt@^3.0.2:
|
|
|
+ version "3.0.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/bcrypt/-/bcrypt-3.0.2.tgz#3c575c49ccbfdf0875eb42aa1453f5654092a33d"
|
|
|
+ integrity sha512-kE1IaaRchCgdrmzQX/eBQKcsuL4jRHZ+O11sMvEUrI/HgFTQYAGvxlj9z7kb3zfFuwljQ5y8/NrbnXtgx5oJLg==
|
|
|
dependencies:
|
|
|
- nan "2.11.0"
|
|
|
+ nan "2.11.1"
|
|
|
node-pre-gyp "0.11.0"
|
|
|
|
|
|
bignumber.js@4.1.0:
|
|
|
@@ -1244,7 +1253,7 @@ chokidar@^1.6.1:
|
|
|
optionalDependencies:
|
|
|
fsevents "^1.0.0"
|
|
|
|
|
|
-chokidar@^2.0.0, chokidar@^2.0.2:
|
|
|
+chokidar@^2.0.0, chokidar@^2.0.4:
|
|
|
version "2.0.4"
|
|
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
|
|
|
dependencies:
|
|
|
@@ -1366,6 +1375,7 @@ clorox@^1.0.3:
|
|
|
closest-file-data@^0.1.4:
|
|
|
version "0.1.4"
|
|
|
resolved "https://registry.yarnpkg.com/closest-file-data/-/closest-file-data-0.1.4.tgz#975f87c132f299d24a0375b9f63ca3fb88f72b3a"
|
|
|
+ integrity sha1-l1+HwTLymdJKA3W59jyj+4j3Kzo=
|
|
|
|
|
|
co@^4.6.0:
|
|
|
version "4.6.0"
|
|
|
@@ -2118,7 +2128,7 @@ expect@^23.5.0:
|
|
|
jest-message-util "^23.4.0"
|
|
|
jest-regex-util "^23.3.0"
|
|
|
|
|
|
-express@4.16.3, express@^4.16.3:
|
|
|
+express@4.16.3:
|
|
|
version "4.16.3"
|
|
|
resolved "https://registry.yarnpkg.com/express/-/express-4.16.3.tgz#6af8a502350db3246ecc4becf6b5a34d22f7ed53"
|
|
|
dependencies:
|
|
|
@@ -2153,6 +2163,42 @@ express@4.16.3, express@^4.16.3:
|
|
|
utils-merge "1.0.1"
|
|
|
vary "~1.1.2"
|
|
|
|
|
|
+express@^4.16.4:
|
|
|
+ version "4.16.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/express/-/express-4.16.4.tgz#fddef61926109e24c515ea97fd2f1bdbf62df12e"
|
|
|
+ integrity sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==
|
|
|
+ dependencies:
|
|
|
+ accepts "~1.3.5"
|
|
|
+ array-flatten "1.1.1"
|
|
|
+ body-parser "1.18.3"
|
|
|
+ content-disposition "0.5.2"
|
|
|
+ content-type "~1.0.4"
|
|
|
+ cookie "0.3.1"
|
|
|
+ cookie-signature "1.0.6"
|
|
|
+ debug "2.6.9"
|
|
|
+ depd "~1.1.2"
|
|
|
+ encodeurl "~1.0.2"
|
|
|
+ escape-html "~1.0.3"
|
|
|
+ etag "~1.8.1"
|
|
|
+ finalhandler "1.1.1"
|
|
|
+ fresh "0.5.2"
|
|
|
+ merge-descriptors "1.0.1"
|
|
|
+ methods "~1.1.2"
|
|
|
+ on-finished "~2.3.0"
|
|
|
+ parseurl "~1.3.2"
|
|
|
+ path-to-regexp "0.1.7"
|
|
|
+ proxy-addr "~2.0.4"
|
|
|
+ qs "6.5.2"
|
|
|
+ range-parser "~1.2.0"
|
|
|
+ safe-buffer "5.1.2"
|
|
|
+ send "0.16.2"
|
|
|
+ serve-static "1.13.2"
|
|
|
+ setprototypeof "1.1.0"
|
|
|
+ statuses "~1.4.0"
|
|
|
+ type-is "~1.6.16"
|
|
|
+ utils-merge "1.0.1"
|
|
|
+ vary "~1.1.2"
|
|
|
+
|
|
|
extend-shallow@^2.0.1:
|
|
|
version "2.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
|
|
|
@@ -2427,9 +2473,10 @@ fs-extra@6.0.1, fs-extra@^6.0.1:
|
|
|
jsonfile "^4.0.0"
|
|
|
universalify "^0.1.0"
|
|
|
|
|
|
-fs-extra@^7.0.0:
|
|
|
- version "7.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
|
|
|
+fs-extra@^7.0.1:
|
|
|
+ version "7.0.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
|
|
|
+ integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
|
|
|
dependencies:
|
|
|
graceful-fs "^4.1.2"
|
|
|
jsonfile "^4.0.0"
|
|
|
@@ -2638,9 +2685,9 @@ graphql-extensions@0.3.2:
|
|
|
dependencies:
|
|
|
"@apollographql/apollo-tools" "^0.2.6"
|
|
|
|
|
|
-graphql-iso-date@^3.5.0:
|
|
|
- version "3.5.0"
|
|
|
- resolved "https://registry.yarnpkg.com/graphql-iso-date/-/graphql-iso-date-3.5.0.tgz#55a1be0efa8d28c1453afd2eb5ce1d052189a513"
|
|
|
+graphql-iso-date@^3.6.1:
|
|
|
+ version "3.6.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/graphql-iso-date/-/graphql-iso-date-3.6.1.tgz#bd2d0dc886e0f954cbbbc496bbf1d480b57ffa96"
|
|
|
|
|
|
graphql-request@^1.8.2:
|
|
|
version "1.8.2"
|
|
|
@@ -2654,6 +2701,10 @@ graphql-subscriptions@^1.0.0:
|
|
|
dependencies:
|
|
|
iterall "^1.2.1"
|
|
|
|
|
|
+graphql-tag@^2.10.0:
|
|
|
+ version "2.10.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
|
|
|
+
|
|
|
graphql-tag@^2.9.2:
|
|
|
version "2.9.2"
|
|
|
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686"
|
|
|
@@ -2668,7 +2719,7 @@ graphql-tools@^3.1.1:
|
|
|
iterall "^1.1.3"
|
|
|
uuid "^3.1.0"
|
|
|
|
|
|
-graphql-tools@^4.0.0:
|
|
|
+graphql-tools@^4.0.0, graphql-tools@^4.0.3:
|
|
|
version "4.0.3"
|
|
|
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b"
|
|
|
dependencies:
|
|
|
@@ -2920,28 +2971,32 @@ http-signature@~1.2.0:
|
|
|
jsprim "^1.2.2"
|
|
|
sshpk "^1.7.0"
|
|
|
|
|
|
-i18next-express-middleware@^1.3.2:
|
|
|
- version "1.3.2"
|
|
|
- resolved "https://registry.yarnpkg.com/i18next-express-middleware/-/i18next-express-middleware-1.3.2.tgz#f45911a5907f37f4fa25af868928341817c8f5ee"
|
|
|
+i18next-express-middleware@^1.5.0:
|
|
|
+ version "1.5.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/i18next-express-middleware/-/i18next-express-middleware-1.5.0.tgz#02dd5dbeb3b8e00f7c837ca6724e07257cb9a340"
|
|
|
+ integrity sha512-lWf/BoF8pH3I76Xj3dvoulM/5+wJHsmW/uirT1N2pno/Xyht/5K3utIb9FC3PUTSHZjT8UMwXZWoAj9c10Tbgw==
|
|
|
dependencies:
|
|
|
cookies "0.7.1"
|
|
|
|
|
|
-i18next-icu@^0.4.0:
|
|
|
- version "0.4.0"
|
|
|
- resolved "https://registry.yarnpkg.com/i18next-icu/-/i18next-icu-0.4.0.tgz#df39694f1522cebe1f94d33c9198b037069a9b32"
|
|
|
+i18next-icu@^0.6.0:
|
|
|
+ version "0.6.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/i18next-icu/-/i18next-icu-0.6.0.tgz#23a0db74443e0abfb88ca01923cc9a0728a34f7d"
|
|
|
+ integrity sha512-8s/2FVdd0ZSNzrtXAStv3aMCnSr/2RttCKw03Uze3L2vLTRL6X5rgqSvCYi8hGdGeljCd3LG1SMkQ1iXejQpjg==
|
|
|
dependencies:
|
|
|
intl-messageformat "2.2.0"
|
|
|
|
|
|
-i18next-node-fs-backend@^2.0.0:
|
|
|
- version "2.0.0"
|
|
|
- resolved "https://registry.yarnpkg.com/i18next-node-fs-backend/-/i18next-node-fs-backend-2.0.0.tgz#ea0fc2c38523bdf8da24be00b73e3ad36ce907e3"
|
|
|
+i18next-node-fs-backend@^2.1.0:
|
|
|
+ version "2.1.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/i18next-node-fs-backend/-/i18next-node-fs-backend-2.1.0.tgz#b0ad55eb8671b4dedbd21fe434fb50e964a4ece2"
|
|
|
+ integrity sha512-ULb+uQYQj1njn/93cxkAtgrw9STCv1zEM8QySH24c0pFxw8ZJPCV9yq4zTqEWtKaNRd8apvzyr2euoV1k05SbA==
|
|
|
dependencies:
|
|
|
js-yaml "3.12.0"
|
|
|
json5 "2.0.0"
|
|
|
|
|
|
-i18next@^11.6.0:
|
|
|
- version "11.6.0"
|
|
|
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-11.6.0.tgz#e0047aa3e3a0080f6f318426f90597cbb0d6ddd5"
|
|
|
+i18next@^12.0.0:
|
|
|
+ version "12.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/i18next/-/i18next-12.0.0.tgz#27c1494219dde0451a8d714d5bfc19bf055d51bb"
|
|
|
+ integrity sha512-Zy/nFpmBZxgmi6k9HkHbf+MwvAwiY5BDzNjNfvyLPKyalc2YBwwZtblESDlTKLDO8XSv23qYRY2uZcADDlRSjQ==
|
|
|
|
|
|
iconv-lite@0.4.19:
|
|
|
version "0.4.19"
|
|
|
@@ -3033,6 +3088,11 @@ ipaddr.js@1.6.0:
|
|
|
version "1.6.0"
|
|
|
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.6.0.tgz#e3fa357b773da619f26e95f049d055c72796f86b"
|
|
|
|
|
|
+ipaddr.js@1.8.0:
|
|
|
+ version "1.8.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e"
|
|
|
+ integrity sha1-6qM9bd16zo9/b+DJygRA5wZzix4=
|
|
|
+
|
|
|
is-absolute@^1.0.0:
|
|
|
version "1.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576"
|
|
|
@@ -4616,13 +4676,19 @@ nan@2.10.0, nan@^2.9.2:
|
|
|
version "2.10.0"
|
|
|
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
|
|
|
|
|
|
-nan@2.11.0, nan@^2.11.0:
|
|
|
+nan@2.11.1:
|
|
|
+ version "2.11.1"
|
|
|
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766"
|
|
|
+ integrity sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==
|
|
|
+
|
|
|
+nan@^2.11.0:
|
|
|
version "2.11.0"
|
|
|
resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.0.tgz#574e360e4d954ab16966ec102c0c049fd961a099"
|
|
|
|
|
|
-nanoid@^1.2.4:
|
|
|
- version "1.2.4"
|
|
|
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-1.2.4.tgz#4f0e19e7e63341e9fe9adaa8d96ba594f5dcc6db"
|
|
|
+nanoid@^2.0.0:
|
|
|
+ version "2.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.0.0.tgz#e1ab4a4b024a38d15531ba34a712a201540de639"
|
|
|
+ integrity sha512-SG2qscLE3iM4C0CNzGrsAojJHSVHMS1J8NnvJ31P1lH8P0hGHOiafmniNJz6w6q7vuoDlV7RdySlJgtqkFEVtQ==
|
|
|
|
|
|
nanomatch@^1.2.9:
|
|
|
version "1.2.13"
|
|
|
@@ -4755,15 +4821,17 @@ node-pre-gyp@^0.10.0:
|
|
|
semver "^5.3.0"
|
|
|
tar "^4"
|
|
|
|
|
|
-nodemailer@^4.6.8:
|
|
|
- version "4.6.8"
|
|
|
- resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.6.8.tgz#f82fb407828bf2e76d92acc34b823d83e774f89c"
|
|
|
+nodemailer@^4.7.0:
|
|
|
+ version "4.7.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.7.0.tgz#4420e06abfffd77d0618f184ea49047db84f4ad8"
|
|
|
+ integrity sha512-IludxDypFpYw4xpzKdMAozBSkzKHmNBvGanUREjJItgJ2NYcK/s8+PggVhj7c2yGFQykKsnnmv1+Aqo0ZfjHmw==
|
|
|
|
|
|
-nodemon@^1.14.1:
|
|
|
- version "1.18.0"
|
|
|
- resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.0.tgz#44b75d5f19065c47a262d4ab21990da3b6f8feae"
|
|
|
+nodemon@^1.18.6:
|
|
|
+ version "1.18.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.18.6.tgz#89b1136634d6c0afc7de24cc932a760e999e2c76"
|
|
|
+ integrity sha512-4pHQNYEZun+IkIC2jCaXEhkZnfA7rQe73i8RkdRyDJls/K+WxR7IpI5uNUsAvQ0zWvYcCDNGD+XVtw2ZG86/uQ==
|
|
|
dependencies:
|
|
|
- chokidar "^2.0.2"
|
|
|
+ chokidar "^2.0.4"
|
|
|
debug "^3.1.0"
|
|
|
ignore-by-default "^1.0.1"
|
|
|
minimatch "^3.0.4"
|
|
|
@@ -5316,6 +5384,14 @@ proxy-addr@~2.0.3:
|
|
|
forwarded "~0.1.2"
|
|
|
ipaddr.js "1.6.0"
|
|
|
|
|
|
+proxy-addr@~2.0.4:
|
|
|
+ version "2.0.4"
|
|
|
+ resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93"
|
|
|
+ integrity sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==
|
|
|
+ dependencies:
|
|
|
+ forwarded "~0.1.2"
|
|
|
+ ipaddr.js "1.8.0"
|
|
|
+
|
|
|
ps-tree@^1.1.0:
|
|
|
version "1.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
|
|
|
@@ -5717,9 +5793,10 @@ rsvp@^3.3.3:
|
|
|
version "3.6.2"
|
|
|
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
|
|
|
|
|
|
-rxjs@^6.2.0:
|
|
|
- version "6.2.1"
|
|
|
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.1.tgz#246cebec189a6cbc143a3ef9f62d6f4c91813ca1"
|
|
|
+rxjs@^6.3.3:
|
|
|
+ version "6.3.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
|
|
|
+ integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==
|
|
|
dependencies:
|
|
|
tslib "^1.9.0"
|
|
|
|
|
|
@@ -6397,9 +6474,10 @@ trim-right@^1.0.1:
|
|
|
version "1.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
|
|
|
|
|
|
-ts-jest@^23.1.4:
|
|
|
+ts-jest@~23.1.4:
|
|
|
version "23.1.4"
|
|
|
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-23.1.4.tgz#66ac1d8d3fbf8f9a98432b11aa377aa850664b2b"
|
|
|
+ integrity sha512-9rCSxbWfoZxxeXnSoEIzRNr9hDIQ8iEJAWmSRsWhDHDT8OeuGfURhJQUE8jtJlkyEygs6rngH8RYtHz9cfjmEA==
|
|
|
dependencies:
|
|
|
closest-file-data "^0.1.4"
|
|
|
fs-extra "6.0.1"
|
|
|
@@ -6421,9 +6499,10 @@ ts-simple-ast@^14.4.2:
|
|
|
tslib "^1.9.0"
|
|
|
typescript "3.0.1"
|
|
|
|
|
|
-tsconfig-paths@^3.5.0:
|
|
|
- version "3.5.0"
|
|
|
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.5.0.tgz#a447c7721e49281af97343d9a850864e949a0b51"
|
|
|
+tsconfig-paths@^3.7.0:
|
|
|
+ version "3.7.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.7.0.tgz#02ae978db447b22e09dafcd4198be95c4885ceb2"
|
|
|
+ integrity sha512-7iE+Q/2E1lgvxD+c0Ot+GFFmgmfIjt/zCayyruXkXQ84BLT85gHXy0WSoQSiuFX9+d+keE/jiON7notV74ZY+A==
|
|
|
dependencies:
|
|
|
"@types/json5" "^0.0.29"
|
|
|
deepmerge "^2.0.1"
|
|
|
@@ -6462,9 +6541,10 @@ typedarray@^0.0.6:
|
|
|
version "0.0.6"
|
|
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
|
|
|
|
|
-typeorm@^0.2.6:
|
|
|
- version "0.2.7"
|
|
|
- resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.7.tgz#4bbbace80dc91b1303be13f42d44ebf01d1b2558"
|
|
|
+typeorm@^0.2.9:
|
|
|
+ version "0.2.9"
|
|
|
+ resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.9.tgz#b21a55f4c7ae398c104911e298485c232bcceefc"
|
|
|
+ integrity sha512-guvrl5TH85N0y1AdPRuCrs2OTRQqs1wVgM+GrMfaiAGF8X+EoHDTUg2SPmcGtoAOSg7CnrCPxxwKOH4VvBr5Tw==
|
|
|
dependencies:
|
|
|
app-root-path "^2.0.1"
|
|
|
buffer "^5.1.0"
|
|
|
@@ -6484,9 +6564,10 @@ typescript@3.0.1:
|
|
|
version "3.0.1"
|
|
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.0.1.tgz#43738f29585d3a87575520a4b93ab6026ef11fdb"
|
|
|
|
|
|
-typescript@^3.1.3:
|
|
|
- version "3.1.3"
|
|
|
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.3.tgz#01b70247a6d3c2467f70c45795ef5ea18ce191d5"
|
|
|
+typescript@^3.1.6:
|
|
|
+ version "3.1.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
|
|
|
+ integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==
|
|
|
|
|
|
uglify-js@3.4.x, uglify-js@^3.1.4:
|
|
|
version "3.4.9"
|