From 8b6e54993108ad8159fd04b5be752c52033fec0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:32:27 +0000 Subject: [PATCH] Bump got from 14.4.1 to 14.4.2 Bumps [got](https://github.com/sindresorhus/got) from 14.4.1 to 14.4.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.1...v14.4.2) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index ad4f5158..4e3c520b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-transformer-remark": "6.13.1", "gatsby-transformer-sharp": "5.13.1", "gatsby-transformer-yaml": "^5.13.1", - "got": "14.4.1", + "got": "14.4.2", "gry": "6.1.0", "natives": "1.1.6", "package.json": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 582432f1..724a5a09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2383,10 +2383,10 @@ resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.6.0.tgz#41dd6093d34652cddb5d5bdeee04eafc33826668" integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g== -"@sindresorhus/is@^6.3.1": - version "6.3.1" - resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-6.3.1.tgz#43bbe2a94de0d7a11b95b7fc8100fa0e4694bbe0" - integrity sha512-FX4MfcifwJyFOI2lPoX7PQxCqx8BG1HCho7WdiXwpEQx1Ycij0JxkfYtGK7yqNScrZGSlt6RE6sw8QYoH7eKnQ== +"@sindresorhus/is@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-7.0.0.tgz#af4d8061cd325782355e7716633e03f7758d4f17" + integrity sha512-WDTlVTyvFivSOuyvMeedzg2hdoBLZ3f1uNVuEida2Rl9BrfjrIRjWA/VZIrMRLvSwJYCAlCRA3usDt1THytxWQ== "@sindresorhus/slugify@^1.1.2": version "1.1.2" @@ -7603,18 +7603,17 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@14.4.1: - version "14.4.1" - resolved "https://registry.yarnpkg.com/got/-/got-14.4.1.tgz#23966728d8bc8606de3841ba6db9f81518d39a24" - integrity sha512-IvDJbJBUeexX74xNQuMIVgCRRuNOm5wuK+OC3Dc2pnSoh1AOmgc7JVj7WC+cJ4u0aPcO9KZ2frTXcqK4W/5qTQ== +got@14.4.2: + version "14.4.2" + resolved "https://registry.yarnpkg.com/got/-/got-14.4.2.tgz#988ed18d8deca3a3933915fbeff36065f8f58db7" + integrity sha512-+Te/qEZ6hr7i+f0FNgXx/6WQteSM/QqueGvxeYQQFm0GDfoxLVJ/oiwUKYMTeioColWUTdewZ06hmrBjw6F7tw== dependencies: - "@sindresorhus/is" "^6.3.1" + "@sindresorhus/is" "^7.0.0" "@szmarczak/http-timer" "^5.0.1" cacheable-lookup "^7.0.0" cacheable-request "^12.0.1" decompress-response "^6.0.0" form-data-encoder "^4.0.2" - get-stream "^8.0.1" http2-wrapper "^2.2.1" lowercase-keys "^3.0.0" p-cancelable "^4.0.1"