diff --git a/package-lock.json b/package-lock.json index 7b958d6..b320863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -624,9 +624,9 @@ "dev": true }, "agentkeepalive": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.2.tgz", - "integrity": "sha512-waNHE7tQBBn+2qXucI8HY0o2Y0OBPWldWOWsZwY71JcCm4SvrPnWdceFfB5NIXSqE8Ewq6VR/Qt5b1i69P6KCQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.3.tgz", + "integrity": "sha512-wn8fw19xKZwdGPO47jivonaHRTd+nGOMP1z11sgGeQzDy2xd5FG0R67dIMcKHDE2cJ5y+YXV30XVGUBPRSY7Hg==", "requires": { "debug": "^4.1.0", "depd": "^1.1.2", diff --git a/package.json b/package.json index cddc9f3..9051175 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@kubernetes/client-node": "^0.12.0", "@razee/kubernetes-util": "^0.1.3", "JSONStream": "^1.3.5", - "agentkeepalive": "^4.1.2", + "agentkeepalive": "^4.1.3", "bunyan": "^1.8.12", "fs-extra": "^9.0.0", "object-hash": "^2.0.3",