diff --git a/Example/package-lock.json b/Example/package-lock.json index 6ccd875..534fcdb 100644 --- a/Example/package-lock.json +++ b/Example/package-lock.json @@ -14,7 +14,7 @@ "react": "18.3.1", "react-native": "0.76.3", "react-native-fast-image": "^8.6.3", - "react-native-image-modal": "^3.0.12", + "react-native-image-modal": "^3.0.13", "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^4.3.0" }, @@ -10537,9 +10537,9 @@ } }, "node_modules/react-native-image-modal": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/react-native-image-modal/-/react-native-image-modal-3.0.12.tgz", - "integrity": "sha512-StI8oatxRdxB8brOewNYiyUMxafqh+3cUtdNBr9cNGiF+Sq8rEaqpEx2wT7hHg8uOQxW6zHIr9EZ48N7MDDQsQ==", + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/react-native-image-modal/-/react-native-image-modal-3.0.13.tgz", + "integrity": "sha512-kezzhfKUSBZNM8jaQVII/3aOT34hrNVvQdCTtJcsx2EGE43UhoRY+GBg7rMQZCOvbPfvk4Zw58yh1JyY6QsE+Q==", "license": "MIT" }, "node_modules/react-native-safe-area-context": { diff --git a/Example/package.json b/Example/package.json index 2622965..062f186 100644 --- a/Example/package.json +++ b/Example/package.json @@ -16,7 +16,7 @@ "react": "18.3.1", "react-native": "0.76.3", "react-native-fast-image": "^8.6.3", - "react-native-image-modal": "^3.0.12", + "react-native-image-modal": "^3.0.13", "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^4.3.0" },