Merge pull request #135 from veganhacktivists/renovate/sapphire-plugin-logger-3.x-lockfile

fix(deps): update dependency @sapphire/plugin-logger to v3.0.6
This commit is contained in:
Anthony Berg 2023-10-12 00:43:39 +01:00 committed by GitHub
commit 868121767c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
package-lock.json generated
View File

@ -585,13 +585,12 @@
}
},
"node_modules/@sapphire/plugin-logger": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-logger/-/plugin-logger-3.0.5.tgz",
"integrity": "sha512-Y7D4f98TAyMSD/ZRIoQSg72HvzUtnjcV3NCk+Dk+SEv+uV5F0UI5SRVB4LRJIc4KW3qaQRxy3VLTIiEF8B2nIA==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-logger/-/plugin-logger-3.0.6.tgz",
"integrity": "sha512-BMluxIdVODObdbCy4TRkCmSAB/T/XQlYxaD25HD+1Z4feUVrBGWFmmWQo/2X4aLMD3VZi5RQ5oY6kZgtHn+ufA==",
"dependencies": {
"@sapphire/timestamp": "^1.0.1",
"colorette": "^2.0.20",
"tslib": "^2.6.0"
"colorette": "^2.0.20"
},
"engines": {
"node": ">=v14.0.0",
@ -4526,13 +4525,12 @@
}
},
"@sapphire/plugin-logger": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-logger/-/plugin-logger-3.0.5.tgz",
"integrity": "sha512-Y7D4f98TAyMSD/ZRIoQSg72HvzUtnjcV3NCk+Dk+SEv+uV5F0UI5SRVB4LRJIc4KW3qaQRxy3VLTIiEF8B2nIA==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-logger/-/plugin-logger-3.0.6.tgz",
"integrity": "sha512-BMluxIdVODObdbCy4TRkCmSAB/T/XQlYxaD25HD+1Z4feUVrBGWFmmWQo/2X4aLMD3VZi5RQ5oY6kZgtHn+ufA==",
"requires": {
"@sapphire/timestamp": "^1.0.1",
"colorette": "^2.0.20",
"tslib": "^2.6.0"
"colorette": "^2.0.20"
}
},
"@sapphire/plugin-scheduled-tasks": {