Update packages (#1534)

This commit is contained in:
toasted-nutbread 2021-03-15 23:17:50 -04:00 committed by GitHub
parent b923e33328
commit 97ac9099e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1373 additions and 3510 deletions

4857
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}