diff --git a/package-lock.json b/package-lock.json index c9d3d3cb..bc8638ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1646,9 +1646,9 @@ } }, "@react-native-async-storage/async-storage": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.18.0.tgz", - "integrity": "sha512-E1KYIXlJTm4NUw1bRPdYueRdp8e//7pLb2i8JY+YIYSOxFi0usycFDXkkGgPqvfn7nW6o2G2TZvXUYpBVHenWA==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.18.1.tgz", + "integrity": "sha512-70aFW8fVCKl+oA1AKPFDpE6s4t9pulj2QeLX+MabEmzfT3urd/3cckv45WJvtocdoIH/oXA3Y+YcCRJCcNa8mA==", "dev": true, "requires": { "merge-options": "^3.0.4" diff --git a/package.json b/package.json index 0fe7ef0c..87583aaa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/rocwind/create-fetcher#readme", "devDependencies": { - "@react-native-async-storage/async-storage": "1.18.0", + "@react-native-async-storage/async-storage": "1.18.1", "@types/jest": "29.5.0", "@types/lodash.debounce": "4.0.7", "@types/lodash.isequal": "4.5.6",