build: use fixed tlog

pull/243/head
Josh Moore 1 year ago
parent 706e46ad35
commit 823d2a66a6

17
package-lock.json generated

@ -15,7 +15,7 @@
"@tycrek/discord-hookr": "^0.1.0",
"@tycrek/express-postcss": "^0.4.0",
"@tycrek/joint": "^1.0.0-1",
"@tycrek/log": "^0.7.1",
"@tycrek/log": "^0.7.3",
"@tycrek/papito": "^0.3.4",
"@xoi/gps-metadata-remover": "^1.1.1",
"any-shell-escape": "^0.1.1",
@ -1059,12 +1059,15 @@
}
},
"node_modules/@tycrek/log": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@tycrek/log/-/log-0.7.1.tgz",
"integrity": "sha512-TRQ4qexyzYiwfYhV0f040TA7uaHNUpnlf3Iq8aIRnADH70NHjFwAnfL/Oh+qTSkGTwZ6wCzF6lPPROkVcKTsiw==",
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@tycrek/log/-/log-0.7.3.tgz",
"integrity": "sha512-m4LSArpUw0myGIFFUPh7IBUmGb72ZplKdkBB8rmWrPebGF3/kdj5CYElm+R6stS+hIaw9yqL+8BM38Nbb47dgw==",
"dependencies": {
"chalk": "^4.1.2",
"luxon": "^3.3.0"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@tycrek/papito": {
@ -7465,9 +7468,9 @@
"integrity": "sha512-LYM2VVxCUFTf/kHKlbP7h4Phnljt/si7OQtj9ehRC9WaypYdO3BVfHovnXxcfRbShr3NPMNn2foN/zHQFN5Ltw=="
},
"@tycrek/log": {
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/@tycrek/log/-/log-0.7.1.tgz",
"integrity": "sha512-TRQ4qexyzYiwfYhV0f040TA7uaHNUpnlf3Iq8aIRnADH70NHjFwAnfL/Oh+qTSkGTwZ6wCzF6lPPROkVcKTsiw==",
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/@tycrek/log/-/log-0.7.3.tgz",
"integrity": "sha512-m4LSArpUw0myGIFFUPh7IBUmGb72ZplKdkBB8rmWrPebGF3/kdj5CYElm+R6stS+hIaw9yqL+8BM38Nbb47dgw==",
"requires": {
"chalk": "^4.1.2",
"luxon": "^3.3.0"

@ -41,7 +41,7 @@
"@tycrek/discord-hookr": "^0.1.0",
"@tycrek/express-postcss": "^0.4.0",
"@tycrek/joint": "^1.0.0-1",
"@tycrek/log": "^0.7.1",
"@tycrek/log": "^0.7.3",
"@tycrek/papito": "^0.3.4",
"@xoi/gps-metadata-remover": "^1.1.1",
"any-shell-escape": "^0.1.1",

Loading…
Cancel
Save