From 6abbeec30c964b39650b4b86ea46dd9e24ba5893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 19:41:57 +0000 Subject: [PATCH] chore(deps): bump got from 12.5.1 to 12.5.2 Bumps [got](https://github.com/sindresorhus/got) from 12.5.1 to 12.5.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.5.1...v12.5.2) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d47fb84f8d1d8..967f44906413f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "fast-xml-parser": "^4.0.11", "glob": "^8.0.3", "global-agent": "^3.0.0", - "got": "^12.5.1", + "got": "^12.5.2", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.2.3", @@ -16703,9 +16703,9 @@ } }, "node_modules/got": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz", - "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==", + "version": "12.5.2", + "resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz", + "integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==", "dependencies": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", @@ -42577,9 +42577,9 @@ } }, "got": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz", - "integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==", + "version": "12.5.2", + "resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz", + "integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==", "requires": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 8747213cf29d0..de4df4669f45e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "fast-xml-parser": "^4.0.11", "glob": "^8.0.3", "global-agent": "^3.0.0", - "got": "^12.5.1", + "got": "^12.5.2", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "ioredis": "5.2.3",