From b4fa8f9028fccd9b8f5c50f25f4e6066922ea626 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 10:43:31 +1100 Subject: [PATCH] Bump got from 10.6.0 to 10.7.0 (#4671) Bumps [got](https://github.com/sindresorhus/got) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v10.6.0...v10.7.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f74ee19c8..5a6d38f68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1339,11 +1339,12 @@ } }, "cacheable-lookup": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.0.tgz", - "integrity": "sha512-s2piO6LvA7xnL1AR03wuEdSx3BZT3tIJpZ56/lcJwzO/6DTJZlTs7X3lrvPxk6d1PlDe6PrVe2TjlUIZNFglAQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.1.tgz", + "integrity": "sha512-EMMbsiOTcdngM/K6gV/OxF2x0t07+vMOWxZNSCRQMjO2MY2nhZQ6OYhOOpyQrbhqsgtvKGI7hcq6xjnA92USjg==", "dev": true, "requires": { + "@types/keyv": "^3.1.1", "keyv": "^4.0.0" } }, @@ -3050,9 +3051,9 @@ } }, "got": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-10.6.0.tgz", - "integrity": "sha512-3LIdJNTdCFbbJc+h/EH0V5lpNpbJ6Bfwykk21lcQvQsEcrzdi/ltCyQehFHLzJ/ka0UMH4Slg0hkYvAZN9qUDg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/got/-/got-10.7.0.tgz", + "integrity": "sha512-aWTDeNw9g+XqEZNcTjMMZSy7B7yE9toWOFYip7ofFTLleJhvZwUxxTxkTpKvF+p1SAA4VHmuEy7PiHTHyq8tJg==", "dev": true, "requires": { "@sindresorhus/is": "^2.0.0", diff --git a/package.json b/package.json index 65e7fc1741..4bcae52e69 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "del": "^5.1.0", "eslint": "^6.8.0", "eslint-config-stylelint": "^11.1.0", - "got": "^10.6.0", + "got": "^10.7.0", "husky": "^4.2.3", "jest": "^25.2.4", "jest-watch-typeahead": "^0.4.2",