diff --git a/materialious/package-lock.json b/materialious/package-lock.json index bedece87..172d24b5 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -31,7 +31,7 @@ "comlink": "^4.4.2", "cookie-signature": "^1.2.2", "dayjs": "^1.11.19", - "dexie": "^4.2.1", + "dexie": "^4.3.0", "fuse.js": "^7.0.0", "googlevideo": "^4.0.4", "he": "^1.2.0", @@ -7252,9 +7252,9 @@ "license": "MIT" }, "node_modules/dexie": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.2.1.tgz", - "integrity": "sha512-Ckej0NS6jxQ4Po3OrSQBFddayRhTCic2DoCAG5zacOfOVB9P2Q5Xc5uL/nVa7ZVs+HdMnvUPzLFCB/JwpB6Csg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.3.0.tgz", + "integrity": "sha512-5EeoQpJvMKHe6zWt/FSIIuRa3CWlZeIl6zKXt+Lz7BU6RoRRLgX9dZEynRfXrkLcldKYCBiz7xekTEylnie1Ug==", "license": "Apache-2.0" }, "node_modules/dezalgo": { diff --git a/materialious/package.json b/materialious/package.json index 2da90d29..d197cb42 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -67,7 +67,7 @@ "comlink": "^4.4.2", "cookie-signature": "^1.2.2", "dayjs": "^1.11.19", - "dexie": "^4.2.1", + "dexie": "^4.3.0", "fuse.js": "^7.0.0", "googlevideo": "^4.0.4", "he": "^1.2.0",