From 0a205a96eca116938144a1b3e1dd15db7e6e5587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:12:05 +0000 Subject: [PATCH] build(deps): bump @consumet/extensions from `8b1c2e6` to `e487e39` Bumps [@consumet/extensions](https://github.com/consumet/consumet.ts) from `8b1c2e6` to `e487e39`. - [Release notes](https://github.com/consumet/consumet.ts/releases) - [Commits](https://github.com/consumet/consumet.ts/compare/8b1c2e6d4e445975783c8b6ea20553b1f1d204c4...e487e39fc946f7537168df7f1062f6e51f68e26c) --- updated-dependencies: - dependency-name: "@consumet/extensions" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ad2429..028d688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,16 +16,16 @@ } }, "node_modules/@consumet/extensions": { - "version": "1.1.0", - "resolved": "git+ssh://git@github.com/consumet/consumet.ts.git#8b1c2e6d4e445975783c8b6ea20553b1f1d204c4", + "version": "1.4.15", + "resolved": "git+ssh://git@github.com/consumet/consumet.ts.git#e487e39fc946f7537168df7f1062f6e51f68e26c", + "integrity": "sha512-yZalpRQ6VcxVToC3jKnLBtIR5aHaPveESoPhT6tVYMxvDZl1To1AjLUxVF8vY3sPYtVP/nBZ7Qdj4oROzKDK1A==", "license": "MIT", "dependencies": { "ascii-url-encoder": "^1.2.0", "axios": "^0.27.2", "cheerio": "^1.0.0-rc.11", "crypto-js": "^4.1.1", - "form-data": "^4.0.0", - "ws": "^8.8.1" + "form-data": "^4.0.0" } }, "node_modules/@discordjs/builders": { @@ -626,15 +626,15 @@ }, "dependencies": { "@consumet/extensions": { - "version": "git+ssh://git@github.com/consumet/consumet.ts.git#8b1c2e6d4e445975783c8b6ea20553b1f1d204c4", - "from": "@consumet/extensions@https://github.com/consumet/consumet.ts.git", + "version": "git+ssh://git@github.com/consumet/consumet.ts.git#e487e39fc946f7537168df7f1062f6e51f68e26c", + "integrity": "sha512-yZalpRQ6VcxVToC3jKnLBtIR5aHaPveESoPhT6tVYMxvDZl1To1AjLUxVF8vY3sPYtVP/nBZ7Qdj4oROzKDK1A==", + "from": "@consumet/extensions@https://github.com/consumet/consumet.ts.git#e487e39fc946f7537168df7f1062f6e51f68e26c", "requires": { "ascii-url-encoder": "^1.2.0", "axios": "^0.27.2", "cheerio": "^1.0.0-rc.11", "crypto-js": "^4.1.1", - "form-data": "^4.0.0", - "ws": "^8.8.1" + "form-data": "^4.0.0" } }, "@discordjs/builders": {