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"