Skip to content

Commit

Permalink
chore(release): 1.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.9](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.9) (2021-08-04)

### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](158a85e))
  • Loading branch information
qiwibot committed Aug 4, 2021
1 parent e58d33c commit 2f500f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## nestjs-json-rpc [1.1.9](https://github.com/qiwi/json-rpc/compare/[email protected]@1.1.9) (2021-08-04)


### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](https://github.com/qiwi/json-rpc/commit/158a85ed53d421211ce638d5c60f02b952db275e))





### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.5
* **expressjs-json-rpc:** upgraded to 1.4.5
* **@qiwi/json-rpc-infra:** upgraded to 1.0.0

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


Expand Down
8 changes: 4 additions & 4 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.8",
"version": "1.1.9",
"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": "^8.0.5",
"@nestjs/core": "^8.0.5",
"@qiwi/substrate": "^1.20.9",
"@qiwi/json-rpc-common": "1.1.4",
"expressjs-json-rpc": "1.4.4",
"@qiwi/json-rpc-common": "1.1.5",
"expressjs-json-rpc": "1.4.5",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.172",
"jsonrpc-lite": "^2.2.0",
Expand All @@ -50,7 +50,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@qiwi/json-rpc-infra": "*",
"@qiwi/json-rpc-infra": "1.0.0",
"@nestjs/platform-express": "^8.0.5",
"@nestjs/testing": "^8.0.5",
"@types/bluebird": "^3.5.36",
Expand Down

0 comments on commit 2f500f2

Please sign in to comment.