Skip to content

Commit 9485d35

Browse files
committed
Update nest monorepo to v7.1.3
1 parent 80f214d commit 9485d35

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"ioredis": "4.16.1"
2828
},
2929
"devDependencies": {
30-
"@nestjs/common": "7.0.9",
31-
"@nestjs/core": "7.0.9",
32-
"@nestjs/platform-express": "7.0.9",
33-
"@nestjs/testing": "7.0.9",
30+
"@nestjs/common": "7.1.3",
31+
"@nestjs/core": "7.1.3",
32+
"@nestjs/platform-express": "7.1.3",
33+
"@nestjs/testing": "7.1.3",
3434
"@types/jest": "25.2.1",
3535
"@typescript-eslint/eslint-plugin": "2.30.0",
3636
"@typescript-eslint/parser": "2.30.0",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -535,48 +535,48 @@
535535
"@types/yargs" "^15.0.0"
536536
chalk "^3.0.0"
537537

538-
"@nestjs/common@7.0.9":
539-
version "7.0.9"
540-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.9.tgz#b2818b0ea4617a37525341fc0233de84abd3c36a"
541-
integrity sha512-rmx955Oa5qXDuupYpOeT6wVcI5fS3A89Xzf7+yqIB9NFdWht1vdAhAviuBWtWskyGet3PyDiCOUY7LKSXaql5w==
538+
"@nestjs/common@7.1.3":
539+
version "7.1.3"
540+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.1.3.tgz#e89ec4891cf2219cfb943d0f46dcbfd583da757c"
541+
integrity sha512-b+hXo+WA5CKweFA9qvInJY6bf+IBCpqxkt2KCkI+vAVLkTghrIGV7Us/HL/yOBAGc+wSiPKAJkBHtVkkFLnw1w==
542542
dependencies:
543543
axios "0.19.2"
544544
cli-color "2.0.0"
545545
iterare "1.2.0"
546-
tslib "1.11.1"
547-
uuid "7.0.3"
546+
tslib "2.0.0"
547+
uuid "8.0.0"
548548

549-
"@nestjs/core@7.0.9":
550-
version "7.0.9"
551-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.9.tgz#7b17c0f844225fc38a24543f3ca598eb266ccb35"
552-
integrity sha512-+aK0ihzxWOLxUGssx61ogOOe6Jl/Oac+45q/7tAKNNcVvNwh+IJyCx5stA3S4m7yXPCIbI8kjhWd5ugGT4tyoA==
549+
"@nestjs/core@7.1.3":
550+
version "7.1.3"
551+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.1.3.tgz#a6320277c8693c4b82b35435df392214eeadc08c"
552+
integrity sha512-9HrQQUGeH8W21kFc9ktClQw38I7Bqy7ZOQ/cD7+wI5UdrTGzuZxzYHQTxGa/QJceR+iwTgv0ywkl5XdP3glKvA==
553553
dependencies:
554554
"@nuxtjs/opencollective" "0.2.2"
555555
fast-safe-stringify "2.0.7"
556556
iterare "1.2.0"
557557
object-hash "2.0.3"
558558
path-to-regexp "3.2.0"
559-
tslib "1.11.1"
560-
uuid "7.0.3"
559+
tslib "2.0.0"
560+
uuid "8.0.0"
561561

562-
"@nestjs/platform-express@7.0.9":
563-
version "7.0.9"
564-
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.0.9.tgz#abfa9ae8855ddc889f644d4c4664682a4b11ff29"
565-
integrity sha512-Ba6xuHOyc1iSZBGvNPfe66wetMadDO139xbIMkdnkHvTCxSxSLRPRwLUFQX4MFtGFQrllglrttqZjXXmZ8ZIZw==
562+
"@nestjs/platform-express@7.1.3":
563+
version "7.1.3"
564+
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.1.3.tgz#0af9399082995ce8eae409593b9f1aa649e16ca1"
565+
integrity sha512-hMwTCRrtXoRsif5sNlZLN/jDgMQztJOjYjoOmMSgvzgWZPoI0CBGF941ZmLcEwovxr0XyWP9Oir1oMelkTbpqA==
566566
dependencies:
567567
body-parser "1.19.0"
568568
cors "2.8.5"
569569
express "4.17.1"
570570
multer "1.4.2"
571-
tslib "1.11.1"
571+
tslib "2.0.0"
572572

573-
"@nestjs/testing@7.0.9":
574-
version "7.0.9"
575-
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.9.tgz#c6b342dd34f060f18406bd7eb753edc5ecbb35c7"
576-
integrity sha512-dbcnKV5QfYkdyxVXuvRb/435MB/vP+OPqC3h4o3wb/39cL0EU7duANoMzjHxfI0K4kQCsM9iIbeNGFOAOaEBDA==
573+
"@nestjs/testing@7.1.3":
574+
version "7.1.3"
575+
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.1.3.tgz#ca315f7e92d94124606e5c45298bdf476f6ecd68"
576+
integrity sha512-Dnh2ebKiXz5Td7slxTJL4oXQtp41+n95cCDlhXTL2ngeA7OY4Sby+MEAGVFPKidW4h8ZWDvb/aIl7BuFTLABVA==
577577
dependencies:
578578
optional "0.1.4"
579-
tslib "1.11.1"
579+
tslib "2.0.0"
580580

581581
582582
version "0.2.2"
@@ -5156,10 +5156,10 @@ [email protected]:
51565156
minimist "^1.2.0"
51575157
strip-bom "^3.0.0"
51585158

5159-
tslib@1.11.1:
5160-
version "1.11.1"
5161-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
5162-
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
5159+
tslib@2.0.0:
5160+
version "2.0.0"
5161+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
5162+
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
51635163

51645164
tslib@^1.8.1, tslib@^1.9.0:
51655165
version "1.10.0"
@@ -5338,10 +5338,10 @@ [email protected]:
53385338
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
53395339
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
53405340

5341-
uuid@7.0.3:
5342-
version "7.0.3"
5343-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
5344-
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
5341+
uuid@8.0.0:
5342+
version "8.0.0"
5343+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
5344+
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
53455345

53465346
uuid@^3.3.2:
53475347
version "3.3.3"

0 commit comments

Comments
 (0)