From 64da4d07c20493c0f72399f01ca7289d38c7693e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:29:47 +0100 Subject: [PATCH] chore(deps): bump got from 14.4.2 to 14.4.3 (#10599) Bumps [got](https://github.com/sindresorhus/got) from 14.4.2 to 14.4.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.4.2...v14.4.3) --- updated-dependencies: - dependency-name: got 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 | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7921836b3c22c..2bb9eaca690a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fast-xml-parser": "^4.5.0", "glob": "^11.0.0", "global-agent": "^3.0.0", - "got": "^14.4.2", + "got": "^14.4.3", "graphql": "16.9.0", "graphql-tag": "^2.12.6", "joi": "17.13.3", @@ -5318,9 +5318,9 @@ "dev": true }, "node_modules/@sindresorhus/is": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.0.0.tgz", - "integrity": "sha512-WDTlVTyvFivSOuyvMeedzg2hdoBLZ3f1uNVuEida2Rl9BrfjrIRjWA/VZIrMRLvSwJYCAlCRA3usDt1THytxWQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.0.1.tgz", + "integrity": "sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==", "engines": { "node": ">=18" }, @@ -14177,11 +14177,11 @@ } }, "node_modules/got": { - "version": "14.4.2", - "resolved": "https://registry.npmjs.org/got/-/got-14.4.2.tgz", - "integrity": "sha512-+Te/qEZ6hr7i+f0FNgXx/6WQteSM/QqueGvxeYQQFm0GDfoxLVJ/oiwUKYMTeioColWUTdewZ06hmrBjw6F7tw==", + "version": "14.4.3", + "resolved": "https://registry.npmjs.org/got/-/got-14.4.3.tgz", + "integrity": "sha512-iTC0Z87yxSijWTh/IpvGpwOhIQK7+GgWkYrMRoN/hB9qeRj9RPuLGODwevs0p5idUf7nrxCVa5IlOmK3b8z+KA==", "dependencies": { - "@sindresorhus/is": "^7.0.0", + "@sindresorhus/is": "^7.0.1", "@szmarczak/http-timer": "^5.0.1", "cacheable-lookup": "^7.0.0", "cacheable-request": "^12.0.1", @@ -14191,7 +14191,7 @@ "lowercase-keys": "^3.0.0", "p-cancelable": "^4.0.1", "responselike": "^3.0.0", - "type-fest": "^4.19.0" + "type-fest": "^4.26.1" }, "engines": { "node": ">=20" @@ -14244,9 +14244,9 @@ } }, "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==", + "version": "4.26.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz", + "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", "engines": { "node": ">=16" }, diff --git a/package.json b/package.json index 9e2aac69ed1af..c88f762104a58 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "fast-xml-parser": "^4.5.0", "glob": "^11.0.0", "global-agent": "^3.0.0", - "got": "^14.4.2", + "got": "^14.4.3", "graphql": "16.9.0", "graphql-tag": "^2.12.6", "joi": "17.13.3",