From e0e6779fb9822c97dd63b2640f4d01f3bed46d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 10:32:11 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 5.9.2 to 5.10.0 in /maker-frontend Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 5.9.2 to 5.10.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0) --- updated-dependencies: - dependency-name: eslint-plugin-flowtype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- maker-frontend/package.json | 2 +- maker-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/maker-frontend/package.json b/maker-frontend/package.json index 34206ca..62df4c9 100644 --- a/maker-frontend/package.json +++ b/maker-frontend/package.json @@ -28,7 +28,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-config-react-app": "^6.0.0", - "eslint-plugin-flowtype": "^5.9.2", + "eslint-plugin-flowtype": "^5.10.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-jsx-a11y": "^6.4.1", diff --git a/maker-frontend/yarn.lock b/maker-frontend/yarn.lock index 4e33f7a..2bdca7d 100644 --- a/maker-frontend/yarn.lock +++ b/maker-frontend/yarn.lock @@ -5743,10 +5743,10 @@ eslint-module-utils@^2.6.2: debug "^3.2.7" pkg-dir "^2.0.0" -eslint-plugin-flowtype@^5.2.0, eslint-plugin-flowtype@^5.9.2: - version "5.9.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.2.tgz#aac08cd26ee4da79cba0e40c3877bb4d96a74ebc" - integrity sha512-qxE/eo9DCN7800MIB/O1ToOiFuOPOlaMJWQY2BEm69oY7RCm3s2X1z4CdgtFvDDWf9RSSugZm1KRhdBMBueKbg== +eslint-plugin-flowtype@^5.10.0, eslint-plugin-flowtype@^5.2.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== dependencies: lodash "^4.17.15" string-natural-compare "^3.0.1"