Bump idb from 7.1.1 to 8.0.0

Bumps [idb](https://github.com/jakearchibald/idb) from 7.1.1 to 8.0.0.
- [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jakearchibald/idb/compare/v7.1.1...v8.0.0)

---
updated-dependencies:
- dependency-name: idb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-04 13:04:46 +00:00 committed by github-actions[bot]
parent 8cb1a2cb25
commit 22018cff69
2 changed files with 32 additions and 8 deletions

38
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": {
"@fluentui/web-components": "^2.5.16",
"@vaadin/router": "^1.7.5",
"idb": "^7.1.1",
"idb": "^8.0.0",
"lit": "^3.1.0",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",
@ -4365,9 +4365,9 @@
}
},
"node_modules/idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/idb/-/idb-8.0.0.tgz",
"integrity": "sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw=="
},
"node_modules/ignore": {
"version": "5.2.4",
@ -6778,6 +6778,11 @@
"workbox-core": "7.0.0"
}
},
"node_modules/workbox-background-sync/node_modules/idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
},
"node_modules/workbox-broadcast-update": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.0.0.tgz",
@ -6855,6 +6860,11 @@
"workbox-core": "7.0.0"
}
},
"node_modules/workbox-expiration/node_modules/idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
},
"node_modules/workbox-google-analytics": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.0.0.tgz",
@ -10042,9 +10052,9 @@
}
},
"idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/idb/-/idb-8.0.0.tgz",
"integrity": "sha512-l//qvlAKGmQO31Qn7xdzagVPPaHTxXx199MhrAFuVBTPqydcPYBWjkrbv4Y0ktB+GmWOiwHl237UUOrLmQxLvw=="
},
"ignore": {
"version": "5.2.4",
@ -11727,6 +11737,13 @@
"requires": {
"idb": "^7.0.1",
"workbox-core": "7.0.0"
},
"dependencies": {
"idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
}
}
},
"workbox-broadcast-update": {
@ -11801,6 +11818,13 @@
"requires": {
"idb": "^7.0.1",
"workbox-core": "7.0.0"
},
"dependencies": {
"idb": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
"integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ=="
}
}
},
"workbox-google-analytics": {

View file

@ -20,7 +20,7 @@
"dependencies": {
"@fluentui/web-components": "^2.5.16",
"@vaadin/router": "^1.7.5",
"idb": "^7.1.1",
"idb": "^8.0.0",
"lit": "^3.1.0",
"workbox-build": "^7.0.0",
"workbox-core": "^7.0.0",