mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update gamedig from ~4.1.0 to ^4.2.0 (#4136)
This commit is contained in:
parent
1708b67949
commit
57a18958d6
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -32,7 +32,7 @@
|
|||
"express-basic-auth": "~1.2.1",
|
||||
"express-static-gzip": "~2.1.7",
|
||||
"form-data": "~4.0.0",
|
||||
"gamedig": "~4.1.0",
|
||||
"gamedig": "^4.2.0",
|
||||
"html-escaper": "^3.0.3",
|
||||
"http-graceful-shutdown": "~3.1.7",
|
||||
"http-proxy-agent": "~5.0.0",
|
||||
|
@ -10252,9 +10252,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/gamedig": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.1.0.tgz",
|
||||
"integrity": "sha512-jvLUEakihJgpiw9t9yQRsbcemeALeTNlnaWY1gvYdwI63ZlkxznTaLqX5K/eluRTTCtAWNW3YceT6NVjyAZIwA==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.2.0.tgz",
|
||||
"integrity": "sha512-UwV9gT1PrOTxjwGzj9/i8XJLx9QqmzFtrRJnRLqN7fZWEIRHjbuUpx2b6Y3v/5QyRDFP+vaB3Pm0hw3Xg4RnOQ==",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"gbxremote": "^0.2.1",
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"express-basic-auth": "~1.2.1",
|
||||
"express-static-gzip": "~2.1.7",
|
||||
"form-data": "~4.0.0",
|
||||
"gamedig": "~4.1.0",
|
||||
"gamedig": "^4.2.0",
|
||||
"html-escaper": "^3.0.3",
|
||||
"http-graceful-shutdown": "~3.1.7",
|
||||
"http-proxy-agent": "~5.0.0",
|
||||
|
|
Loading…
Reference in a new issue