diff --git a/package-lock.json b/package-lock.json index 8e4857d..e645d79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "bulma": "^0.9.4", "bulma-prefers-dark": "^0.1.0-beta.1", "copy-to-clipboard": "^3.3.3", - "dexie": "^4.0.1-alpha.24", + "dexie": "^4.0.1-alpha.25", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", "flourite": "^1.2.4", @@ -1630,9 +1630,9 @@ } }, "node_modules/dexie": { - "version": "4.0.1-alpha.24", - "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-alpha.24.tgz", - "integrity": "sha512-SRXyixDRZvu+UROcEKKP32S6tLVRgZ4AAXAQdZw5HcpBtOlBGNVpAxLt5pr3plT54da0pJMeGfhc4AI+e0neeg==", + "version": "4.0.1-alpha.25", + "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-alpha.25.tgz", + "integrity": "sha512-udAExYYfJaC6IzVC+ygHdlWYoYxhwYHtiITkthGgSH7dh2FBk3qqDGkJ/Mn2lfxsmATcq9qJDUjyO7yWOo/ZPA==", "dev": true }, "node_modules/dir-glob": { diff --git a/package.json b/package.json index efa348b..a4dfe5d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bulma": "^0.9.4", "bulma-prefers-dark": "^0.1.0-beta.1", "copy-to-clipboard": "^3.3.3", - "dexie": "^4.0.1-alpha.24", + "dexie": "^4.0.1-alpha.25", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-plugin-svelte3": "^4.0.0", "flourite": "^1.2.4",