From feca65cc929fde09ded7f6c93b2f2fe947ed6f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:02:10 +0000 Subject: [PATCH] build(deps): bump @consumet/extensions from `8b1c2e6` to `0b9154a` Bumps [@consumet/extensions](https://github.com/consumet/consumet.ts) from `8b1c2e6` to `0b9154a`. - [Release notes](https://github.com/consumet/consumet.ts/releases) - [Commits](https://github.com/consumet/consumet.ts/compare/8b1c2e6d4e445975783c8b6ea20553b1f1d204c4...0b9154a0e1dd29d4d954462102e967caddc3fb77) --- 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..eafda97 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.9", + "resolved": "git+ssh://git@github.com/consumet/consumet.ts.git#0b9154a0e1dd29d4d954462102e967caddc3fb77", + "integrity": "sha512-t6noSpMjmIJTpyADdl1YNZKmI8YHL3stJ7lX6sGTcOmgq/wkPr5MNi33tGtADYHInPMsXixs6WORf4v4OLY67Q==", "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#0b9154a0e1dd29d4d954462102e967caddc3fb77", + "integrity": "sha512-t6noSpMjmIJTpyADdl1YNZKmI8YHL3stJ7lX6sGTcOmgq/wkPr5MNi33tGtADYHInPMsXixs6WORf4v4OLY67Q==", + "from": "@consumet/extensions@https://github.com/consumet/consumet.ts.git#0b9154a0e1dd29d4d954462102e967caddc3fb77", "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": {