From 159f0a3ea6c2c6b4d2a9f72c7b6d0ac62fcbd35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:03:04 +0000 Subject: [PATCH] Bump got from 14.6.0 to 14.6.1 Bumps [got](https://github.com/sindresorhus/got) from 14.6.0 to 14.6.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.6.0...v14.6.1) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.1 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 66b67c7c..5e85addb 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "end-of-stream": "1.4.5", "fancy-log": "2.0.0", "glob": "^11.0.3", - "got": "14.6.0", + "got": "14.6.1", "gulp": "^5.0.1", "gulp-cli": "3.1.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index d2a019d6..fc0d5505 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3029,10 +3029,10 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -got@14.6.0: - version "14.6.0" - resolved "https://registry.yarnpkg.com/got/-/got-14.6.0.tgz#d6a7ec7324f8a1ee841dcc6075796c16c29296f2" - integrity sha512-K30JHMsHcwhy+JYet3IxRFw+L9rb77y5LE3OkoAD4qzMR9/g30bWYBfkHYVJL2BBPgfU4lJsRwhy4HUkLPQc3g== +got@14.6.1: + version "14.6.1" + resolved "https://registry.yarnpkg.com/got/-/got-14.6.1.tgz#8a67242ab03fc9d2898d8a07c8ffb02ec423b8f6" + integrity sha512-56lZOw904LHKr6KdKN0Zbgz9Lw6cpEAAqZcS+0iY4D27caHoLiFT0EGCbrX9ZKYvt+I2lGl3a8eeDNSbmhyjkQ== dependencies: "@sindresorhus/is" "^7.0.1" "@szmarczak/http-timer" "^5.0.1"