aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-02-02 20:34:21 -0500
committerGitHub <noreply@github.com>2022-02-02 20:34:21 -0500
commit3662c07c63377cc245292f9a0d357ceae491213b (patch)
tree1d9b6870bb5991e68a9f1be9aa47957dddb8275d /package.json
parent2aea133868f05fb4a63fe9b642f83a0e147a1cb5 (diff)
Update node dependencies (#2061)
* Run npm update * Run npm audit fix * Update eslint to 8.8.0 * Update eslint-plugin-no-unsanitized to 4.0.1 * Update html-validate to 6.2.0 * Update jsdom to 19.0.0 * Update stylelint to 14.3.0 * Update stylelint-config-recommended to 6.0.0 * Remove dead rule * Fix rule affecting currentColor keyword
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 6e498825..c2f1bef3 100644
--- a/package.json
+++ b/package.json
@@ -38,15 +38,15 @@
"devDependencies": {
"browserify": "^17.0.0",
"css": "^3.0.0",
- "eslint": "^7.32.0",
+ "eslint": "^8.8.0",
"eslint-plugin-header": "^3.1.1",
- "eslint-plugin-no-unsanitized": "^3.1.5",
- "fake-indexeddb": "^3.1.3",
- "html-validate": "^4.14.1",
- "jsdom": "^16.7.0",
+ "eslint-plugin-no-unsanitized": "^4.0.1",
+ "fake-indexeddb": "^3.1.7",
+ "html-validate": "^6.2.0",
+ "jsdom": "^19.0.0",
"parse5": "^6.0.1",
- "stylelint": "^13.13.1",
- "stylelint-config-recommended": "^4.0.0",
- "web-ext": "^6.4.0"
+ "stylelint": "^14.3.0",
+ "stylelint-config-recommended": "^6.0.0",
+ "web-ext": "^6.6.0"
}
}