Merge pull request #105 from veganhacktivists/renovate/sapphire-plugin-subcommands-4.x-lockfile

fix(deps): update dependency @sapphire/plugin-subcommands to v4.0.1
This commit is contained in:
Anthony Berg 2023-05-07 14:26:20 +01:00 committed by GitHub
commit bc5a5e979e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
package-lock.json generated
View File

@ -552,12 +552,12 @@
} }
}, },
"node_modules/@sapphire/plugin-subcommands": { "node_modules/@sapphire/plugin-subcommands": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-4.0.1.tgz",
"integrity": "sha512-jugJskJuFN8Cq7NeQ2XnaJkQuyPOj9JfZDSAVVSdiddKAGcXVMhGaB0YoDJ29MvFqSSNj3zPXAl4esvzIt/FiA==", "integrity": "sha512-rFEv9WZ5fPvnStExAFrRR2tjg4y2Y2GJNoCl8lfVwQeCQYDmEsj8W430eAGCzM1XH9si8GlxCAIMhjp8OvVbZA==",
"dependencies": { "dependencies": {
"@sapphire/utilities": "^3.11.0", "@sapphire/utilities": "^3.11.1",
"tslib": "^2.4.1" "tslib": "^2.5.0"
}, },
"engines": { "engines": {
"node": ">=v14.0.0", "node": ">=v14.0.0",
@ -4292,12 +4292,12 @@
} }
}, },
"@sapphire/plugin-subcommands": { "@sapphire/plugin-subcommands": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-4.0.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-4.0.1.tgz",
"integrity": "sha512-jugJskJuFN8Cq7NeQ2XnaJkQuyPOj9JfZDSAVVSdiddKAGcXVMhGaB0YoDJ29MvFqSSNj3zPXAl4esvzIt/FiA==", "integrity": "sha512-rFEv9WZ5fPvnStExAFrRR2tjg4y2Y2GJNoCl8lfVwQeCQYDmEsj8W430eAGCzM1XH9si8GlxCAIMhjp8OvVbZA==",
"requires": { "requires": {
"@sapphire/utilities": "^3.11.0", "@sapphire/utilities": "^3.11.1",
"tslib": "^2.4.1" "tslib": "^2.5.0"
} }
}, },
"@sapphire/ratelimits": { "@sapphire/ratelimits": {