Skip to content

Commit 042303f

Browse files
Update dependency fake-indexeddb to v6
1 parent 25a7c9e commit 042303f

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"eslint-plugin-matrix-org": "^1.0.0",
106106
"eslint-plugin-tsdoc": "^0.3.0",
107107
"eslint-plugin-unicorn": "^53.0.0",
108-
"fake-indexeddb": "^5.0.2",
108+
"fake-indexeddb": "^6.0.0",
109109
"fetch-mock": "9.11.0",
110110
"fetch-mock-jest": "^1.5.1",
111111
"husky": "^9.0.0",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -2217,12 +2217,7 @@
22172217
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
22182218
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
22192219

2220-
"@typescript-eslint/[email protected]":
2221-
version "7.13.1"
2222-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.1.tgz#787db283bd0b58751094c90d5b58bbf5e9fc9bd8"
2223-
integrity sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==
2224-
2225-
"@typescript-eslint/types@^7.2.0":
2220+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^7.2.0":
22262221
version "7.13.1"
22272222
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.1.tgz#787db283bd0b58751094c90d5b58bbf5e9fc9bd8"
22282223
integrity sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==
@@ -3605,10 +3600,10 @@ expect@^29.0.0, expect@^29.7.0:
36053600
jest-message-util "^29.7.0"
36063601
jest-util "^29.7.0"
36073602

3608-
fake-indexeddb@^5.0.2:
3609-
version "5.0.2"
3610-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-5.0.2.tgz#8e0b6c75c6dc6639cbb50c1aa948772147d7c93e"
3611-
integrity sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==
3603+
fake-indexeddb@^6.0.0:
3604+
version "6.0.0"
3605+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-6.0.0.tgz#3173d5ad141436dace95f8de6e9ecdc3d9787d5d"
3606+
integrity sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==
36123607

36133608
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
36143609
version "3.1.3"

0 commit comments

Comments
 (0)