update mcping-js dependency 1.3.1->1.4.0

This commit is contained in:
Nick Krecklow 2020-05-10 01:11:48 -05:00
parent 62f3aae6cb
commit e3feaf95a9
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated

@ -5505,9 +5505,9 @@
}
},
"mcping-js": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/mcping-js/-/mcping-js-1.3.0.tgz",
"integrity": "sha512-DytO/U0+N7EbK3BhL6hvmN6HEoOFh3oK91cXkzLEo6W17+e8cx9KhEvTnTCGeduFHAG9huIdApRubdl40vrNvg=="
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/mcping-js/-/mcping-js-1.4.0.tgz",
"integrity": "sha512-0P4fIGzxFrQqUwNG8LqZtrZZ02DNUz/OMyTMOncfPjEISgm+JOQQ2OjYc0K+8piT1e6yzvLJoUVTkDAiTdCV4w=="
},
"md5.js": {
"version": "1.3.5",

@ -6,7 +6,7 @@
"dependencies": {
"finalhandler": "^1.1.2",
"mcpe-ping-fixed": "0.0.3",
"mcping-js": "^1.3.0",
"mcping-js": "^1.4.0",
"request": "2.88.2",
"serve-static": "^1.14.1",
"sqlite3": "4.1.1",