aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-12 13:06:15 -0500
committerGitHub <noreply@github.com>2020-12-12 13:06:15 -0500
commitfe16793779cc6ee2ecb1785e58aae10569692bc2 (patch)
tree5f0fc02818e700f795118d0c539f74526f235b50 /package.json
parentcb0699ecd4132dfd947ebef5d7a2142433e97ee0 (diff)
Update package dependencies (#1100)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 36aa18f3..0add0cc6 100644
--- a/package.json
+++ b/package.json
@@ -34,11 +34,11 @@
},
"devDependencies": {
"browserify": "^16.5.2",
- "eslint": "^7.10.0",
+ "eslint": "^7.15.0",
"eslint-plugin-no-unsanitized": "^3.1.4",
"fake-indexeddb": "^3.1.2",
"jsdom": "^16.4.0",
"parse5": "^6.0.1",
- "web-ext": "^5.2.0"
+ "web-ext": "^5.4.1"
}
}