diff --git a/package-lock.json b/package-lock.json index 508cabe1f46f..7a935fc0f043 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,8 +50,6 @@ "htmlparser2": "^7.2.0", "idb-keyval": "^6.2.1", "jest-when": "^3.5.2", - "localforage": "^1.10.0", - "localforage-removeitems": "^1.4.0", "lodash": "4.17.21", "lottie-react-native": "^5.1.6", "mapbox-gl": "^2.15.0", @@ -36273,12 +36271,6 @@ "lie": "3.1.1" } }, - "node_modules/localforage-removeitems": { - "version": "1.4.0", - "dependencies": { - "localforage": ">=1.4.0" - } - }, "node_modules/locate-path": { "version": "6.0.0", "license": "MIT", @@ -75267,12 +75259,6 @@ "lie": "3.1.1" } }, - "localforage-removeitems": { - "version": "1.4.0", - "requires": { - "localforage": ">=1.4.0" - } - }, "locate-path": { "version": "6.0.0", "requires": { diff --git a/package.json b/package.json index 5152db741ec3..65961e99b716 100644 --- a/package.json +++ b/package.json @@ -90,8 +90,6 @@ "htmlparser2": "^7.2.0", "idb-keyval": "^6.2.1", "jest-when": "^3.5.2", - "localforage": "^1.10.0", - "localforage-removeitems": "^1.4.0", "lodash": "4.17.21", "lottie-react-native": "^5.1.6", "mapbox-gl": "^2.15.0",