Skip to content

Commit d6d86bf

Browse files
committed
chore(deps): update dependency eslint-plugin-flowtype to v8
1 parent fe7d2f1 commit d6d86bf

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-formatter-pretty": "4.1.0",
8282
"eslint-import-resolver-typescript": "2.5.0",
8383
"eslint-plugin-babel": "5.3.1",
84-
"eslint-plugin-flowtype": "5.10.0",
84+
"eslint-plugin-flowtype": "8.0.3",
8585
"eslint-plugin-import": "2.25.3",
8686
"eslint-plugin-jest": "23.20.0",
8787
"eslint-plugin-jsx-a11y": "6.5.1",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,13 +1473,6 @@
14731473
node-fetch "^2.6.1"
14741474
querystring "^0.2.1"
14751475

1476-
"@commercetools/sdk-middleware-auth@^5.1.6":
1477-
version "5.1.7"
1478-
resolved "https://registry.yarnpkg.com/@commercetools/sdk-middleware-auth/-/sdk-middleware-auth-5.1.7.tgz#3035d51597e34ac4e2aad60b72036b361738506f"
1479-
integrity sha512-lSuGWmyVtS1XRnu/R8KaUJDvF/k0OIM2lRmvCL0ih0SdRy6ztaMiEXDTKkvqS1F/mfsNjDVQRhXB6yT4OjYF7w==
1480-
dependencies:
1481-
node-fetch "^2.3.0"
1482-
14831476
"@commitlint/cli@12.1.4":
14841477
version "12.1.4"
14851478
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.4.tgz#af4d9dd3c0122c7b39a61fa1cd2abbad0422dbe0"
@@ -6282,12 +6275,12 @@ eslint-plugin-babel@5.3.1:
62826275
dependencies:
62836276
eslint-rule-composer "^0.3.0"
62846277

6285-
eslint-plugin-flowtype@5.10.0:
6286-
version "5.10.0"
6287-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
6288-
integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==
6278+
eslint-plugin-flowtype@8.0.3:
6279+
version "8.0.3"
6280+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
6281+
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
62896282
dependencies:
6290-
lodash "^4.17.15"
6283+
lodash "^4.17.21"
62916284
string-natural-compare "^3.0.1"
62926285

62936286
eslint-plugin-import@2.25.3:
@@ -10777,7 +10770,7 @@ node-fetch-npm@^2.0.2:
1077710770
json-parse-better-errors "^1.0.0"
1077810771
safe-buffer "^5.1.1"
1077910772

10780-
node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1:
10773+
node-fetch@^2.5.0, node-fetch@^2.6.1:
1078110774
version "2.6.1"
1078210775
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1078310776
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

0 commit comments

Comments
 (0)