|
27 | 27 | flat "^4.1.0"
|
28 | 28 | lodash "^4.17.11"
|
29 | 29 |
|
| 30 | +"@admin-bro/nestjs@^1.0.0-beta.2": |
| 31 | + version "1.0.0-beta.2" |
| 32 | + resolved "https://registry.yarnpkg.com/@admin-bro/nestjs/-/nestjs-1.0.0-beta.2.tgz#83980b5e139442098b75f4bd90afe0c3d9f83cdb" |
| 33 | + integrity sha512-5+AOMMfIKHyMmLHlH84yxIA5KHia5Z2aAbCjOGGUk8RAspQBqNblw22wOreoPLUThUgthqYs7fYyspuFbWIM3w== |
| 34 | + dependencies: |
| 35 | + "@nestjs/common" "^7.4.2" |
| 36 | + "@nestjs/core" "^7.4.2" |
| 37 | + "@types/express-session" "^1.17.0" |
| 38 | + reflect-metadata "^0.1.13" |
| 39 | + rxjs "^6.5.3" |
| 40 | + |
30 | 41 | "@angular-devkit/core@7.3.8":
|
31 | 42 | version "7.3.8"
|
32 | 43 | resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-7.3.8.tgz#702b0944a69c71cce3a1492e0d62de18df22a993"
|
|
1355 | 1366 | tslib "1.11.1"
|
1356 | 1367 | uuid "7.0.1"
|
1357 | 1368 |
|
| 1369 | +"@nestjs/common@^7.4.2": |
| 1370 | + version "7.4.2" |
| 1371 | + resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.4.2.tgz#f1ceff01a7b2c77094726944f55d907a2196bfe1" |
| 1372 | + integrity sha512-gHfoUPPufBDLUdkBdhC60rgMwyiOKIFVmxCnFNHsMH1mrbt1DcXQD+5nefZm0XaLY20QeBoqZjJDc4KdvE444w== |
| 1373 | + dependencies: |
| 1374 | + axios "0.19.2" |
| 1375 | + cli-color "2.0.0" |
| 1376 | + iterare "1.2.1" |
| 1377 | + tslib "2.0.0" |
| 1378 | + uuid "8.3.0" |
| 1379 | + |
1358 | 1380 | "@nestjs/core@^6.7.2":
|
1359 | 1381 | version "6.11.11"
|
1360 | 1382 | resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-6.11.11.tgz#2b97a3e9c2a853f5693ed84daf81c1ee3b2782b4"
|
|
1368 | 1390 | tslib "1.11.1"
|
1369 | 1391 | uuid "7.0.1"
|
1370 | 1392 |
|
| 1393 | +"@nestjs/core@^7.4.2": |
| 1394 | + version "7.4.2" |
| 1395 | + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.4.2.tgz#a2a0640eea658dfbd6de8e3079fffc5a0878ff5a" |
| 1396 | + integrity sha512-zLWVY+qj5RRIuDaL2J6a7f/Tn8wPMYOUHDZhXdRZFqonuY96dH9yc6DU9cWyX7fnmCIAxqdu5B7qd/S7VPHxow== |
| 1397 | + dependencies: |
| 1398 | + "@nuxtjs/opencollective" "0.2.2" |
| 1399 | + fast-safe-stringify "2.0.7" |
| 1400 | + iterare "1.2.1" |
| 1401 | + object-hash "2.0.3" |
| 1402 | + path-to-regexp "3.2.0" |
| 1403 | + tslib "2.0.0" |
| 1404 | + uuid "8.3.0" |
| 1405 | + |
1371 | 1406 | "@nestjs/mongoose@^7.0.2":
|
1372 | 1407 | version "7.0.2"
|
1373 | 1408 | resolved "https://registry.yarnpkg.com/@nestjs/mongoose/-/mongoose-7.0.2.tgz#cfb087de6e75e3fdc2e3a490abfa737009128da0"
|
|
1599 | 1634 | "@types/qs" "*"
|
1600 | 1635 | "@types/range-parser" "*"
|
1601 | 1636 |
|
1602 |
| -"@types/express@^4.17.1": |
| 1637 | +"@types/express-session@^1.17.0": |
| 1638 | + version "1.17.0" |
| 1639 | + resolved "https://registry.yarnpkg.com/@types/express-session/-/express-session-1.17.0.tgz#770daf81368f6278e3e40dd894e1e52abbdca0cd" |
| 1640 | + integrity sha512-OQEHeBFE1UhChVIBhRh9qElHUvTp4BzKKHxMDkGHT7WuYk5eL93hPG7D8YAIkoBSbhNEY0RjreF15zn+U0eLjA== |
| 1641 | + dependencies: |
| 1642 | + "@types/express" "*" |
| 1643 | + "@types/node" "*" |
| 1644 | + |
| 1645 | +"@types/express@*", "@types/express@^4.17.1": |
1603 | 1646 | version "4.17.7"
|
1604 | 1647 | resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.7.tgz#42045be6475636d9801369cd4418ef65cdb0dd59"
|
1605 | 1648 | integrity sha512-dCOT5lcmV/uC2J9k0rPafATeeyz+99xTt54ReX11/LObZgfzJqZNcW27zGhYyX+9iSEGXGt5qLPwRSvBZcLvtQ==
|
@@ -5312,6 +5355,11 @@ iterare@1.2.0:
|
5312 | 5355 | resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.0.tgz#7427f5ed45986e4b73e2fea903579f1117f3dd15"
|
5313 | 5356 | integrity sha512-RxMV9p/UzdK0Iplnd8mVgRvNdXlsTOiuDrqMRnDi3wIhbT+JP4xDquAX9ay13R3CH72NBzQ91KWe0+C168QAyQ==
|
5314 | 5357 |
|
| 5358 | +iterare@1.2.1: |
| 5359 | + version "1.2.1" |
| 5360 | + resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042" |
| 5361 | + integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q== |
| 5362 | + |
5315 | 5363 | jest-changed-files@^24.9.0:
|
5316 | 5364 | version "24.9.0"
|
5317 | 5365 | resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-24.9.0.tgz#08d8c15eb79a7fa3fc98269bc14b451ee82f8039"
|
@@ -8923,6 +8971,11 @@ tslib@1.11.1:
|
8923 | 8971 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
|
8924 | 8972 | integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
|
8925 | 8973 |
|
| 8974 | +tslib@2.0.0: |
| 8975 | + version "2.0.0" |
| 8976 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3" |
| 8977 | + integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g== |
| 8978 | + |
8926 | 8979 | tslib@^1.8.1, tslib@^1.9.0:
|
8927 | 8980 | version "1.13.0"
|
8928 | 8981 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
|
@@ -9155,6 +9208,11 @@ uuid@7.0.1:
|
9155 | 9208 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.1.tgz#95ed6ff3d8c881cbf85f0f05cc3915ef994818ef"
|
9156 | 9209 | integrity sha512-yqjRXZzSJm9Dbl84H2VDHpM3zMjzSJQ+hn6C4zqd5ilW+7P4ZmLEEqwho9LjP+tGuZlF4xrHQXT0h9QZUS/pWA==
|
9157 | 9210 |
|
| 9211 | +uuid@8.3.0: |
| 9212 | + version "8.3.0" |
| 9213 | + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" |
| 9214 | + integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== |
| 9215 | + |
9158 | 9216 | uuid@^3.3.2:
|
9159 | 9217 | version "3.4.0"
|
9160 | 9218 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
|
0 commit comments