Chore(deps): Bump gamedig from 4.3.1 to 5.0.0

Bumps [gamedig](https://github.com/gamedig/node-gamedig) from 4.3.1 to 5.0.0.
- [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-06-01 16:33:52 +00:00 committed by GitHub
parent 48170fe899
commit fbee7b1ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 27 additions and 27 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.0",
"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",
@ -3397,17 +3397,17 @@
} }
}, },
"node_modules/gamedig": { "node_modules/gamedig": {
"version": "4.3.1", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.3.1.tgz", "resolved": "https://registry.npmjs.org/gamedig/-/gamedig-5.0.0.tgz",
"integrity": "sha512-et9Aq4wlD0cExXEO3r3LWiEEjOzsnG5l/0YSqza7FZLoJqunNT6DedkAXAdeOqAqStkRQahQiPFjx2WCg4SOtg==", "integrity": "sha512-dDv3cy4E0glJ3N+nKWOZYVQO+WLxr+HehbZAR+J5qXenu31jHWoxyQS8TUpjFHuhS5SCKaTsoxmLD4v3xDV+iQ==",
"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"
}, },
@ -3415,7 +3415,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": {
@ -3594,9 +3594,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",
@ -3611,7 +3611,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"
@ -5014,9 +5014,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.0",
"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",

View File

@ -27,8 +27,8 @@ dependencies:
specifier: ^1.15.6 specifier: ^1.15.6
version: 1.15.6 version: 1.15.6
gamedig: gamedig:
specifier: ^4.3.1 specifier: ^5.0.0
version: 4.3.1 version: 5.0.0
i18next: i18next:
specifier: ^21.10.0 specifier: ^21.10.0
version: 21.10.0 version: 21.10.0
@ -2342,14 +2342,14 @@ packages:
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
dev: true dev: true
/gamedig@4.3.1: /gamedig@5.0.0:
resolution: {integrity: sha512-et9Aq4wlD0cExXEO3r3LWiEEjOzsnG5l/0YSqza7FZLoJqunNT6DedkAXAdeOqAqStkRQahQiPFjx2WCg4SOtg==} resolution: {integrity: sha512-dDv3cy4E0glJ3N+nKWOZYVQO+WLxr+HehbZAR+J5qXenu31jHWoxyQS8TUpjFHuhS5SCKaTsoxmLD4v3xDV+iQ==}
engines: {node: '>=14.0.0'} engines: {node: '>=16.20.0'}
hasBin: true hasBin: true
dependencies: dependencies:
cheerio: 1.0.0-rc.12 cheerio: 1.0.0-rc.12
gbxremote: 0.2.1 gbxremote: 0.2.1
got: 12.6.1 got: 13.0.0
iconv-lite: 0.6.3 iconv-lite: 0.6.3
long: 5.2.3 long: 5.2.3
minimist: 1.2.8 minimist: 1.2.8
@ -2491,9 +2491,9 @@ packages:
get-intrinsic: 1.2.4 get-intrinsic: 1.2.4
dev: true dev: true
/got@12.6.1: /got@13.0.0:
resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==} resolution: {integrity: sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==}
engines: {node: '>=14.16'} engines: {node: '>=16'}
dependencies: dependencies:
'@sindresorhus/is': 5.6.0 '@sindresorhus/is': 5.6.0
'@szmarczak/http-timer': 5.0.1 '@szmarczak/http-timer': 5.0.1