Skip to content

Commit 0ab9d44

Browse files
Update dependency fake-indexeddb to v6
1 parent 169e8f8 commit 0ab9d44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"eslint-plugin-matrix-org": "^1.0.0",
103103
"eslint-plugin-tsdoc": "^0.3.0",
104104
"eslint-plugin-unicorn": "^55.0.0",
105-
"fake-indexeddb": "^5.0.2",
105+
"fake-indexeddb": "^6.0.0",
106106
"fetch-mock": "11.1.3",
107107
"fetch-mock-jest": "^1.5.1",
108108
"husky": "^9.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3291,10 +3291,10 @@ expect@^29.0.0, expect@^29.7.0:
32913291
jest-message-util "^29.7.0"
32923292
jest-util "^29.7.0"
32933293

3294-
fake-indexeddb@^5.0.2:
3295-
version "5.0.2"
3296-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-5.0.2.tgz#8e0b6c75c6dc6639cbb50c1aa948772147d7c93e"
3297-
integrity sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==
3294+
fake-indexeddb@^6.0.0:
3295+
version "6.0.0"
3296+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-6.0.0.tgz#3173d5ad141436dace95f8de6e9ecdc3d9787d5d"
3297+
integrity sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==
32983298

32993299
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
33003300
version "3.1.3"

0 commit comments

Comments
 (0)