diff --git a/package-lock.json b/package-lock.json index a9aef4e..0381c3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2", "@sentry/browser": "6.5.1", - "apollo3-cache-persist": "0.9.1", + "apollo3-cache-persist": "^0.10.0", "aws-amplify": "4.0.3", "aws-amplify-react": "5.0.1", "aws-appsync-auth-link": "3.0.4", @@ -11110,9 +11110,9 @@ } }, "node_modules/apollo3-cache-persist": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/apollo3-cache-persist/-/apollo3-cache-persist-0.9.1.tgz", - "integrity": "sha512-A6/SdCJmGLMLrL+mlsIijP3G+V7NvyG6likhkmTQBibU/+69UWxVs2qb7peYGOdiPT5QsxcaujDVCEgLzqC2OA==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/apollo3-cache-persist/-/apollo3-cache-persist-0.10.0.tgz", + "integrity": "sha512-3W558cKQ9OymUaLMD3Mv8FuUmIDu/GP6aJA+5iLH6fw5MxG4dwF09fFz8NBHn/qfa/zrxv8AtDzKehZUPm107A==", "peerDependencies": { "@apollo/client": "^3.2.5" } @@ -43397,9 +43397,9 @@ } }, "apollo3-cache-persist": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/apollo3-cache-persist/-/apollo3-cache-persist-0.9.1.tgz", - "integrity": "sha512-A6/SdCJmGLMLrL+mlsIijP3G+V7NvyG6likhkmTQBibU/+69UWxVs2qb7peYGOdiPT5QsxcaujDVCEgLzqC2OA==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/apollo3-cache-persist/-/apollo3-cache-persist-0.10.0.tgz", + "integrity": "sha512-3W558cKQ9OymUaLMD3Mv8FuUmIDu/GP6aJA+5iLH6fw5MxG4dwF09fFz8NBHn/qfa/zrxv8AtDzKehZUPm107A==", "requires": {} }, "appdirsjs": { diff --git a/package.json b/package.json index 56aaa5a..14424fe 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2", "@sentry/browser": "6.5.1", - "apollo3-cache-persist": "0.9.1", + "apollo3-cache-persist": "0.10.0", "aws-amplify": "4.0.3", "aws-amplify-react": "5.0.1", "aws-appsync-auth-link": "3.0.4",