From 3588e2f76c2ef184243133c0d6c02fb06de4175c Mon Sep 17 00:00:00 2001 From: BaljeetSinghaw Date: Tue, 9 Jul 2024 14:09:24 +0800 Subject: [PATCH] build(deps): bump agentkeepalive from 4.1.4 to 4.2.0 (#733) Bumps [agentkeepalive](https://github.com/node-modules/agentkeepalive) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/node-modules/agentkeepalive/releases) - [Changelog](https://github.com/node-modules/agentkeepalive/blob/master/History.md) - [Commits](https://github.com/node-modules/agentkeepalive/compare/4.1.4...4.2.0) --- updated-dependencies: - dependency-name: agentkeepalive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc81c15..50be2d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1037,9 +1037,9 @@ } }, "agentkeepalive": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.1.4.tgz", - "integrity": "sha512-+V/rGa3EuU74H6wR04plBb7Ks10FbtUQgRj/FQOG7uUIEuaINI+AiqJR1k6t3SVNs7o7ZjIdus6706qqzVq8jQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.0.tgz", + "integrity": "sha512-0PhAp58jZNw13UJv7NVdTGb0ZcghHUb3DrZ046JiiJY/BOaTTpbwdHq2VObPCBV8M2GPh7sgrJ3AQ8Ey468LJw==", "requires": { "debug": "^4.1.0", "depd": "^1.1.2",