From 6cadd4c9669667e1ff1d721793ae7e3cd08b1d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:34:01 +0000 Subject: [PATCH] chore(deps): bump got from 14.3.0 to 14.4.1 Bumps [got](https://github.com/sindresorhus/got) from 14.3.0 to 14.4.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.3.0...v14.4.1) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7aaa185a2e982..41ba38b493f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fast-xml-parser": "^4.4.0", "glob": "^10.4.1", "global-agent": "^3.0.0", - "got": "^14.3.0", + "got": "^14.4.1", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "joi": "17.13.1", @@ -13952,9 +13952,9 @@ } }, "node_modules/got": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/got/-/got-14.3.0.tgz", - "integrity": "sha512-vZkrXdq5BtPWTXqvjXSpl6zky3zpHaOVfSug/RfFHu3YrtSsvYzopVMDqrh2do77WnGoCSSRCHW25zXOSAQ9zw==", + "version": "14.4.1", + "resolved": "https://registry.npmjs.org/got/-/got-14.4.1.tgz", + "integrity": "sha512-IvDJbJBUeexX74xNQuMIVgCRRuNOm5wuK+OC3Dc2pnSoh1AOmgc7JVj7WC+cJ4u0aPcO9KZ2frTXcqK4W/5qTQ==", "dependencies": { "@sindresorhus/is": "^6.3.1", "@szmarczak/http-timer": "^5.0.1", @@ -13966,7 +13966,8 @@ "http2-wrapper": "^2.2.1", "lowercase-keys": "^3.0.0", "p-cancelable": "^4.0.1", - "responselike": "^3.0.0" + "responselike": "^3.0.0", + "type-fest": "^4.19.0" }, "engines": { "node": ">=20" @@ -14029,6 +14030,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/got/node_modules/type-fest": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz", + "integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", diff --git a/package.json b/package.json index 429bf8c48c08c..30d06505599ea 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "fast-xml-parser": "^4.4.0", "glob": "^10.4.1", "global-agent": "^3.0.0", - "got": "^14.3.0", + "got": "^14.4.1", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "joi": "17.13.1",