From 8a3a0ff0b21e2303e40d473f5341a596f52ac2d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 17:06:10 +0000 Subject: [PATCH] chore(deps): update dependency @react-native-async-storage/async-storage to v1.18.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",