diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-10-15 13:31:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 13:31:37 -0400 |
commit | a370b46fae865951da09d5b7d5d5b1a70588d19c (patch) | |
tree | cd9e2dbb4b886e2c8ac6662a52827e8b4c8f4012 /package.json | |
parent | 3dd7c63c53a521ebe592a3ccc1e3a2ef63fc5b94 (diff) |
Dependency updates (#2253)
* Update dependencies
* Rebuild parse5
* Update version info
* Audit fix
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 180c408d..f8c13ad9 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,12 @@ "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-jsonc": "^2.4.0", "eslint-plugin-no-unsanitized": "^4.0.1", - "fake-indexeddb": "^3.1.7", + "fake-indexeddb": "^4.0.0", "html-validate": "^7.6.0", - "jsdom": "^19.0.0", - "parse5": "^7.0.0", + "jsdom": "^20.0.1", + "parse5": "^7.1.1", "stylelint": "^14.14.0", "stylelint-config-recommended": "^9.0.0", - "web-ext": "^6.8.0" + "web-ext": "^7.3.0" } } |