From 3ae837f8a5c59ecc8844264d6677ba50751fed97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 08:03:40 +0000 Subject: [PATCH] Bump got from 11.8.3 to 11.8.5 Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:development ... 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 9104e6c..1d4dbdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@turf/simplify": "~6.5.0", "babel-plugin-transform-remove-console": "~6.9.4", "cpy-cli": "4.2.0", - "got": "11.8.3", + "got": "11.8.5", "netlify-plugin-ttl-cache": "~1.0.2", "parcel": "~2.8.0", "process": "^0.11.10" @@ -5383,9 +5383,9 @@ } }, "node_modules/got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "dev": true, "dependencies": { "@sindresorhus/is": "^4.0.0", @@ -11779,9 +11779,9 @@ } }, "got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "dev": true, "requires": { "@sindresorhus/is": "^4.0.0", diff --git a/package.json b/package.json index 2d76334..02ddecf 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@turf/simplify": "~6.5.0", "babel-plugin-transform-remove-console": "~6.9.4", "cpy-cli": "4.2.0", - "got": "11.8.3", + "got": "11.8.5", "netlify-plugin-ttl-cache": "~1.0.2", "parcel": "~2.8.0", "process": "^0.11.10"