diff --git a/package-lock.json b/package-lock.json index efd0ef1..cd59d97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.1.0", "license": "ISC", "dependencies": { - "discord.js": "^13.5.1", + "discord.js": "^13.6.0", "dotenv": "^10.0.0", - "gcommands": "^9.0.0-next", + "gcommands": "^9.0.1-next", "path": "^0.12.7" }, "devDependencies": { @@ -470,9 +470,9 @@ } }, "node_modules/discord.js": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.1.tgz", - "integrity": "sha512-ejEG5MXzB0eda9Nt+VzqgdvDWVO5U/GynGzq6DRPLaCH1yyn2YRU9J+vCMl77pWA1rzYGX+b/9RI31x0wt3qXA==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.6.0.tgz", + "integrity": "sha512-tXNR8zgsEPxPBvGk3AQjJ9ljIIC6/LOPjzKwpwz8Y1Q2X66Vi3ZqFgRHYwnHKC0jC0F+l4LzxlhmOJsBZDNg9g==", "dependencies": { "@discordjs/builders": "^0.11.0", "@discordjs/collection": "^0.4.0", @@ -954,13 +954,12 @@ "dev": true }, "node_modules/gcommands": { - "version": "9.0.0-next", - "resolved": "https://registry.npmjs.org/gcommands/-/gcommands-9.0.0-next.tgz", - "integrity": "sha512-siFyb3a1h5jc3zKvoSuGq45sR4yNZBiqPHkgUGepJSNSk8msBsOxMNT+Om124dMlJtH09pEzQajxJH49pSij6Q==", + "version": "9.0.1-next", + "resolved": "https://registry.npmjs.org/gcommands/-/gcommands-9.0.1-next.tgz", + "integrity": "sha512-GFEIHIJcDRehU6LsM1Awl99s5f71F2m9Azz49qtJylYoy7Fdp1VIJrJG5QFf9azqJRNrfn6W4FW+d3gNUv8e1A==", "dependencies": { "@discordjs/rest": "^0.1.0-canary.0", "discord-api-types": "^0.26.1", - "discord.js": "^13.5.0", "js-logger": "^1.6.1", "ms": "^2.1.3" }, @@ -2420,9 +2419,9 @@ "integrity": "sha512-T5PdMQ+Y1MEECYMV5wmyi9VEYPagEDEi4S0amgsszpWY0VB9JJ/hEvM6BgLhbdnKky4gfmZEXtEEtojN8ZKJQQ==" }, "discord.js": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.5.1.tgz", - "integrity": "sha512-ejEG5MXzB0eda9Nt+VzqgdvDWVO5U/GynGzq6DRPLaCH1yyn2YRU9J+vCMl77pWA1rzYGX+b/9RI31x0wt3qXA==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.6.0.tgz", + "integrity": "sha512-tXNR8zgsEPxPBvGk3AQjJ9ljIIC6/LOPjzKwpwz8Y1Q2X66Vi3ZqFgRHYwnHKC0jC0F+l4LzxlhmOJsBZDNg9g==", "requires": { "@discordjs/builders": "^0.11.0", "@discordjs/collection": "^0.4.0", @@ -2811,13 +2810,12 @@ "dev": true }, "gcommands": { - "version": "9.0.0-next", - "resolved": "https://registry.npmjs.org/gcommands/-/gcommands-9.0.0-next.tgz", - "integrity": "sha512-siFyb3a1h5jc3zKvoSuGq45sR4yNZBiqPHkgUGepJSNSk8msBsOxMNT+Om124dMlJtH09pEzQajxJH49pSij6Q==", + "version": "9.0.1-next", + "resolved": "https://registry.npmjs.org/gcommands/-/gcommands-9.0.1-next.tgz", + "integrity": "sha512-GFEIHIJcDRehU6LsM1Awl99s5f71F2m9Azz49qtJylYoy7Fdp1VIJrJG5QFf9azqJRNrfn6W4FW+d3gNUv8e1A==", "requires": { "@discordjs/rest": "^0.1.0-canary.0", "discord-api-types": "^0.26.1", - "discord.js": "^13.5.0", "js-logger": "^1.6.1", "ms": "^2.1.3" }, diff --git a/package.json b/package.json index 98ea782..b362150 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "eslint-plugin-import": "^2.25.3" }, "dependencies": { - "discord.js": "^13.5.1", + "discord.js": "^13.6.0", "dotenv": "^10.0.0", - "gcommands": "^9.0.0-next", + "gcommands": "^9.0.1-next", "path": "^0.12.7" } }