Skip to content

Commit

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

### Bug Fixes

* **package:** update deps, fix vuls ([158a85e](158a85e))
  • Loading branch information
qiwibot committed Aug 4, 2021
1 parent 9bf302a commit 8f7e506
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/expressjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## expressjs-json-rpc [1.4.5](https://github.com/qiwi/json-rpc/compare/[email protected]@1.4.5) (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
* **@qiwi/json-rpc-infra:** upgraded to 1.0.0

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


Expand Down
6 changes: 3 additions & 3 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.4",
"version": "1.4.5",
"description": "Express JSON RPC 2.0 Controller",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@qiwi/decorator-utils": "^3.2.7",
"@qiwi/mware": "^1.12.1",
"@qiwi/json-rpc-common": "1.1.4",
"@qiwi/json-rpc-common": "1.1.5",
"@qiwi/substrate": "^1.20.9",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.172",
Expand All @@ -49,7 +49,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@qiwi/json-rpc-infra": "*"
"@qiwi/json-rpc-infra": "1.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8f7e506

Please sign in to comment.