From f528aa7d7af33e2a1ca56073afaecd683ab107c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:03:37 +0000 Subject: [PATCH] Bump got from 15.0.1 to 15.0.2 Bumps [got](https://github.com/sindresorhus/got) from 15.0.1 to 15.0.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v15.0.1...v15.0.2) --- updated-dependencies: - dependency-name: got dependency-version: 15.0.2 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 742a73dd..0ddb2409 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "end-of-stream": "1.4.5", "fancy-log": "2.0.0", "glob": "^13.0.6", - "got": "15.0.1", + "got": "15.0.2", "gulp": "^5.0.1", "gulp-cli": "3.1.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 570791cc..8e5c0fc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2471,10 +2471,10 @@ gopd@^1.0.1: resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1" integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg== -got@15.0.1: - version "15.0.1" - resolved "https://registry.yarnpkg.com/got/-/got-15.0.1.tgz#c7b76d3260a112fda8b5402fa7c7fb2b5477b069" - integrity sha512-InYCBboAj9YmFiMcxbIRQ/WPoLsKSc9t9EGaUjGENtxunnx8USWtRY/SO/V3VsHLfDvUxAO2Qmx+6fQyG1jjaw== +got@15.0.2: + version "15.0.2" + resolved "https://registry.yarnpkg.com/got/-/got-15.0.2.tgz#400039d5e3381dba46cff58b418aefd3f610f369" + integrity sha512-opPIdoQSTOGqX3h0d8QQoqCX0oF728V1PFxbPqquAFSeWPUOlPQ3Gi6IKIqGm6NMcDl+DWUwQb2RR+xvuEJOQQ== dependencies: "@sindresorhus/is" "^7.2.0" byte-counter "^0.1.0"