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 /package.json | |
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |