Skip to content

Commit 8e9f3a7

Browse files
Update dependency fake-indexeddb to v6
1 parent a9cd567 commit 8e9f3a7

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
@@ -159,7 +159,7 @@
159159
"eslint-plugin-react": "^7.28.0",
160160
"eslint-plugin-react-hooks": "^4.3.0",
161161
"eslint-plugin-unicorn": "^53.0.0",
162-
"fake-indexeddb": "^5.0.0",
162+
"fake-indexeddb": "^6.0.0",
163163
"fetch-mock": "9.11.0",
164164
"fetch-mock-jest": "^1.5.1",
165165
"file-loader": "^6.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6326,10 +6326,10 @@ extend@^3.0.0:
63266326
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
63276327
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
63286328

6329-
fake-indexeddb@^5.0.0:
6330-
version "5.0.2"
6331-
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-5.0.2.tgz#8e0b6c75c6dc6639cbb50c1aa948772147d7c93e"
6332-
integrity sha512-cB507r5T3D55DfclY01GLkninZLfU7HXV/mhVRTnTRm5k2u+fY7Fof2dBkr80p5t7G7dlA/G5dI87QiMdPpMCQ==
6329+
fake-indexeddb@^6.0.0:
6330+
version "6.0.0"
6331+
resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-6.0.0.tgz#3173d5ad141436dace95f8de6e9ecdc3d9787d5d"
6332+
integrity sha512-YEboHE5VfopUclOck7LncgIqskAqnv4q0EWbYCaxKKjAvO93c+TJIaBuGy8CBFdbg9nKdpN3AuPRwVBJ4k7NrQ==
63336333

63346334
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
63356335
version "3.1.3"

0 commit comments

Comments
 (0)