summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-15 23:17:50 -0400
committerGitHub <noreply@github.com>2021-03-15 23:17:50 -0400
commit97ac9099e80697cbee7247fad1e92364fe32dbc3 (patch)
tree1308e7105143a78a627323977eae0d617311b81b /package.json
parentb923e333288ea2f3bd6497c6e576c0606211ef6c (diff)
Update packages (#1534)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 4ef284e8..55bc3ee3 100644
--- a/package.json
+++ b/package.json
@@ -35,16 +35,16 @@
"sourceDir": "ext"
},
"devDependencies": {
- "browserify": "^16.5.2",
- "eslint": "^7.15.0",
+ "browserify": "^17.0.0",
+ "eslint": "^7.22.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-unsanitized": "^3.1.4",
"fake-indexeddb": "^3.1.2",
- "html-validate": "^4.3.0",
- "jsdom": "^16.4.0",
+ "html-validate": "^4.7.0",
+ "jsdom": "^16.5.1",
"parse5": "^6.0.1",
- "stylelint": "^13.8.0",
- "stylelint-config-recommended": "^3.0.0",
- "web-ext": "^5.4.1"
+ "stylelint": "^13.12.0",
+ "stylelint-config-recommended": "^4.0.0",
+ "web-ext": "^6.0.0"
}
}