feat: bump lhisp libs
Some checks failed
CI Pipeline / build-and-test (push) Failing after 40s
CI Pipeline / publish (push) Has been skipped

This commit is contained in:
Leandro Costa 2026-01-24 00:34:31 -03:00
parent a57955c7d9
commit a9fbbc39be
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

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

View file

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