From d27c046262822e826322f549072bb7def53a69a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 09:26:25 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.2.0 to 5.7.2. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v5.2.0...v5.7.2) Signed-off-by: dependabot[bot] --- .../SamplesDashboard/ClientApp/package-lock.json | 6 +++--- SamplesDashboard/SamplesDashboard/ClientApp/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json b/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json index de222593..52700d93 100644 --- a/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json +++ b/SamplesDashboard/SamplesDashboard/ClientApp/package-lock.json @@ -6791,9 +6791,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz", - "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz", + "integrity": "sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==", "requires": { "lodash": "^4.17.15", "string-natural-compare": "^3.0.1" diff --git a/SamplesDashboard/SamplesDashboard/ClientApp/package.json b/SamplesDashboard/SamplesDashboard/ClientApp/package.json index c90d5667..d98f712c 100644 --- a/SamplesDashboard/SamplesDashboard/ClientApp/package.json +++ b/SamplesDashboard/SamplesDashboard/ClientApp/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "4.14.2", "cross-env": "5.2.0", "eslint": "7.26.0", - "eslint-plugin-flowtype": "5.2.0", + "eslint-plugin-flowtype": "5.7.2", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.23.2"