feat: bump lhisp libs
Some checks are pending
CI Pipeline / build-and-test (push) Waiting to run
CI Pipeline / publish (push) Blocked by required conditions

This commit is contained in:
Leandro Costa 2026-01-24 10:13:20 -03:00
parent a9fbbc39be
commit ffa30f7941
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"lhisp-logger": "^3.0.5"
"lhisp-logger": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
@ -3330,9 +3330,9 @@
}
},
"node_modules/lhisp-logger": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/lhisp-logger/-/lhisp-logger-3.0.5.tgz",
"integrity": "sha512-2FIeSUQqjndprbvczSwJBalVdSJqlGa76OQhsjCpSTh27QTRZY+r7MnWohq0zLuMYcUynzXAqgDAE24ZU9PpqA==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/lhisp-logger/-/lhisp-logger-3.1.0.tgz",
"integrity": "sha512-dfWGqkn1yZqEwPFQ9LjdeMHm6G2/lrsQ5p3bF3sisflFVBXUB9LY5rzThEZPGCekeDz0GTw2T2LNyrRv8wPxDw==",
"license": "ISC",
"dependencies": {
"pino": "^10.3.0",

View file

@ -23,6 +23,6 @@
},
"dependencies": {
"axios": "^1.10.0",
"lhisp-logger": "^3.0.5"
"lhisp-logger": "^3.1.0"
}
}