diff --git a/package-lock.json b/package-lock.json index 582ae06f2..20450767e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18139,9 +18139,9 @@ } }, "node_modules/pino-pretty": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.1.tgz", - "integrity": "sha512-TNNEOg0eA0u+/WuqH0MH0Xui7uqVk9D74ESOpjtebSQYbNWJk/dIxCXIxFsNfeN53JmtWqYHP2OrIZjT/CBEnA==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.2.tgz", + "integrity": "sha512-3cN0tCakkT4f3zo9RXDIhy6GTvtYD6bK4CRBLN9j3E/ePqN1tugAXD5rGVfoChW6s0hiek+eyYlLNqc/BG7vBQ==", "license": "MIT", "dependencies": { "colorette": "^2.0.7", @@ -22935,7 +22935,7 @@ "node-cron": "^4.2.1", "nodemailer": "^7.0.6", "pino": "^10.0.0", - "pino-pretty": "^13.1.1", + "pino-pretty": "^13.1.2", "pug": "^3.0.2", "zod": "^4.0.17", "zod-openapi": "^5.4.2" @@ -23281,7 +23281,7 @@ "dotenv": "^16.6.1", "fastify": "^5.6.1", "pino": "^10.0.0", - "pino-pretty": "^13.1.1", + "pino-pretty": "^13.1.2", "uuid": "^11.1.0", "zod": "^3.24.1" }, @@ -23304,6 +23304,15 @@ "webpack-cli": "^6.0.1", "webpack-node-externals": "^3.0.0" } + }, + "services/satellite/node_modules/zod": { + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } } } } diff --git a/services/backend/package.json b/services/backend/package.json index fb6dca72d..b99f23217 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -43,7 +43,7 @@ "node-cron": "^4.2.1", "nodemailer": "^7.0.6", "pino": "^10.0.0", - "pino-pretty": "^13.1.1", + "pino-pretty": "^13.1.2", "pug": "^3.0.2", "zod": "^4.0.17", "zod-openapi": "^5.4.2" diff --git a/services/satellite/package.json b/services/satellite/package.json index b358c7c4b..d94f5b8ea 100644 --- a/services/satellite/package.json +++ b/services/satellite/package.json @@ -22,7 +22,7 @@ "zod": "^3.24.1", "fastify": "^5.6.1", "pino": "^10.0.0", - "pino-pretty": "^13.1.1", + "pino-pretty": "^13.1.2", "uuid": "^11.1.0" }, "devDependencies": {