diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:39:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:39:20 +0000 |
commit | f56a446209d58efdb73799c878706cff510d28a1 (patch) | |
tree | 02df76fbacc2f690d8cf08cda49ffc5ab98f0587 /package.json | |
parent | 3021555acecba70347cbd48ff790803f7f3e086f (diff) | |
parent | b26baab8fd614c5fcf78924ec3f0d4a248ecda45 (diff) |
Merge pull request #232 from themoeway/dependabot/npm_and_yarn/fake-indexeddb-4.0.2
Bump fake-indexeddb from 4.0.0 to 4.0.2
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", |