Bump dexie from 4.0.1-alpha.20 to 4.0.1-alpha.22

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

---
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-06-19 09:03:49 +00:00 committed by GitHub
parent b3bb4ddcba
commit 49283f402e
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": "^0.9.4",
"bulma-prefers-dark": "^0.1.0-beta.1", "bulma-prefers-dark": "^0.1.0-beta.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dexie": "^4.0.1-alpha.20", "dexie": "^4.0.1-alpha.22",
"eslint-config-standard-with-typescript": "^35.0.0", "eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"flourite": "^1.2.3", "flourite": "^1.2.3",
@ -1603,9 +1603,9 @@
} }
}, },
"node_modules/dexie": { "node_modules/dexie": {
"version": "4.0.1-alpha.20", "version": "4.0.1-alpha.22",
"resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-alpha.20.tgz", "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.0.1-alpha.22.tgz",
"integrity": "sha512-q/nMsCQiTWTmnw11aseJLfAsGQ/9t05sjWltgw1/r2TbfnIkmfjdTt8ATSIwmtKXuSznEZ5czazvL5LO5rR+6w==", "integrity": "sha512-fCAlox70CSS4uSBxnP9PBisK1wx/hQBTZMEQM9VKnOcTFu9SfVVlNu2xZ7rLWSQDIJ4sZjzPhCDGQ2kQW3Lq3A==",
"dev": true "dev": true
}, },
"node_modules/dir-glob": { "node_modules/dir-glob": {

View File

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