mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Bump fake-indexeddb from 4.0.0 to 4.0.1 in /web
Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases) - [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md) - [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: fake-indexeddb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5ad391977e
commit
a06bdf1d0f
14
web/package-lock.json
generated
14
web/package-lock.json
generated
@ -39,7 +39,7 @@
|
||||
"eslint-config-preact": "^1.3.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-vitest-globals": "^1.2.0",
|
||||
"fake-indexeddb": "^4.0.0",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"jsdom": "^20.0.3",
|
||||
"msw": "^0.49.0",
|
||||
"postcss": "^8.4.19",
|
||||
@ -4391,9 +4391,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fake-indexeddb": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.0.tgz",
|
||||
"integrity": "sha512-oCfWSJ/qvQn1XPZ8SHX6kY3zr1t+bN7faZ/lltGY0SBGhFOPXnWf0+pbO/MOAgfMx6khC2gK3S/bvAgQpuQHDQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.1.tgz",
|
||||
"integrity": "sha512-hFRyPmvEZILYgdcLBxVdHLik4Tj3gDTu/g7s9ZDOiU3sTNiGx+vEu1ri/AMsFJUZ/1sdRbAVrEcKndh3sViBcA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"realistic-structured-clone": "^3.0.0"
|
||||
@ -12245,9 +12245,9 @@
|
||||
}
|
||||
},
|
||||
"fake-indexeddb": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.0.tgz",
|
||||
"integrity": "sha512-oCfWSJ/qvQn1XPZ8SHX6kY3zr1t+bN7faZ/lltGY0SBGhFOPXnWf0+pbO/MOAgfMx6khC2gK3S/bvAgQpuQHDQ==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.1.tgz",
|
||||
"integrity": "sha512-hFRyPmvEZILYgdcLBxVdHLik4Tj3gDTu/g7s9ZDOiU3sTNiGx+vEu1ri/AMsFJUZ/1sdRbAVrEcKndh3sViBcA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"realistic-structured-clone": "^3.0.0"
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
"eslint-config-preact": "^1.3.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-vitest-globals": "^1.2.0",
|
||||
"fake-indexeddb": "^4.0.0",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"jsdom": "^20.0.3",
|
||||
"msw": "^0.49.0",
|
||||
"postcss": "^8.4.19",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user