aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-06-24 19:59:52 -0400
committerGitHub <noreply@github.com>2021-06-24 19:59:52 -0400
commit4d5e85ff0905bdb4164508b5df30d897de8fbca0 (patch)
tree6b11f9d8c923fa57b52a3a3bb4c230e0159b23ff /package.json
parentef4ea2271b67dd51dc0b15e2e0958999d64f3ce1 (diff)
Update dependencies (#1749)
* Update dependencies * Remove unnecessary readonly attribute * Run npm audit fix
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index e881d0be..ddc2648a 100644
--- a/package.json
+++ b/package.json
@@ -36,15 +36,15 @@
},
"devDependencies": {
"browserify": "^17.0.0",
- "eslint": "^7.27.0",
+ "eslint": "^7.29.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-no-unsanitized": "^3.1.5",
- "fake-indexeddb": "^3.1.2",
- "html-validate": "^4.12.0",
+ "fake-indexeddb": "^3.1.3",
+ "html-validate": "^4.14.0",
"jsdom": "^16.6.0",
"parse5": "^6.0.1",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^4.0.0",
- "web-ext": "^6.1.0"
+ "web-ext": "^6.2.0"
}
}