mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Update dependencies
This commit is contained in:
parent
74eb2a14be
commit
78d32f0bab
30
.pnp.cjs
generated
30
.pnp.cjs
generated
@ -30,9 +30,9 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@octokit/auth-token", "npm:4.0.0"],\
|
["@octokit/auth-token", "npm:4.0.0"],\
|
||||||
["@octokit/rest", "npm:20.0.2"],\
|
["@octokit/rest", "npm:20.0.2"],\
|
||||||
["@types/ms", "npm:0.7.32"],\
|
["@types/ms", "npm:0.7.33"],\
|
||||||
["@types/node", "npm:20.8.7"],\
|
["@types/node", "npm:20.8.8"],\
|
||||||
["@types/node-cron", "npm:3.0.9"],\
|
["@types/node-cron", "npm:3.0.10"],\
|
||||||
["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"],\
|
||||||
@ -550,10 +550,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||||||
}]\
|
}]\
|
||||||
]],\
|
]],\
|
||||||
["@types/ms", [\
|
["@types/ms", [\
|
||||||
["npm:0.7.32", {\
|
["npm:0.7.33", {\
|
||||||
"packageLocation": "./.yarn/cache/@types-ms-npm-0.7.32-38dadca018-610744605c.zip/node_modules/@types/ms/",\
|
"packageLocation": "./.yarn/cache/@types-ms-npm-0.7.33-9d77d99f80-2cb5af611a.zip/node_modules/@types/ms/",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@types/ms", "npm:0.7.32"]\
|
["@types/ms", "npm:0.7.33"]\
|
||||||
],\
|
],\
|
||||||
"linkType": "HARD"\
|
"linkType": "HARD"\
|
||||||
}]\
|
}]\
|
||||||
@ -566,20 +566,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||||||
],\
|
],\
|
||||||
"linkType": "HARD"\
|
"linkType": "HARD"\
|
||||||
}],\
|
}],\
|
||||||
["npm:20.8.7", {\
|
["npm:20.8.8", {\
|
||||||
"packageLocation": "./.yarn/cache/@types-node-npm-20.8.7-a09c56cd33-2173c0c03d.zip/node_modules/@types/node/",\
|
"packageLocation": "./.yarn/cache/@types-node-npm-20.8.8-8e65100064-028a9606e4.zip/node_modules/@types/node/",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@types/node", "npm:20.8.7"],\
|
["@types/node", "npm:20.8.8"],\
|
||||||
["undici-types", "npm:5.25.3"]\
|
["undici-types", "npm:5.25.3"]\
|
||||||
],\
|
],\
|
||||||
"linkType": "HARD"\
|
"linkType": "HARD"\
|
||||||
}]\
|
}]\
|
||||||
]],\
|
]],\
|
||||||
["@types/node-cron", [\
|
["@types/node-cron", [\
|
||||||
["npm:3.0.9", {\
|
["npm:3.0.10", {\
|
||||||
"packageLocation": "./.yarn/cache/@types-node-cron-npm-3.0.9-13a60c6bb4-8335eb0a45.zip/node_modules/@types/node-cron/",\
|
"packageLocation": "./.yarn/cache/@types-node-cron-npm-3.0.10-ee9d167302-d1e7618208.zip/node_modules/@types/node-cron/",\
|
||||||
"packageDependencies": [\
|
"packageDependencies": [\
|
||||||
["@types/node-cron", "npm:3.0.9"]\
|
["@types/node-cron", "npm:3.0.10"]\
|
||||||
],\
|
],\
|
||||||
"linkType": "HARD"\
|
"linkType": "HARD"\
|
||||||
}]\
|
}]\
|
||||||
@ -918,9 +918,9 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||||||
["daggerbot-ts", "workspace:."],\
|
["daggerbot-ts", "workspace:."],\
|
||||||
["@octokit/auth-token", "npm:4.0.0"],\
|
["@octokit/auth-token", "npm:4.0.0"],\
|
||||||
["@octokit/rest", "npm:20.0.2"],\
|
["@octokit/rest", "npm:20.0.2"],\
|
||||||
["@types/ms", "npm:0.7.32"],\
|
["@types/ms", "npm:0.7.33"],\
|
||||||
["@types/node", "npm:20.8.7"],\
|
["@types/node", "npm:20.8.8"],\
|
||||||
["@types/node-cron", "npm:3.0.9"],\
|
["@types/node-cron", "npm:3.0.10"],\
|
||||||
["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"],\
|
||||||
|
@ -43,9 +43,9 @@
|
|||||||
"systeminformation": "5.21.13"
|
"systeminformation": "5.21.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/ms": "0.7.32",
|
"@types/ms": "0.7.33",
|
||||||
"@types/node": "20.8.7",
|
"@types/node": "20.8.8",
|
||||||
"@types/node-cron": "3.0.9",
|
"@types/node-cron": "3.0.10",
|
||||||
"typescript": "5.2.2"
|
"typescript": "5.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
30
yarn.lock
30
yarn.lock
@ -365,17 +365,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/ms@npm:0.7.32":
|
"@types/ms@npm:0.7.33":
|
||||||
version: 0.7.32
|
version: 0.7.33
|
||||||
resolution: "@types/ms@npm:0.7.32"
|
resolution: "@types/ms@npm:0.7.33"
|
||||||
checksum: 610744605c5924aa2657c8a62d307052af4f0e38e2aa015f154ef03391fabb4fd903f9c9baacb41f6e5798b8697e898463c351e5faf638738603ed29137b5254
|
checksum: 2cb5af611ace05ab2ae40422c8539850cf983197982bb04b83acf59e6e692e2faccf336a82ac4db97f7ea28f2baa0a8990fa5eb1cd72c5cab17b5b3609b0b650
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node-cron@npm:3.0.9":
|
"@types/node-cron@npm:3.0.10":
|
||||||
version: 3.0.9
|
version: 3.0.10
|
||||||
resolution: "@types/node-cron@npm:3.0.9"
|
resolution: "@types/node-cron@npm:3.0.10"
|
||||||
checksum: 8335eb0a453b956cc2da5431269e4732e0063c6cca0763cf779c7c242d0dfe3eea1929951a0b11fb9e7a2eee838836ee8cda79e9d6098b1bee91d5a17dce1e73
|
checksum: d1e7618208a17130ac0f134b21db3cb0185a9a8112c3cc4d5dc9c1deb154c41e711d38a475c2c39b8823c738b438623bf4a84bdcb9a507e76bdccb6fed44a8b2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -386,12 +386,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@types/node@npm:20.8.7":
|
"@types/node@npm:20.8.8":
|
||||||
version: 20.8.7
|
version: 20.8.8
|
||||||
resolution: "@types/node@npm:20.8.7"
|
resolution: "@types/node@npm:20.8.8"
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: ~5.25.1
|
undici-types: ~5.25.1
|
||||||
checksum: 2173c0c03daefcb60c03a61b1371b28c8fe412e7a40dc6646458b809d14a85fbc7aeb369d957d57f0aaaafd99964e77436f29b3b579232d8f2b20c58abbd1d25
|
checksum: 028a9606e4ef594a4bc7b3310596499d7ce01b2e30f4d1d906ad8ec30c24cea7ec1b3dc181dd5df8d8d2bfe8de54bf3e28ae93be174b4c7d81c0db8326e4f35c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -687,9 +687,9 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/auth-token": 4.0.0
|
"@octokit/auth-token": 4.0.0
|
||||||
"@octokit/rest": 20.0.2
|
"@octokit/rest": 20.0.2
|
||||||
"@types/ms": 0.7.32
|
"@types/ms": 0.7.33
|
||||||
"@types/node": 20.8.7
|
"@types/node": 20.8.8
|
||||||
"@types/node-cron": 3.0.9
|
"@types/node-cron": 3.0.10
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user