From 5280d5a579241fb2c91b79ade41130bcc8727c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:54:04 +0000 Subject: [PATCH] Bump got from 14.4.4 to 14.4.5 in the npm_and_yarn group Bumps the npm_and_yarn group with 1 update: [got](https://github.com/sindresorhus/got). Updates `got` from 14.4.4 to 14.4.5 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.4...v14.4.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production dependency-group: npm_and_yarn ... 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 7e69c53b..3c4f6ca8 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.4", + "got": "14.4.5", "gry": "6.1.0", "natives": "1.1.6", "package.json": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index aa7e40b6..739be186 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7596,10 +7596,10 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@14.4.4: - version "14.4.4" - resolved "https://registry.yarnpkg.com/got/-/got-14.4.4.tgz#de6ae81e09dea32f11295e7896fd9fd80a49dbcd" - integrity sha512-tqiF7eSgTBwQkxb1LxsEpva8TaMYVisbhplrFVmw9GQE3855Z+MH/mnsXLLOkDxR6hZJRFMj5VTAZ8lmTF8ZOA== +got@14.4.5: + version "14.4.5" + resolved "https://registry.yarnpkg.com/got/-/got-14.4.5.tgz#49a8b49a49a851d658b19e2d1b97e50ef8903f17" + integrity sha512-sq+uET8TnNKRNnjEOPJzMcxeI0irT8BBNmf+GtZcJpmhYsQM1DSKmCROUjPWKsXZ5HzwD5Cf5/RV+QD9BSTxJg== dependencies: "@sindresorhus/is" "^7.0.1" "@szmarczak/http-timer" "^5.0.1"