diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-28 03:13:29 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 03:13:29 +0000 | 
| commit | b26baab8fd614c5fcf78924ec3f0d4a248ecda45 (patch) | |
| tree | 7b9370a6e4f0dc8675ea56687629e97aa620e581 | |
| parent | 94ccff4c790ae8c2ef301bdb4e593f51436b3c8e (diff) | |
Bump fake-indexeddb from 4.0.0 to 4.0.2
Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 4.0.0 to 4.0.2.
- [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.2)
---
updated-dependencies:
- dependency-name: fake-indexeddb
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 | 
2 files changed, 8 insertions, 8 deletions
| diff --git a/package-lock.json b/package-lock.json index 232e2de5..eafab34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@                  "eslint-plugin-jsdoc": "^39.3.6",                  "eslint-plugin-jsonc": "^2.8.0",                  "eslint-plugin-no-unsanitized": "^4.0.1", -                "fake-indexeddb": "^4.0.0", +                "fake-indexeddb": "^4.0.2",                  "html-validate": "^7.6.0",                  "jsdom": "^22.1.0",                  "parse5": "^7.1.2", @@ -3283,9 +3283,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.2", +            "resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.2.tgz", +            "integrity": "sha512-SdTwEhnakbgazc7W3WUXOJfGmhH0YfG4d+dRPOFoYDRTL6U5t8tvrmkf2W/C3W1jk2ylV7Wrnj44RASqpX/lEw==",              "dev": true,              "dependencies": {                  "realistic-structured-clone": "^3.0.0" @@ -11761,9 +11761,9 @@              "dev": true          },          "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.2", +            "resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-4.0.2.tgz", +            "integrity": "sha512-SdTwEhnakbgazc7W3WUXOJfGmhH0YfG4d+dRPOFoYDRTL6U5t8tvrmkf2W/C3W1jk2ylV7Wrnj44RASqpX/lEw==",              "dev": true,              "requires": {                  "realistic-structured-clone": "^3.0.0" diff --git a/package.json b/package.json index b4028da7..bac3af9a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@          "eslint-plugin-jsdoc": "^39.3.6",          "eslint-plugin-jsonc": "^2.8.0",          "eslint-plugin-no-unsanitized": "^4.0.1", -        "fake-indexeddb": "^4.0.0", +        "fake-indexeddb": "^4.0.2",          "html-validate": "^7.6.0",          "jsdom": "^22.1.0",          "parse5": "^7.1.2", |