Update various dependencies

This commit is contained in:
Nick Krecklow 2020-06-08 16:41:36 -05:00
parent bfd5686613
commit 8ce9df7611
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 775 additions and 159 deletions

@ -2,6 +2,7 @@
- New tooltip hover design on the historical graph. It will highlight the server closest to your cursor. - New tooltip hover design on the historical graph. It will highlight the server closest to your cursor.
- Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments. - Historical graph is now limited to 10,000 increments on the Y axis. This prevents servers with over 100,000 players forcing the graph into 100,000 increments.
- Replaces manual string concats with template literals. - Replaces manual string concats with template literals.
- Updated various dependencies.
**5.5.0** *(May 20 2020)* **5.5.0** *(May 20 2020)*

915
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -6,13 +6,13 @@
"dependencies": { "dependencies": {
"finalhandler": "^1.1.2", "finalhandler": "^1.1.2",
"mcpe-ping-fixed": "0.0.3", "mcpe-ping-fixed": "0.0.3",
"mcping-js": "^1.4.0", "mcping-js": "^1.4.1",
"request": "2.88.2", "request": "2.88.2",
"serve-static": "^1.14.1", "serve-static": "^1.14.1",
"sqlite3": "4.1.1", "sqlite3": "4.2.0",
"uplot": "^1.0.8", "uplot": "^1.0.10",
"winston": "^2.0.0", "winston": "^2.4.4",
"ws": "^7.2.5" "ws": "^7.3.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -31,12 +31,12 @@
"node": ">=12.4.0" "node": ">=12.4.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.9.0", "@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.10.1",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"eslint": "^6.8.0", "eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1", "eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.21.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",