Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2020
1 parent 01f1689 commit 3daf8d2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -49,9 +49,9 @@
"ejs": "^3.0.1"
},
"devDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/testing": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/testing": "7.0.9",
"@types/glob": "7.1.1",
"@types/inline-css": "0.0.33",
"@types/jest": "25.2.1",
Expand Down
8 changes: 4 additions & 4 deletions sample/01-basic/package.json
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/platform-express": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/platform-express": "7.0.9",
"dotenv": "8.2.0",
"nodemailer": "6.4.6",
"reflect-metadata": "0.1.13",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions sample/02-custom-template-adapter/package.json
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/platform-express": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/platform-express": "7.0.9",
"nodemailer": "6.4.6",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.1.4",
"@types/node": "13.13.2",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Expand Up @@ -431,21 +431,21 @@
version "1.0.5"
resolved "https://registry.yarnpkg.com/@jonkemp/package-utils/-/package-utils-1.0.5.tgz#a49dcbd649b0c83d4aaade2fcd15d074a5bf9932"

"@nestjs/common@7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.8.tgz#f36e22aafd1a64b3b78a5a8d34bad71b6d867fc5"
integrity sha512-NHY4tUni5aDnIYFtRqKLTp74bIXXbf7Vy8pI0HtwiaMKwr6BU+5PD6ldzapL7H7pp3YmT3lvW/st9V7lT5ld2Q==
"@nestjs/common@7.0.9":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.9.tgz#b2818b0ea4617a37525341fc0233de84abd3c36a"
integrity sha512-rmx955Oa5qXDuupYpOeT6wVcI5fS3A89Xzf7+yqIB9NFdWht1vdAhAviuBWtWskyGet3PyDiCOUY7LKSXaql5w==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
iterare "1.2.0"
tslib "1.11.1"
uuid "7.0.3"

"@nestjs/core@7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.8.tgz#f11ff6417ff7c08f04307cb61ea5ae39cb83bda1"
integrity sha512-YgITgyJY8vRfX01sK2rbC58q8U0coaj4rsnOLSIRDFoXh2aprkT07i8uuG2wMub5p3BjuOoaSVAaioH9Td6iZw==
"@nestjs/core@7.0.9":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.9.tgz#7b17c0f844225fc38a24543f3ca598eb266ccb35"
integrity sha512-+aK0ihzxWOLxUGssx61ogOOe6Jl/Oac+45q/7tAKNNcVvNwh+IJyCx5stA3S4m7yXPCIbI8kjhWd5ugGT4tyoA==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -455,10 +455,10 @@
tslib "1.11.1"
uuid "7.0.3"

"@nestjs/testing@7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.8.tgz#058cef6364be64d3d04fbe688b350ff24eedb6c8"
integrity sha512-5xEkyA3oBEh1vo3S220mm97vhnkMYwyZAP+hIzABFwrb4v+XS8Ic8B3B5i3U4A6hh2YLJ5feBZTuC8YDKm0oEw==
"@nestjs/testing@7.0.9":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.9.tgz#c6b342dd34f060f18406bd7eb753edc5ecbb35c7"
integrity sha512-dbcnKV5QfYkdyxVXuvRb/435MB/vP+OPqC3h4o3wb/39cL0EU7duANoMzjHxfI0K4kQCsM9iIbeNGFOAOaEBDA==
dependencies:
optional "0.1.4"
tslib "1.11.1"
Expand Down

0 comments on commit 3daf8d2

Please sign in to comment.