From 8404c709d7a6829d5f6c3b186114a9b9e1e4c191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:56:43 +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.5adade0.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..ce149c27 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.5adade0.0", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-3.0.1-next.5adade0.0.tgz", + "integrity": "sha512-+4VY4t1P3Qei3zy5tTQg7p7BWgPc29sMGKfTiZk0xBxw5JZRuI+xYBz9eExLryRGJg96dSxLAE+Unw1zIsIsKw==", "dependencies": { - "@skyra/editable-commands": "^2.1.2", - "tslib": "^2.3.1" + "@skyra/editable-commands": "^3.0.0", + "tslib": "^2.5.0" }, "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.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "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.5adade0.0", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-editable-commands/-/plugin-editable-commands-3.0.1-next.5adade0.0.tgz", + "integrity": "sha512-+4VY4t1P3Qei3zy5tTQg7p7BWgPc29sMGKfTiZk0xBxw5JZRuI+xYBz9eExLryRGJg96dSxLAE+Unw1zIsIsKw==", "requires": { - "@skyra/editable-commands": "^2.1.2", - "tslib": "^2.3.1" + "@skyra/editable-commands": "^3.0.0", + "tslib": "^2.5.0" + }, + "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.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" }, "tsutils": { "version": "3.21.0",