1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 16:30:58 -05:00
This commit is contained in:
dependabot[bot] 2023-12-18 04:30:30 +00:00 committed by GitHub
commit 5d9d57cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 22 deletions

20
.pnp.cjs generated
View File

@ -32,7 +32,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@octokit/rest", "npm:20.0.2"],\ ["@octokit/rest", "npm:20.0.2"],\
["@types/ms", "npm:0.7.33"],\ ["@types/ms", "npm:0.7.33"],\
["@types/node", "npm:20.8.8"],\ ["@types/node", "npm:20.8.8"],\
["@types/node-cron", "npm:3.0.10"],\ ["@types/node-cron", "npm:3.0.11"],\
["ansi-colors", "npm:4.1.3"],\ ["ansi-colors", "npm:4.1.3"],\
["canvas", "npm:2.11.2"],\ ["canvas", "npm:2.11.2"],\
["dayjs", "npm:1.11.10"],\ ["dayjs", "npm:1.11.10"],\
@ -40,7 +40,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["fast-xml-parser", "npm:4.3.2"],\ ["fast-xml-parser", "npm:4.3.2"],\
["mongoose", "npm:7.6.3"],\ ["mongoose", "npm:7.6.3"],\
["ms", "npm:2.1.3"],\ ["ms", "npm:2.1.3"],\
["node-cron", "npm:3.0.2"],\ ["node-cron", "npm:3.0.3"],\
["redis", "npm:4.6.10"],\ ["redis", "npm:4.6.10"],\
["systeminformation", "npm:5.21.13"],\ ["systeminformation", "npm:5.21.13"],\
["typescript", "patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"]\ ["typescript", "patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"]\
@ -576,10 +576,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]\ }]\
]],\ ]],\
["@types/node-cron", [\ ["@types/node-cron", [\
["npm:3.0.10", {\ ["npm:3.0.11", {\
"packageLocation": "./.yarn/cache/@types-node-cron-npm-3.0.10-ee9d167302-d1e7618208.zip/node_modules/@types/node-cron/",\ "packageLocation": "./.yarn/cache/@types-node-cron-npm-3.0.11-6930d3a671-a73f69bcca.zip/node_modules/@types/node-cron/",\
"packageDependencies": [\ "packageDependencies": [\
["@types/node-cron", "npm:3.0.10"]\ ["@types/node-cron", "npm:3.0.11"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\
}]\ }]\
@ -920,7 +920,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["@octokit/rest", "npm:20.0.2"],\ ["@octokit/rest", "npm:20.0.2"],\
["@types/ms", "npm:0.7.33"],\ ["@types/ms", "npm:0.7.33"],\
["@types/node", "npm:20.8.8"],\ ["@types/node", "npm:20.8.8"],\
["@types/node-cron", "npm:3.0.10"],\ ["@types/node-cron", "npm:3.0.11"],\
["ansi-colors", "npm:4.1.3"],\ ["ansi-colors", "npm:4.1.3"],\
["canvas", "npm:2.11.2"],\ ["canvas", "npm:2.11.2"],\
["dayjs", "npm:1.11.10"],\ ["dayjs", "npm:1.11.10"],\
@ -928,7 +928,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
["fast-xml-parser", "npm:4.3.2"],\ ["fast-xml-parser", "npm:4.3.2"],\
["mongoose", "npm:7.6.3"],\ ["mongoose", "npm:7.6.3"],\
["ms", "npm:2.1.3"],\ ["ms", "npm:2.1.3"],\
["node-cron", "npm:3.0.2"],\ ["node-cron", "npm:3.0.3"],\
["redis", "npm:4.6.10"],\ ["redis", "npm:4.6.10"],\
["systeminformation", "npm:5.21.13"],\ ["systeminformation", "npm:5.21.13"],\
["typescript", "patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"]\ ["typescript", "patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"]\
@ -1749,10 +1749,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
}]\ }]\
]],\ ]],\
["node-cron", [\ ["node-cron", [\
["npm:3.0.2", {\ ["npm:3.0.3", {\
"packageLocation": "./.yarn/cache/node-cron-npm-3.0.2-5ee1c1c226-dd21585c0d.zip/node_modules/node-cron/",\ "packageLocation": "./.yarn/cache/node-cron-npm-3.0.3-fd539f5b81-351c37491e.zip/node_modules/node-cron/",\
"packageDependencies": [\ "packageDependencies": [\
["node-cron", "npm:3.0.2"],\ ["node-cron", "npm:3.0.3"],\
["uuid", "npm:8.3.2"]\ ["uuid", "npm:8.3.2"]\
],\ ],\
"linkType": "HARD"\ "linkType": "HARD"\

View File

@ -37,14 +37,14 @@
"fast-xml-parser": "4.3.2", "fast-xml-parser": "4.3.2",
"mongoose": "7.6.3", "mongoose": "7.6.3",
"ms": "2.1.3", "ms": "2.1.3",
"node-cron": "3.0.2", "node-cron": "3.0.3",
"redis": "4.6.10", "redis": "4.6.10",
"systeminformation": "5.21.13" "systeminformation": "5.21.13"
}, },
"devDependencies": { "devDependencies": {
"@types/ms": "0.7.33", "@types/ms": "0.7.33",
"@types/node": "20.8.8", "@types/node": "20.8.8",
"@types/node-cron": "3.0.10", "@types/node-cron": "3.0.11",
"typescript": "5.2.2" "typescript": "5.2.2"
} }
} }

View File

@ -372,10 +372,10 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/node-cron@npm:3.0.10": "@types/node-cron@npm:3.0.11":
version: 3.0.10 version: 3.0.11
resolution: "@types/node-cron@npm:3.0.10" resolution: "@types/node-cron@npm:3.0.11"
checksum: d1e7618208a17130ac0f134b21db3cb0185a9a8112c3cc4d5dc9c1deb154c41e711d38a475c2c39b8823c738b438623bf4a84bdcb9a507e76bdccb6fed44a8b2 checksum: a73f69bcca52a5f3b1671cfb00a8e4a1d150d0aef36a611564a2f94e66b6981bade577e267ceeeca6fcee241768902d55eb8cf3a81f9ef4ed767a23112fdb16d
languageName: node languageName: node
linkType: hard linkType: hard
@ -689,7 +689,7 @@ __metadata:
"@octokit/rest": 20.0.2 "@octokit/rest": 20.0.2
"@types/ms": 0.7.33 "@types/ms": 0.7.33
"@types/node": 20.8.8 "@types/node": 20.8.8
"@types/node-cron": 3.0.10 "@types/node-cron": 3.0.11
ansi-colors: 4.1.3 ansi-colors: 4.1.3
canvas: 2.11.2 canvas: 2.11.2
dayjs: 1.11.10 dayjs: 1.11.10
@ -697,7 +697,7 @@ __metadata:
fast-xml-parser: 4.3.2 fast-xml-parser: 4.3.2
mongoose: 7.6.3 mongoose: 7.6.3
ms: 2.1.3 ms: 2.1.3
node-cron: 3.0.2 node-cron: 3.0.3
redis: 4.6.10 redis: 4.6.10
systeminformation: 5.21.13 systeminformation: 5.21.13
typescript: 5.2.2 typescript: 5.2.2
@ -1412,12 +1412,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"node-cron@npm:3.0.2": "node-cron@npm:3.0.3":
version: 3.0.2 version: 3.0.3
resolution: "node-cron@npm:3.0.2" resolution: "node-cron@npm:3.0.3"
dependencies: dependencies:
uuid: 8.3.2 uuid: 8.3.2
checksum: dd21585c0d4069a0752022dad9b8380a4393c4783ec78355ffa99ff32b018c3743a35d4ebf9d7c7863949e94e302b440f58c884eb4960e71c7260d817e2d3f25 checksum: 351c37491ebf717d0ae69cc941465de118e5c2ef5d48bc3f87c98556241b060f100402c8a618c7b86f9f626b44756b20d8b5385b70e52f80716f21e55db0f1c5
languageName: node languageName: node
linkType: hard linkType: hard