From 978b52d5070abffc976cf8ed00cef499d93936f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 06:06:52 +0000 Subject: [PATCH] chore(deps): bump @sapphire/plugin-editable-commands Bumps [@sapphire/plugin-editable-commands](https://github.com/sapphiredev/plugins/tree/HEAD/packages/editable-commands) from 1.2.1-next.5c855bd.0 to 3.0.1-next.63d33ba.0. - [Release notes](https://github.com/sapphiredev/plugins/releases) - [Changelog](https://github.com/sapphiredev/plugins/blob/main/packages/editable-commands/CHANGELOG.md) - [Commits](https://github.com/sapphiredev/plugins/commits/HEAD/packages/editable-commands) --- updated-dependencies: - dependency-name: "@sapphire/plugin-editable-commands" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 +++++++++++++++++++++++++++++++---------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f2076f4..a81b5b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -485,18 +485,27 @@ } }, "node_modules/@sapphire/plugin-editable-commands": { - "version": "1.2.1-next.5c855bd.0", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-1.2.1-next.5c855bd.0.tgz", - "integrity": "sha512-ybNzzUmRLawtp1QosKQHXykbSyUgH/KdchC2AoF0VoZCHxNYnjArosgIOYNZxDww8uWD5hvI7xLezyDSeq1s5Q==", + "version": "3.0.1-next.63d33ba.0", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-3.0.1-next.63d33ba.0.tgz", + "integrity": "sha512-Y6UrNoaRkSJ1LAdQe/9cnq4syLliTbJziZ0SEjPi2nMX2SQJ+g1BlqgFhxKDVluAH/sw83eR5SB8iiPABOGr3A==", "dependencies": { - "@skyra/editable-commands": "^2.1.2", - "tslib": "^2.3.1" + "@skyra/editable-commands": "^3.0.0", + "tslib": "^2.4.1" }, "engines": { "node": ">=16.6.0", "npm": ">=7.0.0" } }, + "node_modules/@sapphire/plugin-editable-commands/node_modules/@skyra/editable-commands": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@skyra/editable-commands/-/editable-commands-3.0.0.tgz", + "integrity": "sha512-xP0yQDvNAjK1SsEqa9kwnkvr/jvzrrc5a6vp64hQULQezMXFBD23NBYMphV0CgLIDCifJHZfgQPBPL3zUAz5+A==", + "engines": { + "node": ">=16.6", + "npm": ">=7.24.2" + } + }, "node_modules/@sapphire/plugin-i18next": { "version": "2.3.2-next.5c855bd.0", "resolved": "https://registry.npmjs.org/@sapphire/plugin-i18next/-/plugin-i18next-2.3.2-next.5c855bd.0.tgz", @@ -3700,9 +3709,9 @@ } }, "node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -4254,12 +4263,19 @@ } }, "@sapphire/plugin-editable-commands": { - "version": "1.2.1-next.5c855bd.0", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-1.2.1-next.5c855bd.0.tgz", - "integrity": "sha512-ybNzzUmRLawtp1QosKQHXykbSyUgH/KdchC2AoF0VoZCHxNYnjArosgIOYNZxDww8uWD5hvI7xLezyDSeq1s5Q==", + "version": "3.0.1-next.63d33ba.0", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-3.0.1-next.63d33ba.0.tgz", + "integrity": "sha512-Y6UrNoaRkSJ1LAdQe/9cnq4syLliTbJziZ0SEjPi2nMX2SQJ+g1BlqgFhxKDVluAH/sw83eR5SB8iiPABOGr3A==", "requires": { - "@skyra/editable-commands": "^2.1.2", - "tslib": "^2.3.1" + "@skyra/editable-commands": "^3.0.0", + "tslib": "^2.4.1" + }, + "dependencies": { + "@skyra/editable-commands": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@skyra/editable-commands/-/editable-commands-3.0.0.tgz", + "integrity": "sha512-xP0yQDvNAjK1SsEqa9kwnkvr/jvzrrc5a6vp64hQULQezMXFBD23NBYMphV0CgLIDCifJHZfgQPBPL3zUAz5+A==" + } } }, "@sapphire/plugin-i18next": { @@ -6564,9 +6580,9 @@ } }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" }, "tsutils": { "version": "3.21.0",