diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-26 21:44:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 21:44:46 -0400 |
commit | dbd4371795e81b5f6b92caf080becff36283f80f (patch) | |
tree | e003eac754e78c26f587a91bbeb368b991a1e66a /package.json | |
parent | 52aa92208c74d919252cc48f3d6eae519035de9d (diff) |
Update packages (#1714)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index 55bc3ee3..e881d0be 100644 --- a/package.json +++ b/package.json @@ -36,15 +36,15 @@ }, "devDependencies": { "browserify": "^17.0.0", - "eslint": "^7.22.0", + "eslint": "^7.27.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-no-unsanitized": "^3.1.4", + "eslint-plugin-no-unsanitized": "^3.1.5", "fake-indexeddb": "^3.1.2", - "html-validate": "^4.7.0", - "jsdom": "^16.5.1", + "html-validate": "^4.12.0", + "jsdom": "^16.6.0", "parse5": "^6.0.1", - "stylelint": "^13.12.0", + "stylelint": "^13.13.1", "stylelint-config-recommended": "^4.0.0", - "web-ext": "^6.0.0" + "web-ext": "^6.1.0" } } |