From d6d86bfa92ca580739df43ea594ef2e9c1f630df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Mar 2022 10:59:23 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-flowtype to v8 --- package.json | 2 +- yarn.lock | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 1aa09b382..34768c5ae 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-formatter-pretty": "4.1.0", "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-babel": "5.3.1", - "eslint-plugin-flowtype": "5.10.0", + "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.25.3", "eslint-plugin-jest": "23.20.0", "eslint-plugin-jsx-a11y": "6.5.1", diff --git a/yarn.lock b/yarn.lock index b0057b9e2..493c2f58d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1473,13 +1473,6 @@ node-fetch "^2.6.1" querystring "^0.2.1" -"@commercetools/sdk-middleware-auth@^5.1.6": - version "5.1.7" - resolved "https://registry.yarnpkg.com/@commercetools/sdk-middleware-auth/-/sdk-middleware-auth-5.1.7.tgz#3035d51597e34ac4e2aad60b72036b361738506f" - integrity sha512-lSuGWmyVtS1XRnu/R8KaUJDvF/k0OIM2lRmvCL0ih0SdRy6ztaMiEXDTKkvqS1F/mfsNjDVQRhXB6yT4OjYF7w== - dependencies: - node-fetch "^2.3.0" - "@commitlint/cli@12.1.4": version "12.1.4" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.4.tgz#af4d9dd3c0122c7b39a61fa1cd2abbad0422dbe0" @@ -6282,12 +6275,12 @@ eslint-plugin-babel@5.3.1: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-flowtype@5.10.0: - version "5.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb" - integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw== +eslint-plugin-flowtype@8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912" + integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ== dependencies: - lodash "^4.17.15" + lodash "^4.17.21" string-natural-compare "^3.0.1" eslint-plugin-import@2.25.3: @@ -10777,7 +10770,7 @@ node-fetch-npm@^2.0.2: json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" -node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1: +node-fetch@^2.5.0, node-fetch@^2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==