diff --git a/package-lock.json b/package-lock.json index b6b6ec99..1628d151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.1.1", "hasInstallScript": true, "dependencies": { - "@mendix/native": "6.0.3", + "@mendix/native": "6.0.5-nt", "@mendix/react-native-sqlite-storage": "^7.1.0", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-community/cameraroll": "4.0.1", @@ -1503,9 +1503,9 @@ } }, "node_modules/@mendix/native": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@mendix/native/-/native-6.0.3.tgz", - "integrity": "sha512-nWvULAtXORIXDPVnaLuKG9Xi+6bSEWCQ53Qk0AE8Kkf0Fgep3XGqO4DCZya7xlykWsNAzSP4tILU56ZTDlU0xg==" + "version": "6.0.5-nt", + "resolved": "https://registry.npmjs.org/@mendix/native/-/native-6.0.5-nt.tgz", + "integrity": "sha512-RkZtfO6Gs5J8hZqurSxEvRojZckIlUt1GumDVRu1aIR42BxC5Y7t/nmX+jOUNF3Tu2TizDwMZDiCebdvhK4sQw==" }, "node_modules/@mendix/native-mobile-toolkit": { "version": "1.0.127", diff --git a/package.json b/package.json index 2e09d50d..9c56bcf8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose" }, "dependencies": { - "@mendix/native": "6.0.3", + "@mendix/native": "6.0.5-nt", "@mendix/react-native-sqlite-storage": "^7.1.0", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-community/cameraroll": "4.0.1",