Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 17, 2020
1 parent 33923ea commit ae6eee9
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.2",
"@nestjs/core": "7.0.2",
"@nestjs/common": "7.0.3",
"@nestjs/core": "7.0.3",
"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.2",
"@nestjs/testing": "7.0.3",
"@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.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.2.tgz#7f065551a9156d0491aee4d135540e974b8c638e"
integrity sha512-56xGNjbSBPtdPNJB6sNicvKK/3Wuy7GVLAVTult3ygaqdAe6RTb2B6lYxGfI4SQ4A1IOC0zvhDvZYg37czrbwA==
"@nestjs/common@7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.3.tgz#89258b411b2f1a1704ba0289473f2ed8e32423db"
integrity sha512-ENfgocjBC8aWAvvjjCq/JFN94CIVX4FrXr12r66UEcw/GtCW/qAc/BVWGX//7MRtk95me82hBEQQx2kovL91bA==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
tslib "1.11.1"
uuid "7.0.2"

"@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==
"@nestjs/core@7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.3.tgz#4e2e653d640b9dff4d0574cb7147f12c1322bbd8"
integrity sha512-uIIcM+a2IoV2aqHHMtnDGOy81CMNNNm3xpJIFLjS74OqCGpE4skqiFIZRsB1cIeip1EtVh7IzU0xXo0JrIZEQA==
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.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.2.tgz#f4b88248498642366ff8dced5645e787e92bd046"
integrity sha512-4z7qnL7ZKMICQbCI4LBk2uVXGfwMGxqs4yJuIi4zq4evsMGNBvuKDM7XRoeSPezfUMxjyVCEaPlrH2VRSLlvGg==
"@nestjs/testing@7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.3.tgz#a53a8e56e59d6d5036ab427cd35db305abb0b9a4"
integrity sha512-2LTSigaiCO1AiZcJtdRlElCOhO3+AX4hWfgly46sDhJftx57E0AX3HHnrESwuMZAONYzp1QEXjEi5bpY24j2rw==
dependencies:
optional "0.1.4"
tslib "1.11.1"
Expand Down

0 comments on commit ae6eee9

Please sign in to comment.