From 9f7a14b2f86645acb4f4417dd61d5d49014d2cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:16:28 +0100 Subject: [PATCH] chore(deps): bump got from 14.4.6 to 14.4.7 (#10995) Bumps [got](https://github.com/sindresorhus/got) from 14.4.6 to 14.4.7. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.6...v14.4.7) --- updated-dependencies: - dependency-name: got dependency-version: 14.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdae954329..017ad40269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fast-xml-parser": "^5.2.0", "glob": "^11.0.1", "global-agent": "^3.0.0", - "got": "^14.4.6", + "got": "^14.4.7", "graphql": "16.10.0", "graphql-tag": "^2.12.6", "joi": "17.13.3", @@ -15906,9 +15906,9 @@ } }, "node_modules/got": { - "version": "14.4.6", - "resolved": "https://registry.npmjs.org/got/-/got-14.4.6.tgz", - "integrity": "sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==", + "version": "14.4.7", + "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz", + "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==", "license": "MIT", "dependencies": { "@sindresorhus/is": "^7.0.1", diff --git a/package.json b/package.json index 2820f204ad..e9af6ba653 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "fast-xml-parser": "^5.2.0", "glob": "^11.0.1", "global-agent": "^3.0.0", - "got": "^14.4.6", + "got": "^14.4.7", "graphql": "16.10.0", "graphql-tag": "^2.12.6", "joi": "17.13.3",