release 5.5.4, update uplot dependency 1.0.8 -> 1.0.11

This commit is contained in:
Nick Krecklow 2020-06-16 20:26:43 -05:00
parent 57699306ea
commit e6de86a9a6
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
3 changed files with 9 additions and 7 deletions

@ -1,6 +1,8 @@
**5.5.4** *(June 16 2020)*
- Updated uPlot dependency 1.0.8 -> 1.0.11.
**5.5.3** *(June 14 2020)*
- Fixed issue with graph scales being wrongly set which could cause Y axis labels to not appear.
- ~Updated uPlot dependency 1.0.8 -> 1.0.11.~
**5.5.2** *(June 12 2020)*
- Fixed ping errors causing server graphs (or the historical graph) to sometimes disappear.

8
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "5.5.3",
"version": "5.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -9201,9 +9201,9 @@
"dev": true
},
"uplot": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/uplot/-/uplot-1.0.8.tgz",
"integrity": "sha512-oS0YVdq6iEU4B+BXSX1Ln3Dd8iVHk9vKL9elWlIEa7cYzlhqDmnnJQsXSaLjYWTQbnDLRJuuaO3oyGF2q7loiw=="
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/uplot/-/uplot-1.0.11.tgz",
"integrity": "sha512-zm8TRTs2D8ghbvuIepoB0F40UnXNDaQq1SHyxcnn59U8CJuPaEqrC6IbxtdozBx+4ygPS76v/XvhsEJCszyzOA=="
},
"uri-js": {
"version": "4.2.2",

@ -1,6 +1,6 @@
{
"name": "minetrack",
"version": "5.5.3",
"version": "5.5.4",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "main.js",
"dependencies": {
@ -10,7 +10,7 @@
"request": "2.88.2",
"serve-static": "^1.14.1",
"sqlite3": "4.2.0",
"uplot": "1.0.8",
"uplot": "1.0.11",
"winston": "^2.4.4",
"ws": "^7.3.0"
},