diff options
-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", |