Skip to content

Commit 9443334

Browse files
committed
fix(security): resolve CVE-2025-57319 by upgrading (resolution) pino in all workspaces
1 parent 52b60ee commit 9443334

File tree

18 files changed

+37
-17
lines changed

18 files changed

+37
-17
lines changed

workspaces/adoption-insights/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"@types/react-dom": "^18",
5555
"@backstage/plugin-catalog-backend": "2.0.0",
5656
"@backstage/plugin-scaffolder-backend": "1.33.0",
57-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
57+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
58+
"pino": "^10.1.0"
5859
},
5960
"prettier": "@spotify/prettier-config",
6061
"lint-staged": {

workspaces/ai-integrations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
},
5151
"resolutions": {
5252
"@types/react": "^18",
53-
"@types/react-dom": "^18"
53+
"@types/react-dom": "^18",
54+
"pino": "^10.1.0"
5455
},
5556
"prettier": "@spotify/prettier-config",
5657
"lint-staged": {

workspaces/bulk-import/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"resolutions": {
5151
"@types/react": "^18",
5252
"@types/react-dom": "^18",
53-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
53+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
54+
"pino": "^10.1.0"
5455
},
5556
"prettier": "@spotify/prettier-config",
5657
"lint-staged": {

workspaces/global-floating-action-button/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"resolutions": {
5252
"@types/react": "^18",
5353
"@types/react-dom": "^18",
54-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
54+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
55+
"pino": "^10.1.0"
5556
},
5657
"prettier": "@spotify/prettier-config",
5758
"lint-staged": {

workspaces/global-header/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"resolutions": {
5555
"@types/react": "^18",
5656
"@types/react-dom": "^18",
57-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
57+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
58+
"pino": "^10.1.0"
5859
},
5960
"prettier": "@spotify/prettier-config",
6061
"lint-staged": {

workspaces/homepage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"@types/react": "^18",
5656
"@types/react-dom": "^18",
5757
"refractor@npm:3.6.0/prismjs": "^1.30.0",
58-
"@backstage/plugin-home@^0.8.11": "patch:@backstage/plugin-home@npm%3A0.8.11#./.yarn/patches/@backstage-plugin-home-npm-0.8.11-a127246043.patch"
58+
"@backstage/plugin-home@^0.8.11": "patch:@backstage/plugin-home@npm%3A0.8.11#./.yarn/patches/@backstage-plugin-home-npm-0.8.11-a127246043.patch",
59+
"pino": "^10.1.0"
5960
},
6061
"prettier": "@spotify/prettier-config",
6162
"lint-staged": {

workspaces/lightspeed/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"@types/react-dom": "^18",
6262
"@backstage/plugin-catalog-backend": "2.0.0",
6363
"@backstage/plugin-scaffolder-backend": "1.33.0",
64-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
64+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
65+
"pino": "^10.1.0"
6566
},
6667
"prettier": "@spotify/prettier-config",
6768
"lint-staged": {

workspaces/marketplace/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"resolutions": {
5656
"@types/react": "^18",
5757
"@types/react-dom": "^18",
58-
"refractor@npm:3.6.0/prismjs": "^1.30.0"
58+
"refractor@npm:3.6.0/prismjs": "^1.30.0",
59+
"pino": "^10.1.0"
5960
},
6061
"prettier": "@spotify/prettier-config",
6162
"lint-staged": {

workspaces/mcp-integrations/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
},
5151
"resolutions": {
5252
"@types/react": "^18",
53-
"@types/react-dom": "^18"
53+
"@types/react-dom": "^18",
54+
"pino": "^10.1.0"
5455
},
5556
"prettier": "@spotify/prettier-config",
5657
"lint-staged": {

workspaces/openshift-image-registry/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
},
4949
"resolutions": {
5050
"@types/react": "^18",
51-
"@types/react-dom": "^18"
51+
"@types/react-dom": "^18",
52+
"pino": "^10.1.0"
5253
},
5354
"prettier": "@spotify/prettier-config",
5455
"lint-staged": {

0 commit comments

Comments
 (0)