Skip to content

Commit

Permalink
chore(release): 1.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## nestjs-json-rpc [1.1.8](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.8) (2020-07-14)

### Bug Fixes

* **package:** up deps, fix vulnerable deps ([c47ec56](c47ec56))

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.4
* **expressjs-json-rpc:** upgraded to 1.4.4
  • Loading branch information
qiwibot committed Jul 14, 2020
1 parent 7faf42d commit d1e9074
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## nestjs-json-rpc [1.1.8](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.8) (2020-07-14)


### Bug Fixes

* **package:** up deps, fix vulnerable deps ([c47ec56](https://github.com/qiwi/json-rpc/commit/c47ec56135c4c4649311a8169dec339ba46da780))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.4
* **expressjs-json-rpc:** upgraded to 1.4.4

## nestjs-json-rpc [1.1.7](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.7) (2020-07-07)


Expand Down
6 changes: 3 additions & 3 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-json-rpc",
"version": "1.1.7",
"version": "1.1.8",
"description": "Nestjs JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@nestjs/common": "^7.3.2",
"@nestjs/core": "^7.3.2",
"@qiwi/substrate": "^1.18.35",
"@qiwi/json-rpc-common": "1.1.3",
"expressjs-json-rpc": "1.4.3",
"@qiwi/json-rpc-common": "1.1.4",
"expressjs-json-rpc": "1.4.4",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
"jsonrpc-lite": "^2.1.0",
Expand Down

0 comments on commit d1e9074

Please sign in to comment.