From b26035e8280ada5da708315ae213be0d8d6e9866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:01:58 +0000 Subject: [PATCH] Bump got from 14.6.1 to 14.6.2 Bumps [got](https://github.com/sindresorhus/got) from 14.6.1 to 14.6.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.6.1...v14.6.2) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c33d6d9..20e443d6 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "end-of-stream": "1.4.5", "fancy-log": "2.0.0", "glob": "^11.0.3", - "got": "14.6.1", + "got": "14.6.2", "gulp": "^5.0.1", "gulp-cli": "3.1.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 5ddaf3c0..5a5a553d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1256,6 +1256,11 @@ builtins@^5.0.0: dependencies: semver "^7.0.0" +byte-counter@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/byte-counter/-/byte-counter-0.1.0.tgz#c49760b5790e50e942a0d57a57b3fc0e94488dcc" + integrity sha512-jheRLVMeUKrDBjVw2O5+k4EvR4t9wtxHL+bo/LxfkxsVeuGMy3a5SEGgXdAFA4FSzTrU8rQXQIrsZ3oBq5a0pQ== + cacache@^16.1.0: version "16.1.3" resolved "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz" @@ -2969,13 +2974,14 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -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== +got@14.6.2: + version "14.6.2" + resolved "https://registry.yarnpkg.com/got/-/got-14.6.2.tgz#1b1deb4d9c3e1e4a4d8db85d3796c21f41173c32" + integrity sha512-bnhvxegqufyxHAmzwCZSscjGLVpw6/NzTXOk2tQVu/b9Q9FeMAgLabYulXEQRwP04UYltnkcZwvBq14fsdqvyw== dependencies: "@sindresorhus/is" "^7.0.1" "@szmarczak/http-timer" "^5.0.1" + byte-counter "^0.1.0" cacheable-lookup "^7.0.0" cacheable-request "^13.0.12" decompress-response "^10.0.0"