Skip to content

Commit bcaf29a

Browse files
fix(deps): update log4bot
1 parent ccf7dbe commit bcaf29a

File tree

2 files changed

+184
-184
lines changed

2 files changed

+184
-184
lines changed

log4bot/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bpinternal/log4bot",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "Just a Logger",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -15,13 +15,13 @@
1515
"chalk": "4.1.2",
1616
"lodash": "4.17.21",
1717
"moment": "2.30.1",
18-
"regex-parser": "2.3.0"
18+
"regex-parser": "2.3.1"
1919
},
2020
"devDependencies": {
21-
"@types/lodash": "4.17.15",
22-
"@types/node": "18.19.75",
21+
"@types/lodash": "4.17.16",
22+
"@types/node": "18.19.80",
2323
"tsup": "^8.0.1",
24-
"typescript": "5.7.3",
24+
"typescript": "5.8.2",
2525
"vitest": "1.6.0"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)