diff --git a/packages/shared/package.json b/packages/shared/package.json index 215f8a48..81f99439 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -29,7 +29,7 @@ "@types/luxon": "^3.4.2", "@types/uuid": "^9.0.8", "@vue/tsconfig": "^0.5.1", - "fake-indexeddb": "^5.0.2", + "fake-indexeddb": "^6.0.0", "happy-dom": "^14.7.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32cde622..8e9e7d9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -342,8 +342,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 fake-indexeddb: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^6.0.0 + version: 6.0.0 happy-dom: specifier: ^14.7.1 version: 14.11.0 @@ -2734,8 +2734,8 @@ packages: strip-final-newline: 3.0.0 dev: true - /fake-indexeddb@5.0.2: - resolution: {integrity: sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==} + /fake-indexeddb@6.0.0: + resolution: {integrity: sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==} engines: {node: '>=18'} dev: true