Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 15, 2020
1 parent 6289e59 commit 6cb96b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/nest-modules/mailer#readme",
"dependencies": {
"@nestjs/common": "7.0.1",
"@nestjs/core": "7.0.1",
"@nestjs/common": "7.0.2",
"@nestjs/core": "7.0.2",
"css-inliner": "1.1.4",
"glob": "7.1.6",
"handlebars": "4.7.3",
Expand All @@ -44,7 +44,7 @@
"rxjs": "6.5.4"
},
"devDependencies": {
"@nestjs/testing": "7.0.1",
"@nestjs/testing": "7.0.2",
"@types/glob": "7.1.1",
"@types/jest": "25.1.4",
"@types/lodash": "4.14.149",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,20 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@nestjs/common@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.1.tgz#5d897c2a6949dbb5118b0e751a83ef61e3ff1040"
integrity sha512-1VcJpRsr3w+sPlOumFpwonxtZ6ywnU6ifYvDHzh2Kx9TlKoJzbAdEa1Xa0djQTN9QMxk7mmk1QEc+x1SaHjYmg==
"@nestjs/common@7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.2.tgz#7f065551a9156d0491aee4d135540e974b8c638e"
integrity sha512-56xGNjbSBPtdPNJB6sNicvKK/3Wuy7GVLAVTult3ygaqdAe6RTb2B6lYxGfI4SQ4A1IOC0zvhDvZYg37czrbwA==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/core@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.1.tgz#39b295c56d92377c5254b1b2dd62ec348dcdaca1"
integrity sha512-ATk6b087SV3338hpU/2HsxqOSDbcyJcru6JjZ6n47AShc3nycG77Kvqa5ieAZ+/pyCg6wk73pDJRYA6lo+mxtw==
"@nestjs/core@7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.2.tgz#aee9808d9fd513f3a83e9661959f039fdc06670f"
integrity sha512-8dg6CUciyD0DJCihFz61uoDfYT8HGWXP5Gwr2G4s30N21Iho/XU/9yAXsrgQpyt0PYKk7UBufcCH5cc6yLo1IA==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -366,10 +366,10 @@
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/testing@7.0.1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.1.tgz#07832d45f42636821232d693750dc400e304b046"
integrity sha512-I0an8kHUtDiaUmuA3aeMutz8g9b2Nhm8t5YYKIEPszRaLTU6CMhvR850RLX5gd9cb+RcforA6LjGtyeYPh7xgw==
"@nestjs/testing@7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.2.tgz#f4b88248498642366ff8dced5645e787e92bd046"
integrity sha512-4z7qnL7ZKMICQbCI4LBk2uVXGfwMGxqs4yJuIi4zq4evsMGNBvuKDM7XRoeSPezfUMxjyVCEaPlrH2VRSLlvGg==
dependencies:
optional "0.1.4"
tslib "1.11.1"
Expand Down

0 comments on commit 6cb96b8

Please sign in to comment.