From 4a4ea84c22145e7ae5d3eece3d8cf1afd7cec6d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 12:27:26 +0100 Subject: [PATCH] Bump got from 11.2.0 to 11.3.0 (#4825) Bumps [got](https://github.com/sindresorhus/got) from 11.2.0 to 11.3.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.2.0...v11.3.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 81eb5d25fd..09ead25b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3789,9 +3789,9 @@ } }, "got": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/got/-/got-11.2.0.tgz", - "integrity": "sha512-68pBow9XXXSdVRV5wSx0kWMCZsag4xE3Ru0URVe0PWsSYmU4SJrUmEO6EVYFlFHc9rq/6Yqn6o1GxIb9torQxg==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/got/-/got-11.3.0.tgz", + "integrity": "sha512-yi/kiZY2tNMtt5IfbfX8UL3hAZWb2gZruxYZ72AY28pU5p0TZjZdl0uRsuaFbnC0JopdUi3I+Mh1F3dPQ9Dh0Q==", "dev": true, "requires": { "@sindresorhus/is": "^2.1.1", diff --git a/package.json b/package.json index b15d8f3a1d..026eab1072 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "del": "^5.1.0", "eslint": "^7.1.0", "eslint-config-stylelint": "^12.0.0", - "got": "^11.2.0", + "got": "^11.3.0", "husky": "^4.2.5", "jest": "^26.0.1", "jest-circus": "^26.0.1",