From 66535036d3a932a7765029e4e4ab120198590699 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 04:02:08 +0000 Subject: [PATCH] Bump eslint-plugin-react-native from 3.2.1 to 3.8.1 Bumps [eslint-plugin-react-native](https://github.com/intellicode/eslint-plugin-react-native) from 3.2.1 to 3.8.1. - [Release notes](https://github.com/intellicode/eslint-plugin-react-native/releases) - [Commits](https://github.com/intellicode/eslint-plugin-react-native/compare/eslint-plugin-react-native-3.2.1...v3.8.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- yarn.lock | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f0d1a5..31eb413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "apptentive-react-native", - "version": "5.0.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -626,12 +626,12 @@ } }, "eslint-plugin-react-native": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.2.1.tgz", - "integrity": "sha512-1AnJO3JUCAoLpyOEsWCwN9hPJ0aQ72OT+JvLMuHjEWYb6QWxiNOszp24CEwegMzbREtJKI9OoRqYYDYxMxmjgQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.8.1.tgz", + "integrity": "sha512-6Z4s4nvgFRdda/1s1+uu4a6EMZwEjjJ9Bk/1yBImv0fd9U2CsGu2cUakAtV83cZKhizbWhSouXoaK4JtlScdFg==", "dev": true, "requires": { - "eslint-plugin-react-native-globals": "0.1.2" + "eslint-plugin-react-native-globals": "^0.1.1" } }, "eslint-plugin-react-native-globals": { diff --git a/yarn.lock b/yarn.lock index 19e6601..677c874 100644 --- a/yarn.lock +++ b/yarn.lock @@ -371,8 +371,8 @@ eslint-plugin-react-native-globals@^0.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" eslint-plugin-react-native@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.2.1.tgz#04fcadd3285b7cd2f27146e640c941b00acc4e7e" + version "3.8.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.8.1.tgz#92811e37191ecb0d29c0f0a0c9e5c943ee573821" dependencies: eslint-plugin-react-native-globals "^0.1.1"