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 3cad83c commit cfc22f7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@abyssparanoia/interface": "0.0.1",
"@nestjs/common": "7.0.1",
"@nestjs/common": "7.0.2",
"@nestjs/config": "0.4.0",
"@nestjs/core": "7.0.1",
"@nestjs/platform-express": "7.0.1",
"@nestjs/core": "7.0.2",
"@nestjs/platform-express": "7.0.2",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
"dotenv": "8.2.0",
Expand All @@ -33,7 +33,7 @@
"rxjs": "6.5.4"
},
"devDependencies": {
"@nestjs/testing": "7.0.1",
"@nestjs/testing": "7.0.2",
"@types/express": "4.17.3",
"@types/node": "13.9.1"
},
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3483,10 +3483,10 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@nestjs/[email protected].1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.1.tgz#5d897c2a6949dbb5118b0e751a83ef61e3ff1040"
integrity sha512-1VcJpRsr3w+sPlOumFpwonxtZ6ywnU6ifYvDHzh2Kx9TlKoJzbAdEa1Xa0djQTN9QMxk7mmk1QEc+x1SaHjYmg==
"@nestjs/[email protected].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"
Expand All @@ -3504,10 +3504,10 @@
lodash.set "4.3.2"
uuid "7.0.2"

"@nestjs/[email protected].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/[email protected].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 @@ -3517,21 +3517,21 @@
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/[email protected].1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.0.1.tgz#9bb774623dec2180b0c6d43915263cda7623de04"
integrity sha512-QB7gG8iubug+xRbVnCQviK0OlJ4HcS+6cl+hZFN6FlVQB6DJpHxF2eqJ+mJUgE7nnP5Bj/p00CHbb+A9NimUlw==
"@nestjs/[email protected].2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.0.2.tgz#396131676f658c6f19dd728680f7464b03fc623d"
integrity sha512-NfpB3s2UA/L/9xM8s1jVlBaUUVCTRYsTMtvD4mM3smg3Fnr9VjjmTD0lCflu3jMCmzMOlIxiVlydX0bn6ZUIQg==
dependencies:
body-parser "1.19.0"
cors "2.8.5"
express "4.17.1"
multer "1.4.2"
tslib "1.11.1"

"@nestjs/[email protected].1":
version "7.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.1.tgz#07832d45f42636821232d693750dc400e304b046"
integrity sha512-I0an8kHUtDiaUmuA3aeMutz8g9b2Nhm8t5YYKIEPszRaLTU6CMhvR850RLX5gd9cb+RcforA6LjGtyeYPh7xgw==
"@nestjs/[email protected].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 cfc22f7

Please sign in to comment.