Skip to content

Commit 3cf6913

Browse files
Update dependency fake-indexeddb to v6
1 parent fd949fe commit 3cf6913

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint-plugin-n": "^14.0.0",
104104
"eslint-plugin-tsdoc": "^0.4.0",
105105
"eslint-plugin-unicorn": "^56.0.0",
106-
"fake-indexeddb": "^5.0.2",
106+
"fake-indexeddb": "^6.0.0",
107107
"fetch-mock": "11.1.5",
108108
"fetch-mock-jest": "^1.5.1",
109109
"husky": "^9.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3905,10 +3905,10 @@ expect@^29.0.0, expect@^29.7.0:
39053905
jest-message-util "^29.7.0"
39063906
jest-util "^29.7.0"
39073907

3908-
fake-indexeddb@^5.0.2:
3909-
version "5.0.2"
3910-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-5.0.2.tgz#8e0b6c75c6dc6639cbb50c1aa948772147d7c93e"
3911-
integrity sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==
3908+
fake-indexeddb@^6.0.0:
3909+
version "6.2.3"
3910+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-6.2.3.tgz#32a08a5a2befb62072f056c782739369d68b6c51"
3911+
integrity sha512-idzJXFtDIHNShFZ9ssS8IdsRgAP0t9zwWvSdCKsWK2dgh2xcXA6/2Oteaxar5GJqmwzZXCrKRO6F5IEiR4yJzw==
39123912

39133913
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
39143914
version "3.1.3"

0 commit comments

Comments
 (0)