Skip to content

Commit 14dffa7

Browse files
Update dependency fake-indexeddb to v6
1 parent ab89242 commit 14dffa7

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
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: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,12 +2276,7 @@
22762276
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
22772277
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
22782278

2279-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.40.0":
2280-
version "8.40.0"
2281-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
2282-
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
2283-
2284-
"@typescript-eslint/types@^8.38.0":
2279+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.38.0", "@typescript-eslint/types@^8.40.0":
22852280
version "8.40.0"
22862281
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
22872282
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
@@ -3856,10 +3851,10 @@ expect@^29.0.0, expect@^29.7.0:
38563851
jest-message-util "^29.7.0"
38573852
jest-util "^29.7.0"
38583853

3859-
fake-indexeddb@^5.0.2:
3860-
version "5.0.2"
3861-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-5.0.2.tgz#8e0b6c75c6dc6639cbb50c1aa948772147d7c93e"
3862-
integrity sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==
3854+
fake-indexeddb@^6.0.0:
3855+
version "6.2.2"
3856+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-6.2.2.tgz#6e2448cf9e0fcd2f752bf024ba84b1ce47517d90"
3857+
integrity sha512-SGbf7fzjeHz3+12NO1dYigcYn4ivviaeULV5yY5rdGihBvvgwMds4r4UBbNIUMwkze57KTDm32rq3j1Az8mzEw==
38633858

38643859
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
38653860
version "3.1.3"

0 commit comments

Comments
 (0)