From ea4b93e2db91f6cc219f6917136206220631ad3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 01:50:21 +0000 Subject: [PATCH] Bump got from 12.3.0 to 12.3.1 Bumps [got](https://github.com/sindresorhus/got) from 12.3.0 to 12.3.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1) --- 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 9fb82b9..d0ae2f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-retry": "^3.0.9", "@octokit/request-error": "^3.0.0", "ansi-styles": "^6.1.0", - "got": "^12.3.0", + "got": "^12.3.1", "nodemon": "^2.0.19", "yaml": "^2.1.1", "zod": "^3.17.10" @@ -3851,9 +3851,9 @@ } }, "node_modules/got": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz", - "integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", + "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", "dependencies": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", @@ -10140,9 +10140,9 @@ } }, "got": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz", - "integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==", + "version": "12.3.1", + "resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz", + "integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==", "requires": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 186e15a..82ac60c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@octokit/plugin-retry": "^3.0.9", "@octokit/request-error": "^3.0.0", "ansi-styles": "^6.1.0", - "got": "^12.3.0", + "got": "^12.3.1", "nodemon": "^2.0.19", "yaml": "^2.1.1", "zod": "^3.17.10"