Skip to content

Commit

Permalink
hotfix: align agentkeepalive version to the one used by io-ts-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
gunzip committed Apr 9, 2020
1 parent 734f527 commit 36e11c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@azure/storage-queue": "^12.0.0",
"@pagopa/io-spid-commons": "^4.1.0",
"agentkeepalive": "^4.1.0",
"agentkeepalive": "https://github.com/pagopa/agentkeepalive.git#v4.1.1",
"apicache": "^1.4.0",
"applicationinsights": "^1.4.2",
"azure-sb": "^0.10.6",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,18 +623,17 @@ agent-base@4, agent-base@^4.3.0:
dependencies:
es6-promisify "^5.0.0"

agentkeepalive@^4.1.0:
"agentkeepalive@https://github.com/pagopa/agentkeepalive#v4.1.1":
version "4.1.0"
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.1.0.tgz#a48e040ed16745dd29ce923675f60c9c90f39ee0"
integrity sha512-CW/n1wxF8RpEuuiq6Vbn9S8m0VSYDMnZESqaJ6F2cWN9fY8rei2qaxweIaRgq+ek8TqfoFIsUjaGNKGGEHElSg==
resolved "https://github.com/pagopa/agentkeepalive#91309bcab216dccbd08631e227a974afbfe807fb"
dependencies:
debug "^4.1.0"
depd "^1.1.2"
humanize-ms "^1.2.1"

"agentkeepalive@https://github.com/pagopa/agentkeepalive#v4.1.1":
"agentkeepalive@https://github.com/pagopa/agentkeepalive.git#v4.1.1":
version "4.1.0"
resolved "https://github.com/pagopa/agentkeepalive#91309bcab216dccbd08631e227a974afbfe807fb"
resolved "https://github.com/pagopa/agentkeepalive.git#91309bcab216dccbd08631e227a974afbfe807fb"
dependencies:
debug "^4.1.0"
depd "^1.1.2"
Expand Down

0 comments on commit 36e11c1

Please sign in to comment.