Chore(deps): Bump gamedig from 4.3.1 to 5.0.1

Bumps [gamedig](https://github.com/gamedig/node-gamedig) from 4.3.1 to 5.0.1.
- [Changelog](https://github.com/gamedig/node-gamedig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gamedig/node-gamedig/commits)

---
updated-dependencies:
- dependency-name: gamedig
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-01 16:39:20 +00:00 committed by GitHub
parent 810c321881
commit e87feabcd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3428 additions and 2731 deletions

34
package-lock.json generated
View File

@ -15,7 +15,7 @@
"compare-versions": "^6.1.0", "compare-versions": "^6.1.0",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"gamedig": "^4.3.1", "gamedig": "^5.0.1",
"i18next": "^21.10.0", "i18next": "^21.10.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0", "json-rpc-2.0": "^1.7.0",
@ -3398,17 +3398,17 @@
} }
}, },
"node_modules/gamedig": { "node_modules/gamedig": {
"version": "4.3.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.3.1.tgz", "resolved": "https://registry.npmjs.org/gamedig/-/gamedig-5.0.1.tgz",
"integrity": "sha512-et9Aq4wlD0cExXEO3r3LWiEEjOzsnG5l/0YSqza7FZLoJqunNT6DedkAXAdeOqAqStkRQahQiPFjx2WCg4SOtg==", "integrity": "sha512-iCjgMbpYxUof+4bdACZzQrDuhBHcn72nnxNReoEljc2aNWr/tPgYjqKeoj9TFtlXkh2+PMIod/5w52fwzvf1Jg==",
"dependencies": { "dependencies": {
"cheerio": "^1.0.0-rc.10", "cheerio": "^1.0.0-rc.12",
"gbxremote": "^0.2.1", "gbxremote": "^0.2.1",
"got": "^12.1.0", "got": "^13.0.0",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"long": "^5.2.0", "long": "^5.2.3",
"minimist": "^1.2.6", "minimist": "^1.2.8",
"punycode": "^2.1.1", "punycode": "^2.3.0",
"seek-bzip": "^2.0.0", "seek-bzip": "^2.0.0",
"varint": "^6.0.0" "varint": "^6.0.0"
}, },
@ -3416,7 +3416,7 @@
"gamedig": "bin/gamedig.js" "gamedig": "bin/gamedig.js"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=16.20.0"
} }
}, },
"node_modules/gbxremote": { "node_modules/gbxremote": {
@ -3595,9 +3595,9 @@
} }
}, },
"node_modules/got": { "node_modules/got": {
"version": "12.6.1", "version": "13.0.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz", "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
"integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==", "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
"dependencies": { "dependencies": {
"@sindresorhus/is": "^5.2.0", "@sindresorhus/is": "^5.2.0",
"@szmarczak/http-timer": "^5.0.1", "@szmarczak/http-timer": "^5.0.1",
@ -3612,7 +3612,7 @@
"responselike": "^3.0.0" "responselike": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">=14.16" "node": ">=16"
}, },
"funding": { "funding": {
"url": "https://github.com/sindresorhus/got?sponsor=1" "url": "https://github.com/sindresorhus/got?sponsor=1"
@ -5015,9 +5015,9 @@
} }
}, },
"node_modules/normalize-url": { "node_modules/normalize-url": {
"version": "8.0.0", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==", "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
"engines": { "engines": {
"node": ">=14.16" "node": ">=14.16"
}, },

View File

@ -17,7 +17,7 @@
"compare-versions": "^6.1.0", "compare-versions": "^6.1.0",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"gamedig": "^4.3.1", "gamedig": "^5.0.1",
"i18next": "^21.10.0", "i18next": "^21.10.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.7.0", "json-rpc-2.0": "^1.7.0",

File diff suppressed because it is too large Load Diff