diff --git a/package-lock.json b/package-lock.json index 6236fc9..8fab13d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -927,28 +927,11 @@ } } }, - "@feathersjs/adapter-commons": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-2.0.0.tgz", - "integrity": "sha512-Fyb2RpV3pZWscjeSQnuvSfksixipwsY0ObpHbz8k0bdfbjpqT59MWTzVcvYsIJzCCHfD0KcsloiZ6jhW5wL9sg==", - "requires": { - "@feathersjs/commons": "^4.0.0", - "@feathersjs/errors": "^3.3.6" - } - }, "@feathersjs/commons": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.0.0.tgz", "integrity": "sha512-hyCLse4RiNt7WLPQ0KSudjoVnwiRykhYzIZdtDon9i2usPaoYkFw/fEYZrkE5HVB+sUTwphZoZ1oOntRk1MShg==" }, - "@feathersjs/errors": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/@feathersjs/errors/-/errors-3.3.6.tgz", - "integrity": "sha512-VCohY/AQU13xYyZGl6rfdUgE+2bjaI76a4aEb6reIphHKgb4mnjYlg2PzS1/hcU1qUNi515kY9yQa5HsE7J1dQ==", - "requires": { - "debug": "^4.0.0" - } - }, "@feathersjs/feathers": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-3.3.1.tgz", @@ -3236,25 +3219,12 @@ "dev": true }, "feathers-localstorage": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/feathers-localstorage/-/feathers-localstorage-4.0.0.tgz", - "integrity": "sha512-5vnRDzv0+IM2ormFskJnGpiYnLEPWC5Urmh5zkjd4zGDkvOGL3+3p8m9ZsHvZCAOacpNLP6R1VCrikf5cxaGdg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/feathers-localstorage/-/feathers-localstorage-5.0.0.tgz", + "integrity": "sha512-OSYH7Sq+WRNfyuJQETKgv6MTWHbmBbZki3whiF4gXUrsTfxNo/PiZ7zC9iP22MwbK98D3zL2+L2rrJUhL8vexA==", "requires": { - "debug": "^4.1.0", - "feathers-memory": "^3.0.0" - }, - "dependencies": { - "feathers-memory": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/feathers-memory/-/feathers-memory-3.0.2.tgz", - "integrity": "sha512-GlSYSlIgN5BhvGaCi2AMaltteJvmCOoA5u9j1dIwnwWveF4586TLGsUKu1CASisva5DVczDlmIltq+GJpO6D7w==", - "requires": { - "@feathersjs/adapter-commons": "^2.0.0", - "@feathersjs/commons": "^4.0.0", - "@feathersjs/errors": "^3.3.6", - "sift": "^7.0.1" - } - } + "debug": "^4.1.1", + "feathers-memory": "^4.0.0" } }, "feathers-memory": { @@ -6855,11 +6825,6 @@ } } }, - "sift": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz", - "integrity": "sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==" - }, "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", diff --git a/package.json b/package.json index 48b9eb5..b0b188f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "blueimp-md5": "^2.10.0", "commander": "^2.19.0", "express": "^4.16.4", - "feathers-localstorage": "^4.0.0", + "feathers-localstorage": "^5.0.0", "feathers-memory": "^4.0.0", "lodash": "^4.17.11", "natural": "^0.6.3",