diff --git a/package-lock.json b/package-lock.json index 60f74ee..fd7a279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "@emartech/escher-request", "license": "MIT", "dependencies": { - "@emartech/json-logger": "^7.2.3", + "@emartech/json-logger": "^8.0.0", "axios": "^1.12.2", "axios-retry": "^4.5.0", "escher-auth": "^4.0.0" @@ -88,10 +88,13 @@ } }, "node_modules/@emartech/json-logger": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/@emartech/json-logger/-/json-logger-7.2.3.tgz", - "integrity": "sha512-XLWJmoSy94TJJj86hXondcvtUgcqX+CAI632lYpIVCvF+VYfp4yHAkiew1+T+oHJ/71Pwq2ANpkW7GPereAcBA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@emartech/json-logger/-/json-logger-8.1.1.tgz", + "integrity": "sha512-RnXN0tkHtKrXlcSZheOGOWCyokkR38OskutkGt/UtYOFWzSb7+Di6zlAAm/GkKMzW6KMeRz7h2GIt5ISgmb9Aw==", "license": "MIT", + "dependencies": { + "lodash": "^4.17.21" + }, "engines": { "node": ">=14" } @@ -3703,6 +3706,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" + }, "node_modules/lodash-es": { "version": "4.17.22", "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz", diff --git a/package.json b/package.json index 917bcdd..a1c2b7f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "node": ">=20" }, "dependencies": { - "@emartech/json-logger": "^7.2.3", + "@emartech/json-logger": "^8.0.0", "axios": "^1.12.2", "axios-retry": "^4.5.0", "escher-auth": "^4.0.0"