Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 4, 2020
1 parent dcb055e commit 040420c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-angular": "9.1.1",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/testing": "7.3.2",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/testing": "7.4.2",
"@types/glob": "7.1.3",
"@types/inline-css": "0.0.33",
"@types/jest": "26.0.8",
Expand Down
8 changes: 4 additions & 4 deletions sample/01-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/platform-express": "7.3.2",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/platform-express": "7.4.2",
"dotenv": "8.2.0",
"nodemailer": "6.4.11",
"reflect-metadata": "0.1.13",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@nestjs/testing": "7.4.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.8",
"@types/node": "13.13.5",
Expand Down
8 changes: 4 additions & 4 deletions sample/02-custom-template-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/platform-express": "7.3.2",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/platform-express": "7.4.2",
"nodemailer": "6.4.11",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.2",
"@nestjs/testing": "7.4.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.8",
"@types/node": "13.13.5",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -616,34 +616,34 @@
resolved "https://registry.yarnpkg.com/@jonkemp/package-utils/-/package-utils-1.0.5.tgz#a49dcbd649b0c83d4aaade2fcd15d074a5bf9932"
integrity sha512-3gpXj6ZK9/ZDruwCNTUgsGTobER8oSdudQBGp/VpawxaOrKuTzdwWQ0kocB1o5ohJbdTDUfqlLrHJ5busqObiA==

"@nestjs/common@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.3.2.tgz#ce9e63085cf74948f00a167c4b55243c288b5eaa"
integrity sha512-qK8szqv0PuHDVDPbQjVV+Z91QasDIe7cbzULqtNDARIRkgU4LGk/Q+32E3kBWfp8gh5axRkgVuKtpCiq2s55Cg==
"@nestjs/common@7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.4.2.tgz#f1ceff01a7b2c77094726944f55d907a2196bfe1"
integrity sha512-gHfoUPPufBDLUdkBdhC60rgMwyiOKIFVmxCnFNHsMH1mrbt1DcXQD+5nefZm0XaLY20QeBoqZjJDc4KdvE444w==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
iterare "1.2.1"
tslib "2.0.0"
uuid "8.2.0"
uuid "8.3.0"

"@nestjs/core@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.3.2.tgz#64b4eebcfcf7beb909504b1a74fc89fc6ecc7e26"
integrity sha512-oL1iDfkJyM/0L+LKS+/Yo7GUJkiEcYsZY/ndONdiv1XqiBC5t76DDXry9CuJmcRH36FJ+QbI5jwpKXjRa9D5dQ==
"@nestjs/core@7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.4.2.tgz#a2a0640eea658dfbd6de8e3079fffc5a0878ff5a"
integrity sha512-zLWVY+qj5RRIuDaL2J6a7f/Tn8wPMYOUHDZhXdRZFqonuY96dH9yc6DU9cWyX7fnmCIAxqdu5B7qd/S7VPHxow==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
iterare "1.2.1"
object-hash "2.0.3"
path-to-regexp "3.2.0"
tslib "2.0.0"
uuid "8.2.0"
uuid "8.3.0"

"@nestjs/testing@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.3.2.tgz#5ee7c9fad7efac0cf92e8bf328628edfd906fa1f"
integrity sha512-hkk/Ew9aseQtTTCGLnAWO05hy4Yq19nM+gI9d5SLiZVFES3iPGdXBJT3aDw0LLfi1K7LNMKbkdNkaFowilCmIg==
"@nestjs/testing@7.4.2":
version "7.4.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.4.2.tgz#6acba60c89aa4306244159d30477f943404deac9"
integrity sha512-wnb0ApdTrJ03sg/1YiNNjjDIdf/f0izOea/5Bx9goKEJQPf8IW5AlV4yK9FB1uotED0mcjzp0awqzbfHfipP7w==
dependencies:
optional "0.1.4"
tslib "2.0.0"
Expand Down Expand Up @@ -6532,10 +6532,10 @@ util-deprecate@^1.0.1, util-deprecate@~1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=

uuid@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.2.0.tgz#cb10dd6b118e2dada7d0cd9730ba7417c93d920e"
integrity sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==
uuid@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==

uuid@^3.3.2, uuid@^3.3.3:
version "3.4.0"
Expand Down

0 comments on commit 040420c

Please sign in to comment.