Skip to content

Commit 5a54a28

Browse files
committed
fix(security): resolve CVE-2025-57319 by upgrading (resolution) pino to v10.1.0 which drops the usage of fast-redact
1 parent 2c872a4 commit 5a54a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@backstage/plugin-scaffolder-node@^0.2.9": "^0.7.0",
4343
"@backstage/plugin-home@^0.8.11": "patch:@backstage/plugin-home@npm%3A0.8.12#./.yarn/patches/@backstage-plugin-home-npm-0.8.12-0d7fbcc764.patch",
4444
"refractor@npm:3.6.0/prismjs": "^1.30.0",
45-
"pino": "^10.1.0" // fixes CVE-2025-57319
45+
"pino": "^10.1.0"
4646
},
4747
"packageManager": "[email protected]"
4848
}

0 commit comments

Comments
 (0)