From eb8d33df30e4da56ea7cc618d2f4f6a1ac00a19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:34:14 +0000 Subject: [PATCH] Bump got from 12.0.3 to 12.1.0 Bumps [got](https://github.com/sindresorhus/got) from 12.0.3 to 12.1.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.0.3...v12.1.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... 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 2b00e1e..574c1ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "convict": "^6.2.1", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", - "got": "^12.0.1", + "got": "^12.1.0", "hpagent": "^0.1.2", "joi": "^17.6.0", "purpleteam-logger": "^2.0.0", @@ -5035,9 +5035,9 @@ } }, "node_modules/got": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/got/-/got-12.0.3.tgz", - "integrity": "sha512-hmdcXi/S0gcAtDg4P8j/rM7+j3o1Aq6bXhjxkDhRY2ipe7PHpvx/14DgTY2czHOLaGeU8VRvRecidwfu9qdFug==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/got/-/got-12.1.0.tgz", + "integrity": "sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==", "dependencies": { "@sindresorhus/is": "^4.6.0", "@szmarczak/http-timer": "^5.0.1", @@ -13866,9 +13866,9 @@ } }, "got": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/got/-/got-12.0.3.tgz", - "integrity": "sha512-hmdcXi/S0gcAtDg4P8j/rM7+j3o1Aq6bXhjxkDhRY2ipe7PHpvx/14DgTY2czHOLaGeU8VRvRecidwfu9qdFug==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/got/-/got-12.1.0.tgz", + "integrity": "sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==", "requires": { "@sindresorhus/is": "^4.6.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 7d563a2..cc5e3b1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "convict": "^6.2.1", "convict-format-with-moment": "^6.2.0", "convict-format-with-validator": "^6.2.0", - "got": "^12.0.1", + "got": "^12.1.0", "hpagent": "^0.1.2", "joi": "^17.6.0", "purpleteam-logger": "^2.0.0",