From acda8b4f57a20f696b884876f990dd75adbb79d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:29:35 +0000 Subject: [PATCH] Bump @discordjs/builders from 0.12.0 to 1.2.0 Bumps [@discordjs/builders](https://github.com/discordjs/discord.js) from 0.12.0 to 1.2.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/builders@0.12.0...@discordjs/builders@1.2.0) --- updated-dependencies: - dependency-name: "@discordjs/builders" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4586e10..9fe7cad 100644 --- a/package.json +++ b/package.json @@ -22,18 +22,18 @@ }, "homepage": "https://github.com/utdesign-makerspace/Bit-Bot#readme", "dependencies": { - "@discordjs/builders": "^0.12.0", + "@discordjs/builders": "^1.2.0", "@discordjs/rest": "^1.1.0", - "@sentry/node": "^6.14.1", - "@sentry/tracing": "^6.14.1", + "@sentry/node": "^7.14.1", + "@sentry/tracing": "^7.14.1", "axios": "^0.24.0", "cron": "^2.1.0", "date-fns": "^2.28.0", - "discord-api-types": "^0.24.0", + "discord-api-types": "^0.37.11", "discord.js": "^14.3.0", "dotenv": "^16.0.2", "fs-readdir-recursive": "^1.1.0", - "googleapis": "^95.0.0", + "googleapis": "^108.0.0", "humanize-duration": "^3.27.0", "ldapjs": "^2.3.1", "ldapjs-promise": "^1.0.6", @@ -46,7 +46,7 @@ "eslint": "^8.23.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.2", - "lint-staged": "^11.2.6", + "lint-staged": "^13.0.3", "prettier": "^2.4.1", "pretty-quick": "^3.1.1" }