From c39df11f8aea2ca2490c99bf010aef0e98809891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:33:50 +0000 Subject: [PATCH] Bump got from 14.4.7 to 14.4.8 Bumps [got](https://github.com/sindresorhus/got) from 14.4.7 to 14.4.8. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.7...v14.4.8) --- updated-dependencies: - dependency-name: got dependency-version: 14.4.8 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 b7c02bd3..d0884f32 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.4.7", + "got": "14.4.8", "gulp": "^5.0.1", "gulp-cli": "3.1.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 119552b2..1bfaeb44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3016,10 +3016,10 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -got@14.4.7: - version "14.4.7" - resolved "https://registry.yarnpkg.com/got/-/got-14.4.7.tgz#f23644b9bc16d6f35fafdf410c18116614b922dd" - integrity sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g== +got@14.4.8: + version "14.4.8" + resolved "https://registry.yarnpkg.com/got/-/got-14.4.8.tgz#895ddbb9cc64f9ac678794610d39edd160964e94" + integrity sha512-vxwU4HuR0BIl+zcT1LYrgBjM+IJjNElOjCzs0aPgHorQyr/V6H6Y73Sn3r3FOlUffvWD+Q5jtRuGWaXkU8Jbhg== dependencies: "@sindresorhus/is" "^7.0.1" "@szmarczak/http-timer" "^5.0.1"