Update dependencies, run linter

This commit is contained in:
rejas 2021-05-14 21:46:18 +02:00
parent aa8ddb9a92
commit 1054ba3b1e
3 changed files with 8937 additions and 85 deletions

View File

@ -122,6 +122,8 @@
/**
* Dismiss the notification
*
* @param close
*/
NotificationFx.prototype.dismiss = function (close = true) {
this.active = false;

9008
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,17 +46,17 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^33.0.0",
"eslint-plugin-jsdoc": "^34.2.2",
"eslint-plugin-prettier": "^3.4.0",
"express-basic-auth": "^1.2.0",
"husky": "^4.3.8",
"jsdom": "^16.5.3",
"lodash": "^4.17.21",
"mocha": "^8.3.2",
"mocha": "^8.4.0",
"mocha-each": "^2.0.1",
"mocha-logger": "^1.0.7",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"sinon": "^10.0.0",
"spectron": "^13.0.0",
@ -72,7 +72,7 @@
"colors": "^1.4.0",
"console-stamp": "^3.0.2",
"digest-fetch": "^1.1.6",
"eslint": "^7.25.0",
"eslint": "^7.26.0",
"express": "^4.17.1",
"express-ipfilter": "^1.2.0",
"feedme": "^2.0.2",
@ -82,8 +82,8 @@
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-ical": "^0.13.0",
"simple-git": "^2.38.0",
"socket.io": "^4.0.1"
"simple-git": "^2.39.0",
"socket.io": "^4.1.1"
},
"_moduleAliases": {
"node_helper": "js/node_helper.js",