From 76c534b5eccda73bb47e0f5a89a3b6fd94f3d2b5 Mon Sep 17 00:00:00 2001 From: BaljeetSinghaw Date: Tue, 27 Aug 2024 14:11:47 +0800 Subject: [PATCH] build(deps): bump agentkeepalive from 4.2.0 to 4.2.1 (#771) Bumps [agentkeepalive](https://github.com/node-modules/agentkeepalive) from 4.2.0 to 4.2.1. - [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.2.0...4.2.1) --- updated-dependencies: - dependency-name: agentkeepalive dependency-type: direct:production update-type: version-update:semver-patch ... 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 6a058f8..8d9eb2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1086,9 +1086,9 @@ } }, "agentkeepalive": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.0.tgz", - "integrity": "sha512-0PhAp58jZNw13UJv7NVdTGb0ZcghHUb3DrZ046JiiJY/BOaTTpbwdHq2VObPCBV8M2GPh7sgrJ3AQ8Ey468LJw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", + "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", "requires": { "debug": "^4.1.0", "depd": "^1.1.2",