Skip to content

Commit

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

### Bug Fixes

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

### Dependencies

* **@qiwi/json-rpc-common:** upgraded to 1.1.4
  • Loading branch information
qiwibot committed Jul 14, 2020
1 parent c47ec56 commit f72c248
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/expressjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## expressjs-json-rpc [1.4.4](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.4) (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 [1.4.3](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.3) (2020-07-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/expressjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressjs-json-rpc",
"version": "1.4.3",
"version": "1.4.4",
"description": "Express JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@qiwi/decorator-utils": "^3.2.0",
"@qiwi/mware": "^1.10.0",
"@qiwi/json-rpc-common": "1.1.3",
"@qiwi/json-rpc-common": "1.1.4",
"@qiwi/substrate": "^1.18.35",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.157",
Expand Down

0 comments on commit f72c248

Please sign in to comment.