From e1d1322197b3de145361127824f2ed810520d7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:10:25 +0000 Subject: [PATCH] Bump got from 14.4.3 to 14.4.4 Bumps [got](https://github.com/sindresorhus/got) from 14.4.3 to 14.4.4. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.3...v14.4.4) --- updated-dependencies: - dependency-name: got dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 51d2e992..4341434c 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "end-of-stream": "1.4.4", "fancy-log": "2.0.0", "glob": "^11.0.0", - "got": "14.4.3", + "got": "14.4.4", "gulp": "^5.0.0", "gulp-cli": "3.0.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index e1f00dc0..c303f778 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2993,10 +2993,10 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -got@14.4.3: - version "14.4.3" - resolved "https://registry.yarnpkg.com/got/-/got-14.4.3.tgz#ecef887ba2a0916cc8a44a5514fe8426a39e632f" - integrity sha512-iTC0Z87yxSijWTh/IpvGpwOhIQK7+GgWkYrMRoN/hB9qeRj9RPuLGODwevs0p5idUf7nrxCVa5IlOmK3b8z+KA== +got@14.4.4: + version "14.4.4" + resolved "https://registry.yarnpkg.com/got/-/got-14.4.4.tgz#de6ae81e09dea32f11295e7896fd9fd80a49dbcd" + integrity sha512-tqiF7eSgTBwQkxb1LxsEpva8TaMYVisbhplrFVmw9GQE3855Z+MH/mnsXLLOkDxR6hZJRFMj5VTAZ8lmTF8ZOA== dependencies: "@sindresorhus/is" "^7.0.1" "@szmarczak/http-timer" "^5.0.1"