From 1aa6025444ca210db303d574e0bdf70c0421254e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:24:49 +0000 Subject: [PATCH] build(deps): bump @consumet/extensions from `8b1c2e6` to `ed817a3` Bumps [@consumet/extensions](https://github.com/consumet/consumet.ts) from `8b1c2e6` to `ed817a3`. - [Release notes](https://github.com/consumet/consumet.ts/releases) - [Commits](https://github.com/consumet/consumet.ts/compare/8b1c2e6d4e445975783c8b6ea20553b1f1d204c4...ed817a3f007b9a97917c01acf6d9b61ff757fbe1) --- 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..ecd1fac 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.11", + "resolved": "git+ssh://git@github.com/consumet/consumet.ts.git#ed817a3f007b9a97917c01acf6d9b61ff757fbe1", + "integrity": "sha512-dQtLDlrXFnpZmDU68OMy1T8tuJqy9yzTgQjV1t8asPcG2JU5bety60ePfJjRzcoNtPYDGAd1dfgql/A367WEzg==", "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#ed817a3f007b9a97917c01acf6d9b61ff757fbe1", + "integrity": "sha512-dQtLDlrXFnpZmDU68OMy1T8tuJqy9yzTgQjV1t8asPcG2JU5bety60ePfJjRzcoNtPYDGAd1dfgql/A367WEzg==", + "from": "@consumet/extensions@https://github.com/consumet/consumet.ts.git#ed817a3f007b9a97917c01acf6d9b61ff757fbe1", "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": {