diff --git a/workspaces/adoption-insights/package.json b/workspaces/adoption-insights/package.json index b06deb77f2..6ea0e9ac5c 100644 --- a/workspaces/adoption-insights/package.json +++ b/workspaces/adoption-insights/package.json @@ -54,7 +54,8 @@ "@types/react-dom": "^18", "@backstage/plugin-catalog-backend": "2.0.0", "@backstage/plugin-scaffolder-backend": "1.33.0", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/ai-integrations/package.json b/workspaces/ai-integrations/package.json index 61246a73e6..8d0fb06b46 100644 --- a/workspaces/ai-integrations/package.json +++ b/workspaces/ai-integrations/package.json @@ -50,7 +50,8 @@ }, "resolutions": { "@types/react": "^18", - "@types/react-dom": "^18" + "@types/react-dom": "^18", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/bulk-import/package.json b/workspaces/bulk-import/package.json index 791ef69106..05502a3de6 100644 --- a/workspaces/bulk-import/package.json +++ b/workspaces/bulk-import/package.json @@ -50,7 +50,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/global-floating-action-button/package.json b/workspaces/global-floating-action-button/package.json index fbe024fdbd..eeb6ef21db 100644 --- a/workspaces/global-floating-action-button/package.json +++ b/workspaces/global-floating-action-button/package.json @@ -51,7 +51,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/global-header/package.json b/workspaces/global-header/package.json index 1e1c81914b..777f0d5c21 100644 --- a/workspaces/global-header/package.json +++ b/workspaces/global-header/package.json @@ -54,7 +54,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/homepage/package.json b/workspaces/homepage/package.json index 80d0a1077e..c9975886a7 100644 --- a/workspaces/homepage/package.json +++ b/workspaces/homepage/package.json @@ -55,7 +55,8 @@ "@types/react": "^18", "@types/react-dom": "^18", "refractor@npm:3.6.0/prismjs": "^1.30.0", - "@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" + "@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", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/lightspeed/package.json b/workspaces/lightspeed/package.json index c0593ac543..b136f9d9f9 100644 --- a/workspaces/lightspeed/package.json +++ b/workspaces/lightspeed/package.json @@ -61,7 +61,8 @@ "@types/react-dom": "^18", "@backstage/plugin-catalog-backend": "2.0.0", "@backstage/plugin-scaffolder-backend": "1.33.0", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/marketplace/package.json b/workspaces/marketplace/package.json index 8ada6cbefb..11f8ad1380 100644 --- a/workspaces/marketplace/package.json +++ b/workspaces/marketplace/package.json @@ -55,7 +55,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/mcp-integrations/package.json b/workspaces/mcp-integrations/package.json index 10196c6ab3..eef2d5f992 100644 --- a/workspaces/mcp-integrations/package.json +++ b/workspaces/mcp-integrations/package.json @@ -50,7 +50,8 @@ }, "resolutions": { "@types/react": "^18", - "@types/react-dom": "^18" + "@types/react-dom": "^18", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/openshift-image-registry/package.json b/workspaces/openshift-image-registry/package.json index 371741e662..029a744c3d 100644 --- a/workspaces/openshift-image-registry/package.json +++ b/workspaces/openshift-image-registry/package.json @@ -48,7 +48,8 @@ }, "resolutions": { "@types/react": "^18", - "@types/react-dom": "^18" + "@types/react-dom": "^18", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/orchestrator/package.json b/workspaces/orchestrator/package.json index 8639aef086..7b1329c796 100644 --- a/workspaces/orchestrator/package.json +++ b/workspaces/orchestrator/package.json @@ -54,7 +54,8 @@ "@types/react-dom": "^18", "react": "^18", "react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@backstage/cli/config/prettier", "lint-staged": { diff --git a/workspaces/quickstart/package.json b/workspaces/quickstart/package.json index 40a7d2ae32..4d83033a23 100644 --- a/workspaces/quickstart/package.json +++ b/workspaces/quickstart/package.json @@ -49,7 +49,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/redhat-resource-optimization/package.json b/workspaces/redhat-resource-optimization/package.json index 0bb373d2e7..475b2310e7 100644 --- a/workspaces/redhat-resource-optimization/package.json +++ b/workspaces/redhat-resource-optimization/package.json @@ -66,7 +66,8 @@ "react": "^18", "react-dom": "^18", "@rjsf/core": "5.24.13", - "@rjsf/utils": "5.24.13" + "@rjsf/utils": "5.24.13", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/repo-tools/package.json b/workspaces/repo-tools/package.json index f26f706012..837810aaa1 100644 --- a/workspaces/repo-tools/package.json +++ b/workspaces/repo-tools/package.json @@ -27,6 +27,9 @@ "build:knip-reports": "backstage-repo-tools knip-reports", "postinstall": "cd ../../ && yarn install" }, + "resolutions": { + "pino": "^10.1.0" + }, "prettier": "@spotify/prettier-config", "lint-staged": { "*.{js,jsx,ts,tsx,mjs,cjs}": [ diff --git a/workspaces/sandbox/package.json b/workspaces/sandbox/package.json index 8fce46a9eb..d64db43e0c 100644 --- a/workspaces/sandbox/package.json +++ b/workspaces/sandbox/package.json @@ -63,7 +63,8 @@ }, "resolutions": { "@types/react": "^18", - "@types/react-dom": "^18" + "@types/react-dom": "^18", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/scorecard/package.json b/workspaces/scorecard/package.json index ee4612a6d3..c7de07c8c0 100644 --- a/workspaces/scorecard/package.json +++ b/workspaces/scorecard/package.json @@ -55,7 +55,8 @@ "@types/react": "^18", "@types/react-dom": "^18", "refractor@npm:3.6.0/prismjs": "^1.30.0", - "isolated-vm": "6.0.2" + "isolated-vm": "6.0.2", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/theme/package.json b/workspaces/theme/package.json index 3750bd7801..d0e957ec69 100644 --- a/workspaces/theme/package.json +++ b/workspaces/theme/package.json @@ -56,7 +56,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": { diff --git a/workspaces/translations/package.json b/workspaces/translations/package.json index acc8c86311..93f416262e 100644 --- a/workspaces/translations/package.json +++ b/workspaces/translations/package.json @@ -53,7 +53,8 @@ "resolutions": { "@types/react": "^18", "@types/react-dom": "^18", - "refractor@npm:3.6.0/prismjs": "^1.30.0" + "refractor@npm:3.6.0/prismjs": "^1.30.0", + "pino": "^10.1.0" }, "prettier": "@spotify/prettier-config", "lint-staged": {