Bump dexie from 4.0.1-beta.1 to 4.0.1-beta.5

Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 4.0.1-beta.1 to 4.0.1-beta.5.
- [Release notes](https://github.com/dfahlander/Dexie.js/releases)
- [Commits](https://github.com/dfahlander/Dexie.js/compare/v4.0.1-beta.1...v4.0.1-beta.5)

---
updated-dependencies:
- dependency-name: dexie
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 08:35:00 +00:00 committed by GitHub
parent e2027a3d27
commit 651f8aa6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -22,7 +22,7 @@
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-beta.1",
"dexie": "^4.0.1-beta.5",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.4",
@ -1708,9 +1708,9 @@
}
},
"node_modules/dexie": {
"version": "4.0.1-beta.1",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-beta.1.tgz",
"integrity": "sha512-+IAkY8U09pavDFecWFOfTkwVN3NTmIsWZN2wh+RQ+9ya35Kr6AicQp+Tt1NDCM4UG2P/PDFBq/Mp4dt151LmuQ==",
"version": "4.0.1-beta.5",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-beta.5.tgz",
"integrity": "sha512-qXdyn2M9IwIbLh3+p3vY+o7ocYGTu0Cbc5xRVAaPsgQMukaIPBbrJin4VhKRUbOz0coHDo5VYvD4SEeFdGYDkA==",
"dev": true
},
"node_modules/dir-glob": {

View File

@ -28,7 +28,7 @@
"bulma": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-beta.1",
"dexie": "^4.0.1-beta.5",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.4",