diff --git a/test-projects/rn-purchasely-test/package-lock.json b/test-projects/rn-purchasely-test/package-lock.json index f3be08a..96b337f 100644 --- a/test-projects/rn-purchasely-test/package-lock.json +++ b/test-projects/rn-purchasely-test/package-lock.json @@ -8,11 +8,11 @@ "name": "rn-purchasely-test", "version": "1.0.0", "dependencies": { - "@purchasely/react-native-purchasely-android-player": "^5.6.1", - "@purchasely/react-native-purchasely-google": "^5.6.1", + "@purchasely/react-native-purchasely-android-player": "^5.6.2", + "@purchasely/react-native-purchasely-google": "^5.6.2", "react": "19.0.0", "react-native": "0.79.2", - "react-native-purchasely": "^5.6.1", + "react-native-purchasely": "^5.6.2", "react-native-safe-area-context": "^5.4.0" }, "devDependencies": { @@ -2628,9 +2628,9 @@ } }, "node_modules/@purchasely/react-native-purchasely-android-player": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@purchasely/react-native-purchasely-android-player/-/react-native-purchasely-android-player-5.6.1.tgz", - "integrity": "sha512-0dY3/uTGaAbiK8QPwQpirGtVksUAuPLxgV5thbZ1NbwtR9KNapl5YavpPH2kem+AoFdRMSEriJSq08psj0AZjg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@purchasely/react-native-purchasely-android-player/-/react-native-purchasely-android-player-5.6.2.tgz", + "integrity": "sha512-BJ2SOeSEwOqm5ne7Yj3YLz4uoXqgVr9LxxJl1FA57m6A/MyhiK/w6em7dgR/JXePcSWhmfQth/EucSklfU2/tQ==", "license": "MIT", "peerDependencies": { "react": "*", @@ -2638,9 +2638,9 @@ } }, "node_modules/@purchasely/react-native-purchasely-google": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@purchasely/react-native-purchasely-google/-/react-native-purchasely-google-5.6.1.tgz", - "integrity": "sha512-EiiWi0i9+Oy1iUU0pW6Frr3xToFYpyFrZJ62fJKNcPDCaXHwMPFD8xdJdQTIfAWfL55rnsKCtw0QFCIFFNWDPg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@purchasely/react-native-purchasely-google/-/react-native-purchasely-google-5.6.2.tgz", + "integrity": "sha512-r/YX6ITI1YWv08ns6R9m8mzFpAxbnr7mgrq6hZ9Z1iQWvCO4E/PuDfVWp9QinR/2ydRbD3avrjbua0cJMWNSSw==", "license": "MIT", "peerDependencies": { "react": "*", @@ -7686,9 +7686,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true, "license": "MIT" }, @@ -9285,9 +9285,9 @@ } }, "node_modules/react-native-purchasely": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/react-native-purchasely/-/react-native-purchasely-5.6.1.tgz", - "integrity": "sha512-ge8bZzD9ruyCyi2exBlO2mbEOZojGKwGS1mHlbp86kaIFwfT8DaFyNqizFP8wfOKukFWKrqMTY5n1wS+UDtoAg==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/react-native-purchasely/-/react-native-purchasely-5.6.2.tgz", + "integrity": "sha512-jdxw6N/hYiUi+FYobLDY8YBuEYa9roG6cHA+ZEbHsMtp/3aXO36vHAaVnLCUObagMb0n+/RCQzO8cwTlfDNdLw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/test-projects/rn-purchasely-test/package.json b/test-projects/rn-purchasely-test/package.json index 39e77f8..59a23ae 100644 --- a/test-projects/rn-purchasely-test/package.json +++ b/test-projects/rn-purchasely-test/package.json @@ -36,5 +36,8 @@ }, "engines": { "node": ">=18" + }, + "overrides": { + "lodash": ">=4.17.23" } } \ No newline at end of file