From 505be1f903f138962364402f88b1dc00ca3b9468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:31:22 +0000 Subject: [PATCH] Bump got from 14.6.2 to 14.6.3 Bumps [got](https://github.com/sindresorhus/got) from 14.6.2 to 14.6.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.6.2...v14.6.3) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 5b0616e4..4f58471d 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.2", + "got": "14.6.3", "gulp": "^5.0.1", "gulp-cli": "3.1.0", "gulp-ejs": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 46950bae..2ec2dc62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -545,13 +545,6 @@ dependencies: defer-to-connect "^2.0.0" -"@szmarczak/http-timer@^5.0.1": - version "5.0.1" - resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz" - integrity sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw== - dependencies: - defer-to-connect "^2.0.1" - "@tootallnate/once@2": version "2.0.0" resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" @@ -2017,7 +2010,7 @@ defer-to-connect@^1.0.1: resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz" integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ== -defer-to-connect@^2.0.0, defer-to-connect@^2.0.1: +defer-to-connect@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz" integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== @@ -2974,13 +2967,12 @@ good-listener@^1.2.2: dependencies: delegate "^3.1.2" -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== +got@14.6.3: + version "14.6.3" + resolved "https://registry.yarnpkg.com/got/-/got-14.6.3.tgz#f50d61c77268d394b59b8e93364de6425190e812" + integrity sha512-u1nNamHo7oAkyTkMD7g0F0pIvW6vNAF9CCmtkh8ZQrlToKJZ5wEPQHFqt6RzaZC0rJMzH+rnjIElyTsIkT0wQw== 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"