Skip to content

Commit a408a96

Browse files
committed
chore(activation-service): upgrade pino, jsonschema, http-errors
- pino: 6.11.3 → 6.14.0 - jsonschema: 1.4.0 → 1.5.0 - http-errors: 1.8.0 → 1.8.1 All minor/patch bumps. Tested locally — app loads, routing, validation, error handling, and logging all work correctly. Consolidates Snyk PRs #1032, #1033, #1034 which conflicted after #1031 was merged.
1 parent 4c27f15 commit a408a96

2 files changed

Lines changed: 54 additions & 98 deletions

File tree

activation-service/package-lock.json

Lines changed: 51 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

activation-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"dotenv": "^10.0.0",
2525
"express": "^4.21.2",
2626
"express-pino-logger": "^6.0.0",
27-
"http-errors": "^1.8.0",
28-
"jsonschema": "^1.4.0",
27+
"http-errors": "^1.8.1",
28+
"jsonschema": "^1.5.0",
2929
"lodash": "^4.17.21",
30-
"pino": "^6.11.3",
30+
"pino": "^6.14.0",
3131
"tfgrid-api-client": "^1.29.1"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)