Bump discord.js from 14.1.2 to 14.2.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 14.1.2 to 14.2.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/14.1.2...14.2.0) --- updated-dependencies: - dependency-name: discord.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
95784ed941
commit
05dbc46114
2 changed files with 16 additions and 16 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
||||||
"beautify": "^0.0.8",
|
"beautify": "^0.0.8",
|
||||||
"discord-giveaways": "^6.0.1",
|
"discord-giveaways": "^6.0.1",
|
||||||
"discord-sync-commands": "^0.3.0",
|
"discord-sync-commands": "^0.3.0",
|
||||||
"discord.js": "^14.1.2",
|
"discord.js": "^14.2.0",
|
||||||
"fero-ms": "^2.0.7",
|
"fero-ms": "^2.0.7",
|
||||||
"ms": "^2.1.3",
|
"ms": "^2.1.3",
|
||||||
"quickdb": "^1.0.5",
|
"quickdb": "^1.0.5",
|
||||||
|
@ -512,9 +512,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/discord.js": {
|
"node_modules/discord.js": {
|
||||||
"version": "14.1.2",
|
"version": "14.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.2.0.tgz",
|
||||||
"integrity": "sha512-apdWNLkjAkeEnuNpB8H6rS/4OgrXQlSAjuuzeodjCOdIXy3OwOjD314V/HiSttcAlr9+r3ONhaT5qvbDad5SIg==",
|
"integrity": "sha512-kIGhEeOB1d9k7whL9HCCuRuzK2GL7i/hTesYINOZ2szWm4TOsBVwRU+i9O/zDb2M+Gvff4SJ4EpAtCVV0okgVw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/builders": "^1.1.0",
|
"@discordjs/builders": "^1.1.0",
|
||||||
"@discordjs/collection": "^1.0.1",
|
"@discordjs/collection": "^1.0.1",
|
||||||
|
@ -525,7 +525,7 @@
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"lodash.snakecase": "^4.1.1",
|
"lodash.snakecase": "^4.1.1",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"undici": "^5.8.0",
|
"undici": "^5.8.2",
|
||||||
"ws": "^8.8.1"
|
"ws": "^8.8.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
@ -1449,9 +1449,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/undici": {
|
"node_modules/undici": {
|
||||||
"version": "5.8.0",
|
"version": "5.8.2",
|
||||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz",
|
||||||
"integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q==",
|
"integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.18"
|
"node": ">=12.18"
|
||||||
}
|
}
|
||||||
|
@ -1866,9 +1866,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"discord.js": {
|
"discord.js": {
|
||||||
"version": "14.1.2",
|
"version": "14.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.2.0.tgz",
|
||||||
"integrity": "sha512-apdWNLkjAkeEnuNpB8H6rS/4OgrXQlSAjuuzeodjCOdIXy3OwOjD314V/HiSttcAlr9+r3ONhaT5qvbDad5SIg==",
|
"integrity": "sha512-kIGhEeOB1d9k7whL9HCCuRuzK2GL7i/hTesYINOZ2szWm4TOsBVwRU+i9O/zDb2M+Gvff4SJ4EpAtCVV0okgVw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@discordjs/builders": "^1.1.0",
|
"@discordjs/builders": "^1.1.0",
|
||||||
"@discordjs/collection": "^1.0.1",
|
"@discordjs/collection": "^1.0.1",
|
||||||
|
@ -1879,7 +1879,7 @@
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"lodash.snakecase": "^4.1.1",
|
"lodash.snakecase": "^4.1.1",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"undici": "^5.8.0",
|
"undici": "^5.8.2",
|
||||||
"ws": "^8.8.1"
|
"ws": "^8.8.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2567,9 +2567,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"undici": {
|
"undici": {
|
||||||
"version": "5.8.0",
|
"version": "5.8.2",
|
||||||
"resolved": "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/undici/-/undici-5.8.2.tgz",
|
||||||
"integrity": "sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q=="
|
"integrity": "sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A=="
|
||||||
},
|
},
|
||||||
"util-deprecate": {
|
"util-deprecate": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"beautify": "^0.0.8",
|
"beautify": "^0.0.8",
|
||||||
"discord-giveaways": "^6.0.1",
|
"discord-giveaways": "^6.0.1",
|
||||||
"discord-sync-commands": "^0.3.0",
|
"discord-sync-commands": "^0.3.0",
|
||||||
"discord.js": "^14.1.2",
|
"discord.js": "^14.2.0",
|
||||||
"fero-ms": "^2.0.7",
|
"fero-ms": "^2.0.7",
|
||||||
"ms": "^2.1.3",
|
"ms": "^2.1.3",
|
||||||
"quickdb": "^1.0.5",
|
"quickdb": "^1.0.5",
|
||||||
|
|
Loading…
Reference in a new issue