diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-16 21:36:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 21:36:30 -0400 |
commit | 96f5a06c80b985a503a1e30e2cb6d346cb361aba (patch) | |
tree | abb0def1703c54d39e8826f12984eb506ef07b4f /package.json | |
parent | 9941d583a07dd0ec8c7740783ca8665f52331f3d (diff) |
Dependency update (#2141)
* Update dependencies
* Update JSZip to 3.9.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 3e8950c4..1bc7e388 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,14 @@ "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^8.12.0", + "eslint": "^8.15.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^3.1.7", - "html-validate": "^6.6.1", + "html-validate": "^7.1.0", "jsdom": "^19.0.0", "parse5": "^7.0.0", - "stylelint": "^14.6.1", + "stylelint": "^14.8.2", "stylelint-config-recommended": "^7.0.0", "web-ext": "^6.8.0" } |