From 072c6fa689b8a5be16c79a30e87c38df03e60970 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 May 2020 00:09:42 -0500 Subject: [PATCH] Build(deps-dev): bump got from 11.0.3 to 11.1.0 (#5020) Bumps [got](https://github.com/sindresorhus/got) from 11.0.3 to 11.1.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.0.3...v11.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe61609adf..62f99774bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16537,9 +16537,9 @@ } }, "got": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.0.3.tgz", - "integrity": "sha512-VmU5xQ5tWIc2SudsZQ6ewOwPxXxJ4pMS3SJoqP5SK8oBKxnZ3OgAhLZcPMDYeOW0RKIL6HF/vHtibWDLSa3rvw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/got/-/got-11.1.0.tgz", + "integrity": "sha512-9lZDzFe43s6HH60tSurUk04kEtssfLiIfMiY5lSE0+vVaDCmT7+0xYzzlHY5VArSiz41mQQC38LefW2KoE9erw==", "dev": true, "requires": { "@sindresorhus/is": "^2.1.0", diff --git a/package.json b/package.json index c88f31bfbe..dd3b1b8547 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "gatsby-plugin-remove-trailing-slashes": "^2.3.0", "gatsby-plugin-styled-components": "^3.1.21", "gatsby-plugin-typescript": "^2.4.0", - "got": "11.0.3", + "got": "11.1.0", "humanize-string": "^2.1.0", "husky": "^4.2.5", "icedfrisby": "3.0.0",