From 8eb739e0fd14699f8503d80be08e7d25638ff3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:12:16 +0000 Subject: [PATCH] chore(deps): bump got from 14.1.0 to 14.2.0 (#9962) Bumps [got](https://github.com/sindresorhus/got) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-minor ... 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 f9b4224f3e29c..aab2feaf6e20f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fast-xml-parser": "^4.3.4", "glob": "^10.3.10", "global-agent": "^3.0.0", - "got": "^14.1.0", + "got": "^14.2.0", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "joi": "17.12.1", @@ -13500,9 +13500,9 @@ } }, "node_modules/got": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/got/-/got-14.1.0.tgz", - "integrity": "sha512-jGmSBfxa7jOGg464azcsf/cUlJBZldU8edFpiVebIJrVBE4vqVx0t3Z2f1kz1WrcMvLgQREoC/l2ttDmSHwyRg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/got/-/got-14.2.0.tgz", + "integrity": "sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==", "dependencies": { "@sindresorhus/is": "^6.1.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 6ec7b09a56ecd..b4516500734f7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "fast-xml-parser": "^4.3.4", "glob": "^10.3.10", "global-agent": "^3.0.0", - "got": "^14.1.0", + "got": "^14.2.0", "graphql": "16.8.1", "graphql-tag": "^2.12.6", "joi": "17.12.1",