From 1155bc57490e2dbc7bb95043a1842c39cd82906f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:49:39 +0000 Subject: [PATCH] chore(deps): bump bfd-api-redux from 1.2.3 to 2.0.0 Bumps [bfd-api-redux](https://github.com/KubLuk24/bfd-api-redux) from 1.2.3 to 2.0.0. - [Commits](https://github.com/KubLuk24/bfd-api-redux/commits) --- updated-dependencies: - dependency-name: bfd-api-redux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fc6607..8768445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@discordjs/rest": "^2.4.0", "async-mutex": "^0.5.0", - "bfd-api-redux": "^1.2.3", + "bfd-api-redux": "^2.0.0", "browser-sync": "^3.0.2", "discord-api-types": "^0.37.103", "discord.js": "^14.16.3", @@ -703,10 +703,9 @@ "license": "MIT" }, "node_modules/bfd-api-redux": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/bfd-api-redux/-/bfd-api-redux-1.2.3.tgz", - "integrity": "sha512-AYTIHnu7knrVj2ZPjgE+GNTnEu6rfYKJfbERjZw3EcArYERW/11wbi+5F8t3tMnaDDtuBr76lW+gSoEXiwmk7A==", - "license": "ISC", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bfd-api-redux/-/bfd-api-redux-2.0.0.tgz", + "integrity": "sha512-BtxwvW10Car1cctpHDwIFNzIi75j5aaPurzHRnKKSiljUgQIp1nO8DAD91dcbMc5WRn0+OvwTUr7z+xlpis7Hw==", "dependencies": { "events": "^3.3.0", "https": "^1.0.0" diff --git a/package.json b/package.json index 2f77dd4..406c8ab 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@discordjs/rest": "^2.4.0", "async-mutex": "^0.5.0", - "bfd-api-redux": "^1.2.3", + "bfd-api-redux": "^2.0.0", "browser-sync": "^3.0.2", "discord.js": "^14.16.3", "discord-api-types": "^0.37.103",