Bump idb from 6.1.5 to 7.0.0

Bumps [idb](https://github.com/jakearchibald/idb) from 6.1.5 to 7.0.0.
- [Release notes](https://github.com/jakearchibald/idb/releases)
- [Changelog](https://github.com/jakearchibald/idb/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jakearchibald/idb/compare/v6.1.5...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2021-12-01 08:00:53 +00:00
committed by GitHub
parent 24919366b4
commit 7cb7976981
2 changed files with 36 additions and 8 deletions
+35 -7
View File
@@ -20,7 +20,7 @@
"commonmark": "^0.30.0",
"commonmark-react-renderer": "^4.3.5",
"fast-deep-equal": "^3.1.3",
"idb": "^6.1.5",
"idb": "^7.0.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-contextmenu": "^2.14.0",
@@ -5978,9 +5978,9 @@
}
},
"node_modules/idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.0.0.tgz",
"integrity": "sha512-jSx0WOY9Nj+QzP6wX5e7g64jqh8ExtDs/IAuOrOEZCD/h6+0HqyrKsDMfdJc0hqhSvh0LsrwqrkDn+EtjjzSRA=="
},
"node_modules/ieee754": {
"version": "1.2.1",
@@ -11405,6 +11405,12 @@
"workbox-core": "6.3.0"
}
},
"node_modules/workbox-background-sync/node_modules/idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==",
"dev": true
},
"node_modules/workbox-broadcast-update": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.3.0.tgz",
@@ -11524,6 +11530,12 @@
"workbox-core": "6.3.0"
}
},
"node_modules/workbox-expiration/node_modules/idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==",
"dev": true
},
"node_modules/workbox-google-analytics": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.3.0.tgz",
@@ -16351,9 +16363,9 @@
"requires": {}
},
"idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/idb/-/idb-7.0.0.tgz",
"integrity": "sha512-jSx0WOY9Nj+QzP6wX5e7g64jqh8ExtDs/IAuOrOEZCD/h6+0HqyrKsDMfdJc0hqhSvh0LsrwqrkDn+EtjjzSRA=="
},
"ieee754": {
"version": "1.2.1",
@@ -20532,6 +20544,14 @@
"requires": {
"idb": "^6.0.0",
"workbox-core": "6.3.0"
},
"dependencies": {
"idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==",
"dev": true
}
}
},
"workbox-broadcast-update": {
@@ -20642,6 +20662,14 @@
"requires": {
"idb": "^6.0.0",
"workbox-core": "6.3.0"
},
"dependencies": {
"idb": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
"integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==",
"dev": true
}
}
},
"workbox-google-analytics": {
+1 -1
View File
@@ -27,7 +27,7 @@
"commonmark": "^0.30.0",
"commonmark-react-renderer": "^4.3.5",
"fast-deep-equal": "^3.1.3",
"idb": "^6.1.5",
"idb": "^7.0.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-contextmenu": "^2.14.0",