diff --git a/.changeset/early-glasses-study.md b/.changeset/early-glasses-study.md new file mode 100644 index 0000000000..22fd5b945c --- /dev/null +++ b/.changeset/early-glasses-study.md @@ -0,0 +1,21 @@ +--- +'@frontside/backstage-plugin-graphql-backend-module-catalog': patch +'@frontside/backstage-plugin-incremental-ingestion-backend': patch +'@frontside/backstage-plugin-incremental-ingestion-github': patch +'@frontside/backstage-plugin-scaffolder-workflow': patch +'@frontside/backstage-plugin-effection-inspector-backend': patch +'@frontside/scaffolder-yaml-actions': patch +'@frontside/backstage-plugin-graphql-backend-node': patch +'@frontside/backstage-plugin-effection-inspector': patch +'@frontside/backstage-plugin-humanitec-backend': patch +'@frontside/backstage-ingestion-tests': patch +'@frontside/backstage-plugin-humanitec-common': patch +'@frontside/backstage-plugin-graphql-backend': patch +'@frontside/backstage-plugin-batch-loader': patch +'@internal/plugin-healthcheck': patch +'@frontside/backstage-plugin-humanitec': patch +'backend': patch +'app': patch +--- + +Bump Backstage to 1.18.4 and related dependencies. diff --git a/backstage.json b/backstage.json index 2e09d13aa4..43a147ba7b 100644 --- a/backstage.json +++ b/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.17.5" + "version": "1.18.4" } diff --git a/package.json b/package.json index fdd7246982..d58cbdcabf 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ] }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@changesets/cli": "^2.22.0", "@spotify/prettier-config": "^12.0.0", "concurrently": "^7.5.0", diff --git a/packages/app/package.json b/packages/app/package.json index 4e1387ad19..1d48aaa1b1 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -7,33 +7,33 @@ }, "bundled": true, "dependencies": { - "@backstage/app-defaults": "^1.4.2", - "@backstage/catalog-model": "^1.4.1", - "@backstage/cli": "^0.22.12", - "@backstage/core-app-api": "^1.9.1", - "@backstage/core-components": "^0.13.4", - "@backstage/core-plugin-api": "^1.5.3", - "@backstage/integration-react": "^1.1.18", - "@backstage/plugin-api-docs": "^0.9.10", - "@backstage/plugin-catalog": "^1.12.4", - "@backstage/plugin-catalog-graph": "^0.2.35", - "@backstage/plugin-catalog-import": "^0.9.13", - "@backstage/plugin-catalog-react": "^1.8.3", + "@backstage/app-defaults": "^1.4.3", + "@backstage/catalog-model": "^1.4.2", + "@backstage/cli": "^0.22.13", + "@backstage/core-app-api": "^1.10.0", + "@backstage/core-components": "^0.13.5", + "@backstage/core-plugin-api": "^1.6.0", + "@backstage/integration-react": "^1.1.19", + "@backstage/plugin-api-docs": "^0.9.11", + "@backstage/plugin-catalog": "^1.13.0", + "@backstage/plugin-catalog-graph": "^0.2.36", + "@backstage/plugin-catalog-import": "^0.10.0", + "@backstage/plugin-catalog-react": "^1.8.4", "@backstage/plugin-catalog-unprocessed-entities": "^0.1.3", - "@backstage/plugin-github-actions": "^0.6.4", - "@backstage/plugin-graphiql": "^0.2.53", - "@backstage/plugin-org": "^0.6.13", - "@backstage/plugin-scaffolder": "^1.14.4", - "@backstage/plugin-scaffolder-react": "^1.5.4", - "@backstage/plugin-search": "^1.3.6", - "@backstage/plugin-search-react": "^1.6.4", - "@backstage/plugin-tech-radar": "^0.6.7", - "@backstage/plugin-techdocs": "^1.6.8", - "@backstage/plugin-techdocs-module-addons-contrib": "^1.0.18", - "@backstage/plugin-techdocs-react": "^1.1.9", - "@backstage/plugin-user-settings": "^0.7.8", - "@backstage/theme": "^0.4.1", - "@backstage/types": "^1.1.0", + "@backstage/plugin-github-actions": "^0.6.5", + "@backstage/plugin-graphiql": "^0.2.54", + "@backstage/plugin-org": "^0.6.14", + "@backstage/plugin-scaffolder": "^1.15.0", + "@backstage/plugin-scaffolder-react": "^1.5.5", + "@backstage/plugin-search": "^1.4.0", + "@backstage/plugin-search-react": "^1.7.0", + "@backstage/plugin-tech-radar": "^0.6.8", + "@backstage/plugin-techdocs": "^1.7.0", + "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.0", + "@backstage/plugin-techdocs-react": "^1.1.11", + "@backstage/plugin-user-settings": "^0.7.10", + "@backstage/theme": "^0.4.2", + "@backstage/types": "^1.1.1", "@frontside/backstage-plugin-effection-inspector": "^0.1.9", "@frontside/backstage-plugin-humanitec": "^0.3.10", "@frontside/backstage-plugin-scaffolder-workflow": "^0.8.0", @@ -50,10 +50,10 @@ "react-use": "^17.2.4" }, "devDependencies": { - "@backstage/test-utils": "^1.4.2", + "@backstage/test-utils": "^1.4.3", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.4.3", + "@testing-library/react": "^12.1.3", + "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.2.0", "@types/node": "^16.11.26", "@types/react-dom": "*", diff --git a/packages/backend/package.json b/packages/backend/package.json index 440cbf25c9..235599f74b 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -17,29 +17,29 @@ "migrate:create": "knex migrate:make -x ts" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/backend-tasks": "^0.5.7", - "@backstage/catalog-client": "^1.4.3", - "@backstage/catalog-model": "^1.4.1", - "@backstage/config": "^1.0.8", - "@backstage/errors": "^1.2.1", - "@backstage/integration": "^1.6.2", - "@backstage/plugin-app-backend": "^0.3.50", - "@backstage/plugin-auth-backend": "^0.18.8", - "@backstage/plugin-auth-node": "^0.2.19", - "@backstage/plugin-catalog-backend": "^1.12.4", - "@backstage/plugin-catalog-backend-module-github": "^0.3.7", + "@backstage/backend-common": "^0.19.7", + "@backstage/backend-tasks": "^0.5.10", + "@backstage/catalog-client": "^1.4.4", + "@backstage/catalog-model": "^1.4.2", + "@backstage/config": "^1.1.0", + "@backstage/errors": "^1.2.2", + "@backstage/integration": "^1.7.0", + "@backstage/plugin-app-backend": "^0.3.53", + "@backstage/plugin-auth-backend": "^0.19.2", + "@backstage/plugin-auth-node": "^0.3.2", + "@backstage/plugin-catalog-backend": "^1.13.3", + "@backstage/plugin-catalog-backend-module-github": "^0.4.3", "@backstage/plugin-catalog-backend-module-unprocessed": "^0.3.2", - "@backstage/plugin-catalog-graph": "^0.2.35", - "@backstage/plugin-permission-common": "^0.7.7", - "@backstage/plugin-permission-node": "^0.7.13", - "@backstage/plugin-proxy-backend": "^0.3.2", - "@backstage/plugin-scaffolder-backend": "^1.16.5", - "@backstage/plugin-scaffolder-node": "^0.2.2", - "@backstage/plugin-search-backend": "^1.4.2", - "@backstage/plugin-search-backend-module-pg": "^0.5.11", - "@backstage/plugin-search-backend-node": "^1.2.6", - "@backstage/plugin-techdocs-backend": "^1.6.7", + "@backstage/plugin-catalog-graph": "^0.2.36", + "@backstage/plugin-permission-common": "^0.7.8", + "@backstage/plugin-permission-node": "^0.7.16", + "@backstage/plugin-proxy-backend": "^0.4.2", + "@backstage/plugin-scaffolder-backend": "^1.17.3", + "@backstage/plugin-scaffolder-node": "^0.2.5", + "@backstage/plugin-search-backend": "^1.4.5", + "@backstage/plugin-search-backend-module-pg": "^0.5.14", + "@backstage/plugin-search-backend-node": "^1.2.9", + "@backstage/plugin-techdocs-backend": "^1.7.2", "@frontside/backstage-plugin-batch-loader": "0.3.5", "@frontside/backstage-plugin-effection-inspector-backend": "0.1.9", "@frontside/backstage-plugin-graphql-backend": "^0.1.0", @@ -72,7 +72,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@octokit/types": "^6.34.0", "@types/dockerode": "^3.3.0", "@types/express": "^4.17.6", diff --git a/packages/ingestion-tests/package.json b/packages/ingestion-tests/package.json index 2f01526ebe..6828d6125f 100644 --- a/packages/ingestion-tests/package.json +++ b/packages/ingestion-tests/package.json @@ -21,11 +21,11 @@ "role": "common-library" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/catalog-client": "^1.4.3", - "@backstage/cli": "^0.22.12", - "@backstage/config": "^1.0.8", - "@backstage/integration": "^1.6.2", + "@backstage/backend-common": "^0.19.7", + "@backstage/catalog-client": "^1.4.4", + "@backstage/cli": "^0.22.13", + "@backstage/config": "^1.1.0", + "@backstage/integration": "^1.7.0", "@effection/process": "^2.0.4", "@effection/vitest": "^2.1.0", "@frontside/graphgen": "^1.6.0", diff --git a/plugins/batch-loader/package.json b/plugins/batch-loader/package.json index 3a084d9b0f..dd7744974d 100644 --- a/plugins/batch-loader/package.json +++ b/plugins/batch-loader/package.json @@ -23,17 +23,17 @@ "clean": "backstage-cli clean" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/catalog-model": "^1.4.1", + "@backstage/backend-common": "^0.19.7", + "@backstage/catalog-model": "^1.4.2", "knex": "^2.0.0", "winston": "^3.2.1" }, "devDependencies": { - "@backstage/cli": "^0.22.12", - "@backstage/config": "^1.0.8", - "@backstage/integration": "^1.6.2", - "@backstage/plugin-catalog-backend": "^1.12.4", - "@backstage/plugin-permission-node": "^0.7.13", + "@backstage/cli": "^0.22.13", + "@backstage/config": "^1.1.0", + "@backstage/integration": "^1.7.0", + "@backstage/plugin-catalog-backend": "^1.13.3", + "@backstage/plugin-permission-node": "^0.7.16", "@effection/jest": "^2.0.4", "effection": "^2.0.6", "jest": "^29.2.2" diff --git a/plugins/effection-inspector-backend/package.json b/plugins/effection-inspector-backend/package.json index ee634261da..8f79f5d974 100644 --- a/plugins/effection-inspector-backend/package.json +++ b/plugins/effection-inspector-backend/package.json @@ -22,8 +22,8 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/config": "^1.0.8", + "@backstage/backend-common": "^0.19.7", + "@backstage/config": "^1.1.0", "@effection/inspect-utils": "^2.1.6", "@types/express": "*", "effection": "^2.0.6", @@ -34,7 +34,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@types/supertest": "^2.0.8", "msw": "^0.35.0", "supertest": "^4.0.2" diff --git a/plugins/effection-inspector/package.json b/plugins/effection-inspector/package.json index adacd8bd6b..350cefa1aa 100644 --- a/plugins/effection-inspector/package.json +++ b/plugins/effection-inspector/package.json @@ -22,9 +22,9 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/core-components": "^0.13.4", - "@backstage/core-plugin-api": "^1.5.3", - "@backstage/theme": "^0.4.1", + "@backstage/core-components": "^0.13.5", + "@backstage/core-plugin-api": "^1.6.0", + "@backstage/theme": "^0.4.2", "@effection/inspect-ui": "^2.3.2", "@effection/react": "^2.2.2", "@material-ui/core": "^4.12.2", @@ -36,14 +36,14 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", - "@backstage/core-app-api": "^1.9.1", - "@backstage/dev-utils": "^1.0.20", - "@backstage/test-utils": "^1.4.2", + "@backstage/cli": "^0.22.13", + "@backstage/core-app-api": "^1.10.0", + "@backstage/dev-utils": "^1.0.21", + "@backstage/test-utils": "^1.4.3", "@effection/atom": "^2.0.6", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.4.3", + "@testing-library/react": "^12.1.3", + "@testing-library/user-event": "^14.5.1", "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index b2ffa22cc6..208588693e 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -40,11 +40,11 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/backend-plugin-api": "^0.6.2", - "@backstage/catalog-client": "^1.4.3", - "@backstage/catalog-model": "^1.4.1", - "@backstage/plugin-catalog-node": "^1.4.3", + "@backstage/backend-common": "^0.19.7", + "@backstage/backend-plugin-api": "^0.6.5", + "@backstage/catalog-client": "^1.4.4", + "@backstage/catalog-model": "^1.4.2", + "@backstage/plugin-catalog-node": "^1.4.6", "@frontside/backstage-plugin-graphql-backend": "^0.1.2", "@frontside/hydraphql": "^0.1.1", "@graphql-tools/load-files": "^7.0.0", @@ -56,7 +56,7 @@ "graphql-type-json": "^0.3.2" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@envelop/core": "^4.0.0", "@envelop/dataloader": "^5.0.0", "@envelop/graphql-modules": "^5.0.0", diff --git a/plugins/graphql-backend-node/package.json b/plugins/graphql-backend-node/package.json index b974ff1a9b..88c30b7ec8 100644 --- a/plugins/graphql-backend-node/package.json +++ b/plugins/graphql-backend-node/package.json @@ -33,14 +33,14 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-plugin-api": "^0.6.2", + "@backstage/backend-plugin-api": "^0.6.5", "@frontside/hydraphql": "^0.1.1", "dataloader": "^2.1.0", "graphql-modules": "^2.1.0", "graphql-yoga": "^4.0.3" }, "devDependencies": { - "@backstage/cli": "^0.22.12" + "@backstage/cli": "^0.22.13" }, "files": [ "dist" diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 021f0c02e3..5ef2e8bf1d 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -33,8 +33,8 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/backend-plugin-api": "^0.6.2", + "@backstage/backend-common": "^0.19.7", + "@backstage/backend-plugin-api": "^0.6.5", "@envelop/core": "^4.0.0", "@envelop/dataloader": "^5.0.0", "@envelop/graphql-modules": "^5.0.0", @@ -50,7 +50,7 @@ "winston": "^3.2.1" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@types/supertest": "^2.0.8", "supertest": "^6.1.3" }, diff --git a/plugins/healthcheck/package.json b/plugins/healthcheck/package.json index bc0c3cd3e1..196be5b31c 100644 --- a/plugins/healthcheck/package.json +++ b/plugins/healthcheck/package.json @@ -23,8 +23,8 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/config": "^1.0.8", + "@backstage/backend-common": "^0.19.7", + "@backstage/config": "^1.1.0", "@types/express": "*", "cross-fetch": "^3.0.6", "express": "^4.17.1", @@ -33,7 +33,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@types/supertest": "^2.0.8", "msw": "^0.35.0", "supertest": "^4.0.2" diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index fbfe81696b..4acafafff0 100644 --- a/plugins/humanitec-backend/package.json +++ b/plugins/humanitec-backend/package.json @@ -22,9 +22,9 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/config": "^1.0.8", - "@backstage/plugin-scaffolder-backend": "^1.16.5", + "@backstage/backend-common": "^0.19.7", + "@backstage/config": "^1.1.0", + "@backstage/plugin-scaffolder-backend": "^1.17.3", "@frontside/backstage-plugin-humanitec-common": "^0.3.8", "@types/express": "*", "cross-fetch": "3.1.5", @@ -36,7 +36,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@types/js-yaml": "^4.0.5", "@types/supertest": "^2.0.8", "msw": "^0.35.0", diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 91be26ac7a..6673e4859b 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -28,7 +28,7 @@ "zod": "^3.17.3" }, "devDependencies": { - "@backstage/cli": "^0.22.12" + "@backstage/cli": "^0.22.13" }, "files": [ "dist" diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index a71eb9cd48..786cdbb9b8 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -22,11 +22,11 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "^1.4.1", - "@backstage/core-components": "^0.13.4", - "@backstage/core-plugin-api": "^1.5.3", - "@backstage/plugin-catalog-react": "^1.8.3", - "@backstage/theme": "^0.4.1", + "@backstage/catalog-model": "^1.4.2", + "@backstage/core-components": "^0.13.5", + "@backstage/core-plugin-api": "^1.6.0", + "@backstage/plugin-catalog-react": "^1.8.4", + "@backstage/theme": "^0.4.2", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", @@ -38,14 +38,14 @@ "react": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", - "@backstage/core-app-api": "^1.9.1", - "@backstage/dev-utils": "^1.0.20", - "@backstage/test-utils": "^1.4.2", + "@backstage/cli": "^0.22.13", + "@backstage/core-app-api": "^1.10.0", + "@backstage/dev-utils": "^1.0.21", + "@backstage/test-utils": "^1.4.3", "@frontside/backstage-plugin-humanitec-common": "^0.3.8", "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^14.4.3", + "@testing-library/react": "^12.1.3", + "@testing-library/user-event": "^14.5.1", "@types/jest": "*", "@types/node": "*", "cross-fetch": "^3.1.5", diff --git a/plugins/incremental-ingestion-backend/package.json b/plugins/incremental-ingestion-backend/package.json index f1790b9833..76fc80e0f0 100644 --- a/plugins/incremental-ingestion-backend/package.json +++ b/plugins/incremental-ingestion-backend/package.json @@ -23,10 +23,10 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/catalog-model": "^1.4.1", - "@backstage/config": "^1.0.8", - "@backstage/plugin-catalog-backend": "^1.12.4", + "@backstage/backend-common": "^0.19.7", + "@backstage/catalog-model": "^1.4.2", + "@backstage/config": "^1.1.0", + "@backstage/plugin-catalog-backend": "^1.13.3", "@types/express": "*", "express": "^4.17.1", "express-promise-router": "^4.1.0", @@ -38,7 +38,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@types/luxon": "^2.0.4", "@types/supertest": "^2.0.8", "@types/uuid": "^8.3.4", diff --git a/plugins/incremental-ingestion-github/package.json b/plugins/incremental-ingestion-github/package.json index dca56e70c3..5fa0c3a86d 100644 --- a/plugins/incremental-ingestion-github/package.json +++ b/plugins/incremental-ingestion-github/package.json @@ -23,9 +23,9 @@ "generate": "graphql-codegen --config codegen.yml" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/config": "^1.0.8", - "@backstage/integration": "^1.6.2", + "@backstage/backend-common": "^0.19.7", + "@backstage/config": "^1.1.0", + "@backstage/integration": "^1.7.0", "@frontside/backstage-plugin-incremental-ingestion-backend": "*", "@graphql-codegen/near-operation-file-preset": "^2.4.1", "@graphql-codegen/typescript-operations": "^2.5.3", @@ -41,7 +41,7 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/cli": "^0.22.12", + "@backstage/cli": "^0.22.13", "@graphql-codegen/cli": "^4.0.0", "@graphql-codegen/typescript": "^4.0.0", "@graphql-codegen/typescript-document-nodes": "^4.0.0", diff --git a/plugins/scaffolder-frontend-workflow/package.json b/plugins/scaffolder-frontend-workflow/package.json index 92affe34f6..279271400d 100644 --- a/plugins/scaffolder-frontend-workflow/package.json +++ b/plugins/scaffolder-frontend-workflow/package.json @@ -22,12 +22,12 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "^1.4.1", - "@backstage/core-components": "^0.13.4", - "@backstage/core-plugin-api": "^1.5.3", - "@backstage/plugin-scaffolder-react": "^1.5.4", - "@backstage/theme": "^0.4.1", - "@backstage/types": "^1.1.0", + "@backstage/catalog-model": "^1.4.2", + "@backstage/core-components": "^0.13.5", + "@backstage/core-plugin-api": "^1.6.0", + "@backstage/plugin-scaffolder-react": "^1.5.5", + "@backstage/theme": "^0.4.2", + "@backstage/types": "^1.1.1", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", @@ -49,14 +49,14 @@ "react-router-dom": "^6.x.x" }, "devDependencies": { - "@backstage/cli": "^0.22.12", - "@backstage/core-app-api": "^1.9.1", - "@backstage/dev-utils": "^1.0.20", - "@backstage/test-utils": "^1.4.2", - "@testing-library/jest-dom": "^5.10.1", + "@backstage/cli": "^0.22.13", + "@backstage/core-app-api": "^1.10.0", + "@backstage/dev-utils": "^1.0.21", + "@backstage/test-utils": "^1.4.3", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.3", "@testing-library/react-hooks": "^8.0.1", - "@testing-library/user-event": "^14.0.0", + "@testing-library/user-event": "^14.5.1", "@types/node": "*", "cross-fetch": "^3.1.5", "msw": "^0.49.0", diff --git a/plugins/scaffolder-yaml-actions/package.json b/plugins/scaffolder-yaml-actions/package.json index 93f7953f7b..1365e4639e 100644 --- a/plugins/scaffolder-yaml-actions/package.json +++ b/plugins/scaffolder-yaml-actions/package.json @@ -23,11 +23,11 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "^0.19.4", - "@backstage/catalog-model": "^1.4.1", - "@backstage/integration": "^1.6.2", - "@backstage/plugin-scaffolder-backend": "^1.16.5", - "@backstage/plugin-scaffolder-node": "^0.2.2", + "@backstage/backend-common": "^0.19.7", + "@backstage/catalog-model": "^1.4.2", + "@backstage/integration": "^1.7.0", + "@backstage/plugin-scaffolder-backend": "^1.17.3", + "@backstage/plugin-scaffolder-node": "^0.2.5", "assert-ts": "^0.3.4", "fs-extra": "^11.1.1", "git-url-parse": "^13.1.0", @@ -36,7 +36,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@backstage/cli": "^0.22.12" + "@backstage/cli": "^0.22.13" }, "files": [ "dist" diff --git a/yarn.lock b/yarn.lock index d10fee07c6..e9b4b5ab57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,55 +2006,19 @@ "@babel/helper-validator-identifier" "^7.22.15" to-fast-properties "^2.0.0" -"@backstage/app-defaults@^1.4.2": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@backstage/app-defaults/-/app-defaults-1.4.2.tgz#31152da99c2d4a745a57c0ec4acb87236a4ef58f" - integrity sha512-WYJe/zyl5wkWKdx80dPLEvjM+8nY9zch2Ex7wmxxkd+9TwqQsiasL9nXqucGE+acx+sgvt3iwqWrpu3Svdhfqw== - dependencies: - "@backstage/core-app-api" "^1.9.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-permission-react" "^0.4.14" - "@backstage/theme" "^0.4.1" +"@backstage/app-defaults@^1.4.3": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@backstage/app-defaults/-/app-defaults-1.4.3.tgz#98e137b650b4eeae3f684f2b4f6530400bee8a1b" + integrity sha512-gPm95kDOj+t1ewHxoNERjqfcMaG7ffevyfdfEM4smY0OiCc2xG17PupsILbcNCCCjYrp1OHkcGxpZ5ER5uT3uQ== + dependencies: + "@backstage/core-app-api" "^1.10.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-permission-react" "^0.4.15" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" -"@backstage/backend-app-api@^0.5.2": - version "0.5.2" - resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-0.5.2.tgz#a5be3250c34b0813f728f82df4c87e16534cbc1a" - integrity sha512-ecJEhPFMaT7IjSMHUvTEKo8Pvjkv35/JbmZRifPy79EAK/7DxSCb6pHekU1e/nnmcvuIWfpguLINbBeqKL5HSg== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/cli-common" "^0.1.12" - "@backstage/cli-node" "^0.1.3" - "@backstage/config" "^1.0.8" - "@backstage/config-loader" "^1.4.0" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-permission-node" "^0.7.13" - "@backstage/types" "^1.1.0" - "@manypkg/get-packages" "^1.1.3" - "@types/cors" "^2.8.6" - "@types/express" "^4.17.6" - compression "^1.7.4" - cors "^2.8.5" - express "^4.17.1" - express-promise-router "^4.1.0" - fs-extra "10.1.0" - helmet "^6.0.0" - lodash "^4.17.21" - logform "^2.3.2" - minimatch "^5.0.0" - minimist "^1.2.5" - morgan "^1.10.0" - node-forge "^1.3.1" - selfsigned "^2.0.0" - stoppable "^1.1.0" - winston "^3.2.1" - winston-transport "^4.5.0" - "@backstage/backend-app-api@^0.5.5": version "0.5.5" resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-0.5.5.tgz#1f67f423ed78c339a0bb2af65e9b77e3bb59f399" @@ -2091,70 +2055,6 @@ winston "^3.2.1" winston-transport "^4.5.0" -"@backstage/backend-common@^0.19.4": - version "0.19.4" - resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.19.4.tgz#c27fb52ed69c9b28d9db85318cc6b5d161ba2322" - integrity sha512-D0pXpfLVWFSPejsW9OQaebhpV3ujRtVNFlRYPGbcJRq3Q0oebnNCz+9KO/Aunv27oGi7Pl0OYDjY9hpMPH+O4w== - dependencies: - "@aws-sdk/abort-controller" "^3.347.0" - "@aws-sdk/client-s3" "^3.350.0" - "@aws-sdk/credential-providers" "^3.350.0" - "@aws-sdk/types" "^3.347.0" - "@backstage/backend-app-api" "^0.5.2" - "@backstage/backend-dev-utils" "^0.1.1" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/cli-common" "^0.1.12" - "@backstage/config" "^1.0.8" - "@backstage/config-loader" "^1.4.0" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/integration-aws-node" "^0.1.5" - "@backstage/types" "^1.1.0" - "@google-cloud/storage" "^6.0.0" - "@keyv/memcache" "^1.3.5" - "@keyv/redis" "^2.5.3" - "@kubernetes/client-node" "0.18.1" - "@manypkg/get-packages" "^1.1.3" - "@octokit/rest" "^19.0.3" - "@types/cors" "^2.8.6" - "@types/dockerode" "^3.3.0" - "@types/express" "^4.17.6" - "@types/luxon" "^3.0.0" - "@types/webpack-env" "^1.15.2" - archiver "^5.0.2" - base64-stream "^1.0.0" - compression "^1.7.4" - concat-stream "^2.0.0" - cors "^2.8.5" - dockerode "^3.3.1" - express "^4.17.1" - express-promise-router "^4.1.0" - fs-extra "10.1.0" - git-url-parse "^13.0.0" - helmet "^6.0.0" - isomorphic-git "^1.23.0" - jose "^4.6.0" - keyv "^4.5.2" - knex "^2.0.0" - lodash "^4.17.21" - logform "^2.3.2" - luxon "^3.0.0" - minimatch "^5.0.0" - minimist "^1.2.5" - morgan "^1.10.0" - node-fetch "^2.6.7" - node-forge "^1.3.1" - pg "^8.3.0" - raw-body "^2.4.1" - selfsigned "^2.0.0" - stoppable "^1.1.0" - tar "^6.1.12" - uuid "^8.3.2" - winston "^3.2.1" - winston-transport "^4.5.0" - yauzl "^2.10.0" - yn "^4.0.0" - "@backstage/backend-common@^0.19.7": version "0.19.7" resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.19.7.tgz#69ec9e4ea8b75745e4a320711501b50604d8e049" @@ -2225,12 +2125,12 @@ resolved "https://registry.yarnpkg.com/@backstage/backend-dev-utils/-/backend-dev-utils-0.1.1.tgz#5a10998436df08adb86066f1d685421de5d05f1c" integrity sha512-5emcwuBp7WtJlUkuS5Ex7bJVaZUJkU330J24QMqwYmd+/ujf2S7m6aLUyE+lr5yH5xQ7kZY27u9QZv6hWmLytw== -"@backstage/backend-openapi-utils@^0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@backstage/backend-openapi-utils/-/backend-openapi-utils-0.0.3.tgz#8c29f9603046472366a315882b66c2c30e22f13f" - integrity sha512-YuV7SCAgrnwPM/L5SW0EJecJkvtadhs2HTJilVMfjhRCyELJZDMWjtnMml0XflxuegV0B364TX52K/11/oruKA== +"@backstage/backend-openapi-utils@^0.0.4": + version "0.0.4" + resolved "https://registry.yarnpkg.com/@backstage/backend-openapi-utils/-/backend-openapi-utils-0.0.4.tgz#2fdfbc20c073c9775041f0a919827e402bfff194" + integrity sha512-oNTPrnISXHpOcTcnic4MnvID56960M2QmzsA6jis/iSZYzU7ajvTLmbr19HWPnLdpLbSCC1U5tYr+z7lK0tYyA== dependencies: - "@backstage/errors" "^1.2.1" + "@backstage/errors" "^1.2.2" "@types/express" "^4.17.6" "@types/express-serve-static-core" "^4.17.5" express "^4.17.1" @@ -2240,20 +2140,6 @@ lodash "^4.17.21" openapi3-ts "^3.1.2" -"@backstage/backend-plugin-api@^0.6.2": - version "0.6.2" - resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.6.2.tgz#bf1215d62b31c2bee9e7b51aac4237b7d3d56690" - integrity sha512-ViSENG/e4+6/19R0xcEduXc8XjBPpxXzi1FFke4J5NwR+OIOjtMugVnJLWiAfHJNMvUI2Q4Jb2zGouxqbwgBIA== - dependencies: - "@backstage/backend-tasks" "^0.5.7" - "@backstage/config" "^1.0.8" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/types" "^1.1.0" - "@types/express" "^4.17.6" - express "^4.17.1" - knex "^2.0.0" - "@backstage/backend-plugin-api@^0.6.5": version "0.6.5" resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.6.5.tgz#ec156b30518a0fd16be866bd5efe812afc10a9b3" @@ -2286,33 +2172,6 @@ winston "^3.2.1" zod "^3.21.4" -"@backstage/backend-tasks@^0.5.7": - version "0.5.7" - resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.5.7.tgz#49b761bd8906fc4252a806305811e94ab6a21eb3" - integrity sha512-ksWvho3zJQz6Xrx/ecLoi4Q4poLncexXKw/Y1aNhsVFbvBtajgGn+atsjSY9vK/GWv9WjFjr7n5zg+3Bm7mW8Q== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/types" "^1.1.0" - "@types/luxon" "^3.0.0" - cron "^2.0.0" - knex "^2.0.0" - lodash "^4.17.21" - luxon "^3.0.0" - uuid "^8.0.0" - winston "^3.2.1" - zod "^3.21.4" - -"@backstage/catalog-client@^1.4.3": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.4.3.tgz#e7631dcae97a7620b1532666a12e92be092a9f34" - integrity sha512-a9l8kiPyH7RV2h7i4xYemNZbHj5tQfaaSueO2ln5Ew52CoVzdKB/c66y4B1/K8S/kGneyfc1cI8A33IiYp4VfA== - dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/errors" "^1.2.1" - cross-fetch "^3.1.5" - "@backstage/catalog-client@^1.4.4": version "1.4.4" resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.4.4.tgz#cb8be20a7365917dbf10db148a3306e500f33f5b" @@ -2322,19 +2181,6 @@ "@backstage/errors" "^1.2.2" cross-fetch "^3.1.5" -"@backstage/catalog-model@^1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.4.1.tgz#8d57217647a3eef68ad7c7c268af573be9974201" - integrity sha512-RpPhE15B9HMMKHLuPwRyi8cXVcX10FZpK0N767t/Nxplin8NALacKXSOa4jNqVXqj3ZYULeJHri0/dI6y4C5Iw== - dependencies: - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/types" "^1.1.0" - ajv "^8.10.0" - json-schema "^0.4.0" - lodash "^4.17.21" - uuid "^8.0.0" - "@backstage/catalog-model@^1.4.2": version "1.4.2" resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.4.2.tgz#5e03a63a9d08e3f4d8b5fa0afc6e2b06c591551e" @@ -2353,20 +2199,6 @@ resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.12.tgz#8e1ea10da38554b9bc910e0da532b73af4669a2f" integrity sha512-CoXAcIQprLAuk4gsJyqrZHRyZ5Mpfpr87lBzhSBWgriMTVgKH5bfMqZmGzm5TTZRlOIX09RLINp9e3kLkfO3Fg== -"@backstage/cli-node@^0.1.3": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@backstage/cli-node/-/cli-node-0.1.3.tgz#be32582957c52c80cd421893ec3b1d85ab2419ce" - integrity sha512-3djqOzkHYosxxriWjqeqIAcLRUcVGM/YXuS1lDMLQDdZKuIEoyXJddTOm9bsaio6huDrvnMBcJ5kgkHTm3mgKA== - dependencies: - "@backstage/cli-common" "^0.1.12" - "@backstage/errors" "^1.2.1" - "@backstage/types" "^1.1.0" - "@manypkg/get-packages" "^1.1.3" - "@yarnpkg/parsers" "^3.0.0-rc.4" - fs-extra "10.1.0" - semver "^7.5.3" - zod "^3.21.4" - "@backstage/cli-node@^0.1.4": version "0.1.4" resolved "https://registry.yarnpkg.com/@backstage/cli-node/-/cli-node-0.1.4.tgz#a9af67b8f6a54781329f689b6466fde20175a128" @@ -2381,22 +2213,23 @@ semver "^7.5.3" zod "^3.21.4" -"@backstage/cli@^0.22.12": - version "0.22.12" - resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.22.12.tgz#7199b3cadfb9748eb95358e39d7bd7d152ecdf5d" - integrity sha512-gU7RQvTnrZHbsWTlsMHx+5pBRP4ZRt6wUp8ZQAbS7v1sEt3oPawlglreGv/IWWW/zF7zuJWneAe+RZvgzPC/mA== +"@backstage/cli@^0.22.13": + version "0.22.13" + resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.22.13.tgz#e9ff9b2fe8c0815b3b850e79b0de6a7e9faa957f" + integrity sha512-NeH45Llb0GRQ10IUyyCkJPbOCEW26Jpg+cHwF28id4/5I2pTb1e+tYW9ViF436XoUxjC9qdRfNyVn2N6sxMtMQ== dependencies: - "@backstage/catalog-model" "^1.4.1" + "@backstage/catalog-model" "^1.4.2" "@backstage/cli-common" "^0.1.12" - "@backstage/cli-node" "^0.1.3" - "@backstage/config" "^1.0.8" - "@backstage/config-loader" "^1.4.0" - "@backstage/errors" "^1.2.1" + "@backstage/cli-node" "^0.1.4" + "@backstage/config" "^1.1.0" + "@backstage/config-loader" "^1.5.0" + "@backstage/errors" "^1.2.2" "@backstage/eslint-plugin" "^0.1.3" - "@backstage/integration" "^1.6.2" - "@backstage/release-manifests" "^0.0.9" - "@backstage/types" "^1.1.0" + "@backstage/integration" "^1.7.0" + "@backstage/release-manifests" "^0.0.10" + "@backstage/types" "^1.1.1" "@esbuild-kit/cjs-loader" "^2.4.1" + "@esbuild-kit/esm-loader" "^2.5.5" "@manypkg/get-packages" "^1.1.3" "@octokit/graphql" "^5.0.0" "@octokit/graphql-schema" "^13.7.0" @@ -2478,7 +2311,7 @@ rollup-plugin-esbuild "^4.7.2" rollup-plugin-postcss "^4.0.0" rollup-pluginutils "^2.8.2" - run-script-webpack-plugin "^0.1.0" + run-script-webpack-plugin "^0.2.0" semver "^7.5.3" style-loader "^3.3.1" sucrase "^3.20.2" @@ -2494,29 +2327,6 @@ yn "^4.0.0" zod "^3.21.4" -"@backstage/config-loader@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.4.0.tgz#d2f8aaad3d2977f9bfda98239e51cdf3ecb610f6" - integrity sha512-Qk3U4fYvqpcWOPr5ClC+Q+ByXB1GCRRieiQNsgSszR2hFqWpRNVoiv0j+6YMsbvVmNX8VFO3iKJEd11Ae1RB/g== - dependencies: - "@backstage/cli-common" "^0.1.12" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/types" "^1.1.0" - "@types/json-schema" "^7.0.6" - ajv "^8.10.0" - chokidar "^3.5.2" - fs-extra "10.1.0" - json-schema "^0.4.0" - json-schema-merge-allof "^0.8.1" - json-schema-traverse "^1.0.0" - lodash "^4.17.21" - minimist "^1.2.5" - node-fetch "^2.6.7" - typescript-json-schema "^0.55.0" - yaml "^2.0.0" - yup "^0.32.9" - "@backstage/config-loader@^1.5.0": version "1.5.0" resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.5.0.tgz#48568a0b83d7546eebf0f5c3f6f0a46842488f96" @@ -2540,14 +2350,6 @@ yaml "^2.0.0" yup "^0.32.9" -"@backstage/config@^1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.0.8.tgz#283a4900c7aae216bd4e3dce4389ce060f989884" - integrity sha512-Y7JLnBrXX0G7z+Zj4vRwp/Mb8fLhCc1K/LqRRQUHMmnTDb3T7xMgpM3+0ZPpedWqslWrC2OYRrOE5PQxpFnmdg== - dependencies: - "@backstage/types" "^1.1.0" - lodash "^4.17.21" - "@backstage/config@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.1.0.tgz#44eb90dbbc246f0c503260292dad63323325a581" @@ -2557,70 +2359,24 @@ "@backstage/types" "^1.1.1" lodash "^4.17.21" -"@backstage/core-app-api@^1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.9.1.tgz#ab0b50948b28ada97da2b8fb07ff3b45b999d62e" - integrity sha512-kWoMEAPQFB7fooRnEy4H3PqFB+DedXSPvBmflJkM09HKWIkFrLGH3U+a4plEBCsSrGV5pw9Bs3O1N8YiDCxLyQ== +"@backstage/core-app-api@^1.10.0": + version "1.10.0" + resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.10.0.tgz#3b71d8b57feeb9fdd6639ec1a5b81fbfce3341d2" + integrity sha512-5n16p0qRiO6YTnKHJAUK+Hhb6RjhlXZFl7hIwJeaU+EsUuhievL62+VX5oAKExoFV727mLEDqcqjiX1OAhqe5Q== dependencies: - "@backstage/config" "^1.0.8" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" + "@backstage/config" "^1.1.0" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.5" "@types/prop-types" "^15.7.3" "@types/react" "^16.13.1 || ^17.0.0" history "^5.0.0" + i18next "^22.4.15" prop-types "^15.7.2" react-use "^17.2.4" zen-observable "^0.10.0" zod "^3.21.4" -"@backstage/core-components@^0.13.4": - version "0.13.4" - resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.13.4.tgz#0275bf4c1e2495c4357db560eec33f15f941f90b" - integrity sha512-rkiGtAm9JAHHmSEAOzafFfTbBzlOb6Ecu/Ng78fn4H1qig7Vdm7zJ6FwXcnfREMgiSV+xnoOioN7XMyZAfjMgg== - dependencies: - "@backstage/config" "^1.0.8" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/theme" "^0.4.1" - "@backstage/version-bridge" "^1.0.4" - "@date-io/core" "^1.3.13" - "@material-table/core" "^3.1.0" - "@material-ui/core" "^4.12.2" - "@material-ui/icons" "^4.9.1" - "@material-ui/lab" "4.0.0-alpha.61" - "@react-hookz/web" "^20.0.0" - "@types/react" "^16.13.1 || ^17.0.0" - "@types/react-sparklines" "^1.7.0" - "@types/react-text-truncate" "^0.14.0" - ansi-regex "^6.0.1" - classnames "^2.2.6" - d3-selection "^3.0.0" - d3-shape "^3.0.0" - d3-zoom "^3.0.0" - dagre "^0.8.5" - history "^5.0.0" - immer "^9.0.1" - linkify-react "4.1.1" - linkifyjs "4.1.1" - lodash "^4.17.21" - pluralize "^8.0.0" - prop-types "^15.7.2" - qs "^6.9.4" - rc-progress "3.4.2" - react-helmet "6.1.0" - react-hook-form "^7.12.2" - react-markdown "^8.0.0" - react-sparklines "^1.7.0" - react-syntax-highlighter "^15.4.5" - react-text-truncate "^0.19.0" - react-use "^17.3.2" - react-virtualized-auto-sizer "^1.0.11" - react-window "^1.8.6" - remark-gfm "^3.0.1" - zen-observable "^0.10.0" - zod "^3.21.4" - "@backstage/core-components@^0.13.5": version "0.13.5" resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.13.5.tgz#acdd166c0536941d401dfc29d49dd45c38f8c89e" @@ -2669,19 +2425,6 @@ zen-observable "^0.10.0" zod "^3.21.4" -"@backstage/core-plugin-api@^1.5.3": - version "1.5.3" - resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.5.3.tgz#2b28aa74c97d012873f676479c477e26849e44d3" - integrity sha512-GMqzfpyJkGoZyLOE0zj95kWUE9XC7hNyhiOCW81bq0MsjhoQ8PM4TyuvVi3WhiexC4/zmkZpNjhUKnx1yuhhvg== - dependencies: - "@backstage/config" "^1.0.8" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" - "@types/react" "^16.13.1 || ^17.0.0" - history "^5.0.0" - prop-types "^15.7.2" - zen-observable "^0.10.0" - "@backstage/core-plugin-api@^1.6.0": version "1.6.0" resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.6.0.tgz#15c30f01c79e82756e5c286675f8801195538afb" @@ -2696,20 +2439,20 @@ prop-types "^15.7.2" zen-observable "^0.10.0" -"@backstage/dev-utils@^1.0.20": - version "1.0.20" - resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.20.tgz#a52348a856062123b152a10802f587a128c1192f" - integrity sha512-eTW12SFtV6h5WuZWyLCUywJKTtIPd6i7E+q179ZWMU1XEdLSss9dtoXT88EjPL5shZuzusS34r4nRuaJ2xI1gg== - dependencies: - "@backstage/app-defaults" "^1.4.2" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-app-api" "^1.9.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/test-utils" "^1.4.2" - "@backstage/theme" "^0.4.1" +"@backstage/dev-utils@^1.0.21": + version "1.0.21" + resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.21.tgz#455bb798feb6c2c93c593cf945cabdf002230b2c" + integrity sha512-boq8PCCUtTGSrZikb4662i/7PZRbE0hDMASrjPLf6afbpLYwa6jtysLjcjd4YK9RK1W4VqLO+EdWvRifQwQ8Hg== + dependencies: + "@backstage/app-defaults" "^1.4.3" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-app-api" "^1.10.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/test-utils" "^1.4.3" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@testing-library/dom" "^8.0.0" @@ -2720,15 +2463,6 @@ react-use "^17.2.4" zen-observable "^0.10.0" -"@backstage/errors@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.2.1.tgz#07e794c5c48488bade6df7759c3d8f3124594199" - integrity sha512-h/sMf/scTmlImVHToXTHatb1jRR1BRkdbFxRC3APNg/16TlnVgmgyNzrkYFm/hFyDHqrdyfhU+bs9l6+LNjD3w== - dependencies: - "@backstage/types" "^1.1.0" - cross-fetch "^3.1.5" - serialize-error "^8.0.1" - "@backstage/errors@^1.2.2": version "1.2.2" resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.2.2.tgz#3494f848ccd8216a04e33b3b0bb058edfd293a17" @@ -2746,18 +2480,17 @@ "@manypkg/get-packages" "^1.1.3" minimatch "^5.1.2" -"@backstage/integration-aws-node@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@backstage/integration-aws-node/-/integration-aws-node-0.1.5.tgz#59ab3e2cfadc485d78df74705c9725594fcf39b9" - integrity sha512-UgttJbdIIkalF6qXw9M7w3dP8tvBqN6fn39Kap1jVKDmCoxwaDYwwhfNhGcbQkzQ9khjsW2l58s0pL0YICu6GQ== +"@backstage/frontend-plugin-api@^0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@backstage/frontend-plugin-api/-/frontend-plugin-api-0.1.0.tgz#4f5c42fc2f06ffaad4ead2442fc405492781d313" + integrity sha512-1q9lB7s9wFG3vRdv5kZnQC13cai7G5drcy4p0S7Tnw7DLiTN+igJmDzc2GOcSBZg9jyhn25QH3x5cSc+0n2fmg== dependencies: - "@aws-sdk/client-sts" "^3.350.0" - "@aws-sdk/credential-provider-node" "^3.350.0" - "@aws-sdk/credential-providers" "^3.350.0" - "@aws-sdk/types" "^3.347.0" - "@aws-sdk/util-arn-parser" "^3.310.0" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/types" "^1.1.1" + "@types/react" "^16.13.1 || ^17.0.0" + lodash "^4.17.21" + zod "^3.21.4" + zod-to-json-schema "^3.21.4" "@backstage/integration-aws-node@^0.1.6": version "0.1.6" @@ -2772,36 +2505,22 @@ "@backstage/config" "^1.1.0" "@backstage/errors" "^1.2.2" -"@backstage/integration-react@^1.1.18": - version "1.1.18" - resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.18.tgz#116aaf346538d075d2aba385c690921d4424427e" - integrity sha512-ncKcpZxNSKohNC5V6An93sL6cFXO58C6nulPOYYm0rVWWTp1gWZYcVnYyZH9n9zGctKB3iJTpE/2RKV3U5EJlA== +"@backstage/integration-react@^1.1.19": + version "1.1.19" + resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.19.tgz#257fbed733ab7b80939ae947283d0f9e895c6fad" + integrity sha512-Pz7sr27BKONwvd2gjgHk1cfaThfMJUgD1QiJxTZWBnI+oWBu+UWMYbFQtkavQceTkxaZU0aPLzupfuZ4FR//vg== dependencies: - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/integration" "^1.6.2" - "@backstage/theme" "^0.4.1" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/integration" "^1.7.0" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" + "@types/react" "^16.13.1 || ^17.0.0" react-use "^17.2.4" -"@backstage/integration@^1.6.2": - version "1.6.2" - resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.6.2.tgz#83e70aea9d78624a2b6c0c4c3a37675752cdbede" - integrity sha512-10XNwGmzoLwcsRPieZLoYRXBBYvdkakT+TY5ucNaGw9QwxvlFZxDel1hIPLJIEctV9yFCkf1iw4ufJBiaHNJjQ== - dependencies: - "@azure/identity" "^3.2.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@octokit/auth-app" "^4.0.0" - "@octokit/rest" "^19.0.3" - cross-fetch "^3.1.5" - git-url-parse "^13.0.0" - lodash "^4.17.21" - luxon "^3.0.0" - "@backstage/integration@^1.7.0": version "1.7.0" resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.7.0.tgz#8f398411c13a87c94f1550f9b9e454d79c3780ed" @@ -2817,18 +2536,18 @@ lodash "^4.17.21" luxon "^3.0.0" -"@backstage/plugin-api-docs@^0.9.10": - version "0.9.10" - resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.9.10.tgz#e5146fbba2a1afdde9ecd9870aad3e3609970ff0" - integrity sha512-n0UmJqhzgBpbSzFtBrZYCT+4ckJjUi/6twHHs5/WWLSCokAR6sU2mIGHb5PFDLrnW+beA0IPN/uAAkXT34HtmQ== +"@backstage/plugin-api-docs@^0.9.11": + version "0.9.11" + resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.9.11.tgz#66c10f38f5b40d45c6c26fe13e674ee380256eda" + integrity sha512-QtT5kBO43LAoDKiv2sp+9IOvbxJ3U2P8HQQM4Af85KowFlwwg1+nn1eepgoNp6n5k+granaX4GKk0ba1uEH4sQ== dependencies: "@asyncapi/react-component" "1.0.0-next.48" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-catalog" "^1.12.4" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/theme" "^0.4.1" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-catalog" "^1.13.0" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -2840,17 +2559,17 @@ react-use "^17.2.4" swagger-ui-react "^5.0.0" -"@backstage/plugin-app-backend@^0.3.50": - version "0.3.50" - resolved "https://registry.yarnpkg.com/@backstage/plugin-app-backend/-/plugin-app-backend-0.3.50.tgz#a07087358da44c1e6c7254a76e82c59099ef7380" - integrity sha512-DwdD4cbpt3yssdxpJ4be0ExfbnXWpcNkaUZi/ZHmngPWT2xchgEHiOMbs5ZBKllKfEChZGWGhNTSy9bmzrJadg== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/config" "^1.0.8" - "@backstage/config-loader" "^1.4.0" - "@backstage/plugin-app-node" "^0.1.2" - "@backstage/types" "^1.1.0" +"@backstage/plugin-app-backend@^0.3.53": + version "0.3.53" + resolved "https://registry.yarnpkg.com/@backstage/plugin-app-backend/-/plugin-app-backend-0.3.53.tgz#01dd286e6d25f9e36bb439df389362f1a46400d7" + integrity sha512-mLgSTLweZPxlK2aPQIv6B+LHvi3YRRMax37er67IB9Hd4aHcb5s6xrDZ4vqklpCNWIJ/I3g383Sq8/qnDBMgTQ== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/config" "^1.1.0" + "@backstage/config-loader" "^1.5.0" + "@backstage/plugin-app-node" "^0.1.5" + "@backstage/types" "^1.1.1" "@types/express" "^4.17.6" express "^4.17.1" express-promise-router "^4.1.0" @@ -2863,27 +2582,89 @@ winston "^3.2.1" yn "^4.0.0" -"@backstage/plugin-app-node@^0.1.2": - version "0.1.2" - resolved "https://registry.yarnpkg.com/@backstage/plugin-app-node/-/plugin-app-node-0.1.2.tgz#7f87053bd2ae2e4d066826b4ac277d629a7c38dc" - integrity sha512-9s/9NyTriPiftmE+yhtSpg2CuMUyGpkqaDrR17YNp5iDJe422GwqQ28d3a7oGcaNIVnTWurYZtoDxVqj2VWihQ== +"@backstage/plugin-app-node@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-app-node/-/plugin-app-node-0.1.5.tgz#c07ec791232bdc2e2c4a9a9e99fa2f5249b4cb6c" + integrity sha512-w8bJP+4kUNXj1jApKW5eZAMuSY2pLJG9VvBsf+cVpEVXE22nZ0IZ66P0Y4YiTEgem24aedKHQjF0FKpT0BxNkA== dependencies: - "@backstage/backend-plugin-api" "^0.6.2" + "@backstage/backend-plugin-api" "^0.6.5" "@types/express" "^4.17.6" express "^4.17.1" -"@backstage/plugin-auth-backend@^0.18.8": - version "0.18.8" - resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend/-/plugin-auth-backend-0.18.8.tgz#894d1152c4739eab697745f8ffea820492ceac93" - integrity sha512-MN3JThDIsrlELjOzkz3/8ea7+proQT0/hPUey2KmBp2LJpYz8C1+SeF7g9bUc6jKmr2mSsFuiNx+UzaJpgXRgw== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/types" "^1.1.0" +"@backstage/plugin-auth-backend-module-gcp-iap-provider@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-gcp-iap-provider/-/plugin-auth-backend-module-gcp-iap-provider-0.1.2.tgz#b98ec98760edc7b4731dfdc490c5c26a3135c51f" + integrity sha512-Gx0kk07eoA5bI5+QrIh+mEFiDDHSCtCGrcUjkgNjbvfCSAnx3RjlwgDkNmOoZpKd/xmzAs/Cxc2oSImQeyg+UA== + dependencies: + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-auth-node" "^0.3.2" + "@backstage/types" "^1.1.1" + google-auth-library "^8.0.0" + +"@backstage/plugin-auth-backend-module-github-provider@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-github-provider/-/plugin-auth-backend-module-github-provider-0.1.2.tgz#9ddde4efbdaca60638df7a9049d1915cdc790ae8" + integrity sha512-F6anB2Q/xddONMyz49mLM3sa5AbLsGcgzxofbIrtjgCPfVAfP5W2Ql/3hlcMeAYJYAwxr4vqyblVBNSIdRupzg== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/plugin-auth-node" "^0.3.2" + passport-github2 "^0.1.12" + +"@backstage/plugin-auth-backend-module-gitlab-provider@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-gitlab-provider/-/plugin-auth-backend-module-gitlab-provider-0.1.2.tgz#58bbfada6f11f7f35034aea281e3e021b0fd9dac" + integrity sha512-BD0YptVp6jpVSZy0HUHn1pLVDhX39Hyj4kWSDzgypra4r6LFeXfRdystyqKWtPVPH9/Ke27a/TzWbBXkgwnneA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/plugin-auth-node" "^0.3.2" + express "^4.18.2" + passport "^0.6.0" + passport-gitlab2 "^5.0.0" + +"@backstage/plugin-auth-backend-module-google-provider@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-google-provider/-/plugin-auth-backend-module-google-provider-0.1.2.tgz#5ea680dce86f0dda4976b849474549cf4906c895" + integrity sha512-tEkU+k3JPkVsZ8g0E7qfnKKBZKZfj6OllpJ0bS5c/IHBMI2IYasxJzYcAr1oRB2GdvSIMQj86Lwoh07B5YKnGQ== + dependencies: + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/plugin-auth-node" "^0.3.2" + google-auth-library "^8.0.0" + passport-google-oauth20 "^2.0.0" + +"@backstage/plugin-auth-backend-module-oauth2-provider@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend-module-oauth2-provider/-/plugin-auth-backend-module-oauth2-provider-0.1.2.tgz#bb90715999e8388a3eb1baf659e2bd2aa98792f4" + integrity sha512-6Pd7X3+U4sGtMNnq/f+3Yyebo/V0sTGTRUkJmDnG3ph8OGAa+dfkHepT1n2vyTm+FMj8srz0uNfI/vVVpe1XEw== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/plugin-auth-node" "^0.3.2" + express "^4.18.2" + passport "^0.6.0" + passport-oauth2 "^1.6.1" + +"@backstage/plugin-auth-backend@^0.19.2": + version "0.19.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend/-/plugin-auth-backend-0.19.2.tgz#bd838ead04b19da63e58c83ce084bd1e0ef2766e" + integrity sha512-020qGX3VyuJl7UIzpY97b/iA63WsNUzINnDfjg/Pj2pg5/rAawEM0cWteKhnnVHk+0Q6AHUCfAp9qaEjNIAr1w== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-auth-backend-module-gcp-iap-provider" "^0.1.2" + "@backstage/plugin-auth-backend-module-github-provider" "^0.1.2" + "@backstage/plugin-auth-backend-module-gitlab-provider" "^0.1.2" + "@backstage/plugin-auth-backend-module-google-provider" "^0.1.2" + "@backstage/plugin-auth-backend-module-oauth2-provider" "^0.1.2" + "@backstage/plugin-auth-node" "^0.3.2" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/types" "^1.1.1" "@davidzemon/passport-okta-oauth" "^0.0.5" "@google-cloud/firestore" "^6.0.0" "@types/express" "^4.17.6" @@ -2921,20 +2702,6 @@ winston "^3.2.1" yn "^4.0.0" -"@backstage/plugin-auth-node@^0.2.19": - version "0.2.19" - resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.2.19.tgz#bae4befc72ad79a4a805a2e847f6d68f75dc0195" - integrity sha512-E/GuS0OzcrauE5b4ODKXOT59EEuCaNHSWnBeerXlxoqBaGSVdXodOjpfmcU7sxMHmJvT0W04G4gOR9Jc+VPLEw== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@types/express" "*" - express "^4.17.1" - jose "^4.6.0" - node-fetch "^2.6.7" - winston "^3.2.1" - "@backstage/plugin-auth-node@^0.3.2": version "0.3.2" resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.3.2.tgz#d0334eab4b44f6d10a083416406aa156e7b689e3" @@ -2958,24 +2725,24 @@ zod "^3.21.4" zod-to-json-schema "^3.21.4" -"@backstage/plugin-catalog-backend-module-github@^0.3.7": - version "0.3.7" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend-module-github/-/plugin-catalog-backend-module-github-0.3.7.tgz#9aeae39aefecf6693c98a3cb97b33527f83b5e3c" - integrity sha512-bJu46HpXoycqpKPjuBurt/Yc1JKTB8K/3CSRhVX1w/FyeuJCOWphfbzjFGgWve/1g0rKaKPI8Y5NoDZ7Hc2/hQ== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-catalog-backend" "^1.12.4" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-node" "^1.4.3" - "@backstage/plugin-events-node" "^0.2.11" - "@backstage/types" "^1.1.0" +"@backstage/plugin-catalog-backend-module-github@^0.4.3": + version "0.4.3" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend-module-github/-/plugin-catalog-backend-module-github-0.4.3.tgz#54ea1b869b6a739d0aa6557f8784b55d188bad88" + integrity sha512-kbpbQctEs8QPG/+p3vYO5zsFguvoit7JY+zM4rmrAMV81/iwJaMMAbQ/beTbrpSKPlbRz2PvVTAoLFNK1z3uYA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-catalog-backend" "^1.13.3" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-events-node" "^0.2.14" + "@backstage/types" "^1.1.1" "@octokit/graphql" "^5.0.0" "@octokit/rest" "^19.0.3" git-url-parse "^13.0.0" @@ -2985,6 +2752,18 @@ uuid "^8.0.0" winston "^3.2.1" +"@backstage/plugin-catalog-backend-module-scaffolder-entity-model@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend-module-scaffolder-entity-model/-/plugin-catalog-backend-module-scaffolder-entity-model-0.1.2.tgz#78a6059f90b5bd3b3b9323feb4f66d123950ad96" + integrity sha512-hN63ySHWMfGK06FnFedXGwZSZNywnO3zsqFGco1Aabt0ycF9Ss2r+A+iuXeQb3QWuCJ5euu576Gx71gYin2uvA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/catalog-model" "^1.4.2" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/plugin-catalog-backend-module-unprocessed@^0.3.2": version "0.3.2" resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend-module-unprocessed/-/plugin-catalog-backend-module-unprocessed-0.3.2.tgz#67bc2b7fc21d0864c1cf9b5c07189e61a9544254" @@ -2996,30 +2775,30 @@ express-promise-router "^4.1.1" knex "^2.4.2" -"@backstage/plugin-catalog-backend@^1.12.4": - version "1.12.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend/-/plugin-catalog-backend-1.12.4.tgz#d1d932777777eda83ffd81dcd60a5b878eb2da4f" - integrity sha512-sgImzpaCkIKCGLDC9jKkacOZ+EOBFUd/YAX2Ku4A4GvLQvf/gK5+gJ+rO6YKXz3tGSxyylztuCMw/GPj05BWpw== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-openapi-utils" "^0.0.3" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-node" "^1.4.3" - "@backstage/plugin-events-node" "^0.2.11" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-permission-node" "^0.7.13" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/plugin-search-backend-module-catalog" "^0.1.6" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/types" "^1.1.0" +"@backstage/plugin-catalog-backend@^1.13.3": + version "1.13.3" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend/-/plugin-catalog-backend-1.13.3.tgz#80ad09dd6d5a0feb4bcfd4e61edc3b0f6b83aa5d" + integrity sha512-PAVfR7EJJssM+5ORTM4UYnulm48LUQvWVnlA8jgNoyzb9KRe0JLv49LJmrLvVl+Kf5nlXUfpMRTUQvfgDV2/hA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-openapi-utils" "^0.0.4" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-auth-node" "^0.3.2" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-events-node" "^0.2.14" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-permission-node" "^0.7.16" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/plugin-search-backend-module-catalog" "^0.1.9" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/types" "^1.1.1" "@opentelemetry/api" "^1.3.0" "@types/express" "^4.17.6" codeowners-utils "^1.0.2" @@ -3043,27 +2822,27 @@ yn "^4.0.0" zod "^3.21.4" -"@backstage/plugin-catalog-common@^1.0.15": - version "1.0.15" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.15.tgz#9aa2723f0fb3d6bd1cc5bb2fbd03fbc5b8a59046" - integrity sha512-x1BurUKE+aKvHPAen7OrqmBhi5+Cb0gsoBbyXr5aL4qb4yOVbFI56SMfZ/k4AcqdmJmqonSQuyZJLIryAYAF5Q== - dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-search-common" "^1.2.5" - -"@backstage/plugin-catalog-graph@^0.2.35": - version "0.2.35" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.2.35.tgz#95bcee306212259cb4cd6ccfa17b52ad7fec6c78" - integrity sha512-+La8NA3C4neyiNN122PWUL9Ye4BItqY6H7oKngAjlWK5PZPFGOQUGiWSkfVo2G6a15WRD14LhjVOwURZFbO7CA== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" +"@backstage/plugin-catalog-common@^1.0.16": + version "1.0.16" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.16.tgz#cf37fc30117fcdac07a98b6ed236816651689cd5" + integrity sha512-k8HMWI8+YCxYPrtcCQ8XfkzRgAw0/tHq4H2BZBnuWZZqRifb4PUuc8pL25aLtP83ZP2KPY54mWSJkQ2+S23JFA== + dependencies: + "@backstage/catalog-model" "^1.4.2" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-search-common" "^1.2.6" + +"@backstage/plugin-catalog-graph@^0.2.36": + version "0.2.36" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.2.36.tgz#fdfd72d1a20b8a7e935ab80d5e3796287d489999" + integrity sha512-J4qaaELIrNytrRw/rftdyIruf7vupq9d30nks+mYdW8s6NI8dkv1Ep/s2+wZvs3IZ4C9Ld1A3Vzvf4fARt+FEw== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3074,21 +2853,21 @@ qs "^6.9.4" react-use "^17.2.4" -"@backstage/plugin-catalog-import@^0.9.13": - version "0.9.13" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.9.13.tgz#779e21a8c5202356607701197dac91aef83b61e3" - integrity sha512-J57huoIHo7z/DT/3SeG+Eg0cacOPVKtdlUgRrAX56Ljrf0g+fkUCxUGXW6XM6A60BAxub83q/sqHAdg/TWvq4Q== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-react" "^1.8.3" +"@backstage/plugin-catalog-import@^0.10.0": + version "0.10.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.10.0.tgz#55c686a119d43373fcd43de50326c09310250221" + integrity sha512-/lmcEnlou9+guBFYYRwbTsJJueqI7Y4f7I6UwwGKVYUCHI+Uj/MW8yOwcMhnKaHeLr+brT3klnKgXjIoQCBJTA== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-react" "^1.8.4" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3101,35 +2880,35 @@ react-use "^17.2.4" yaml "^2.0.0" -"@backstage/plugin-catalog-node@^1.4.3": - version "1.4.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.4.3.tgz#5a495c215ad279a7b9b307145d4aa2654b0c393a" - integrity sha512-HpeKeBSJFEahQ5jCDHe0fnUghp8Pnh7NgT0FFAKiptYYLhnBt7AOZt/0tGdKxWdSQ1/43sGDn6VWywaknp0Nmg== - dependencies: - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/types" "^1.1.0" - -"@backstage/plugin-catalog-react@^1.8.3": - version "1.8.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.8.3.tgz#06103b2707de6d2f2c6e2d1514c3237eb98d1f3e" - integrity sha512-rY01QsZvVt87K+pVv1moP1cGUXyYV/1d/XLYb+mAvd5wX81nqZ3WWfn6jQQm4mgLMm/spfl/lt1D3lUgHDvQiQ== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-permission-react" "^0.4.14" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" +"@backstage/plugin-catalog-node@^1.4.6": + version "1.4.6" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.4.6.tgz#ec5da49ed9537f697e034724be15e8c778b25125" + integrity sha512-ymZ4ibpHcTCltln+C7V0LpIf/kPbe7zuaOkVQqMMH0+wi6WJoO8IrydfDK2sddWbbJSMAXkDCowIfcvocdBeUg== + dependencies: + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/types" "^1.1.1" + +"@backstage/plugin-catalog-react@^1.8.4": + version "1.8.4" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.8.4.tgz#9e47f642218c449b673bfccedf001fb6f7c526be" + integrity sha512-oi+9ghMsi4e3/koS3Am0Tx0N2sv+aEpsME6gBDwFKgeLU19xGvewLdnzSF0zftWbG63OgZJdZsuK+JGLU7giMw== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-permission-react" "^0.4.15" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.5" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3160,24 +2939,24 @@ "@types/react" "^16.13.1 || ^17.0.0" react-use "^17.2.4" -"@backstage/plugin-catalog@^1.12.4": - version "1.12.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.12.4.tgz#00cbf7cf9453fbd0fabf755097482d0c04869ce5" - integrity sha512-mk3v6iELcDkVLp1REAL8DW0NQWvqQPb8LPXhrpzUeM32P5PLDe3WUSBVG9aDJAEXJXjnXT0zAmegdkbuW9iblQ== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/plugin-search-react" "^1.6.4" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" +"@backstage/plugin-catalog@^1.13.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.13.0.tgz#fd2a0288eacad8209b80792e29d62571da51b799" + integrity sha512-VciuTKfeJXy1SbzDUOejkg3/hyZLG7XEGATpKxNPSt2Yd5xPQ0hxMdit2wke2b4dDFyuBFXzc3/aTIgzJ3xKhg== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/plugin-search-react" "^1.7.0" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3189,79 +2968,71 @@ react-use "^17.2.4" zen-observable "^0.10.0" -"@backstage/plugin-events-node@^0.2.11": - version "0.2.11" - resolved "https://registry.yarnpkg.com/@backstage/plugin-events-node/-/plugin-events-node-0.2.11.tgz#967bf2080aae69c4c3b7b9278d66d9c1608831f0" - integrity sha512-FPNRILqByuq9a5Tr9yhrvc8HYA4vot9StTxgntUga5tzYw2dbaknm4HYkqeRcryFcklZheTVcfP8pfXtFR/FcA== - dependencies: - "@backstage/backend-plugin-api" "^0.6.2" - -"@backstage/plugin-github-actions@^0.6.4": - version "0.6.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-github-actions/-/plugin-github-actions-0.6.4.tgz#f0029b59f7ab61a386a1ae5dbb9b183f552f1c26" - integrity sha512-mWLdE0QEHPkRXYHtukZeqvclBuYkN0+ezTlpweBwvVnQCN9FzzxlB+7yXxobGTrI6WHr0bV1ddaoLWq7gRhjcg== - dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/integration" "^1.6.2" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/theme" "^0.4.1" +"@backstage/plugin-events-node@^0.2.14": + version "0.2.14" + resolved "https://registry.yarnpkg.com/@backstage/plugin-events-node/-/plugin-events-node-0.2.14.tgz#dd323ca46e0d16f393484cfa4160223cbd66de8a" + integrity sha512-7oQwzI8KQUDHaeEKjiAKOdY8IgoOooOsTNnJ+6M2YpQv+Pa3ypwwq4yJGS6H4v6UT91WPu89dFRSG1X6riSbPw== + dependencies: + "@backstage/backend-plugin-api" "^0.6.5" + +"@backstage/plugin-github-actions@^0.6.5": + version "0.6.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-github-actions/-/plugin-github-actions-0.6.5.tgz#ae42bd4c0e9ad2be025d81f1e94b9d13913851cb" + integrity sha512-w2QsOQOH5sWRJG69YvRaUDhU3bjaAUOoai/ppSXQuXEypo496zuozsc90T3T2WCLMWVgXUWPFvj3tmGW4nGXwg== + dependencies: + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/integration" "^1.7.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" "@octokit/rest" "^19.0.3" + "@types/react" "^16.13.1 || ^17.0.0" git-url-parse "^13.0.0" luxon "^3.0.0" react-use "^17.2.4" -"@backstage/plugin-graphiql@^0.2.53": - version "0.2.53" - resolved "https://registry.yarnpkg.com/@backstage/plugin-graphiql/-/plugin-graphiql-0.2.53.tgz#91badc90b5f19753c8662e28b4cc6d7e06a5bc34" - integrity sha512-QAbfXWGcnCbw5UZ2BenJZfyvZyOR+CQGztoq6Q37lwINYiCRNBa+nVHMXNt4odnRkg1E9wQwcXyUlSMqFHqkiQ== +"@backstage/plugin-graphiql@^0.2.54": + version "0.2.54" + resolved "https://registry.yarnpkg.com/@backstage/plugin-graphiql/-/plugin-graphiql-0.2.54.tgz#a8d0636b68adf51857d4c83820bb64beac17fdfd" + integrity sha512-b/OAgD/Owc+Z9OD7yVo3b9nLNlcAvrm2qvs2Ngnc74fLOkqT7YqXyOwvk4u7SZ2+c9Ysk9TXyL+DVaGrC1Vw8A== dependencies: - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/theme" "^0.4.1" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/frontend-plugin-api" "^0.1.0" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" + "@types/react" "^16.13.1 || ^17.0.0" graphiql "^1.5.12" graphql "^16.0.0" graphql-ws "^5.4.1" react-use "^17.2.4" -"@backstage/plugin-org@^0.6.13": - version "0.6.13" - resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.6.13.tgz#a25779bcd2e72d52d33d8b6449e19398c5edf43f" - integrity sha512-36Ux26OK1yF+tJLKG5SQULjuBKlANg4oPTj3DBSdK6RVSc3V8WZypJ9KAbBWuLQwzqBZ7x4c6uC6rdlZwSEtdw== +"@backstage/plugin-org@^0.6.14": + version "0.6.14" + resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.6.14.tgz#f85a320d36bdc67426bea55539daf672e8218934" + integrity sha512-W6C5LQEKiv1mXrLSfQV+Ez90IZWI8Q7JWp7M4sEdLAYnlXOg/UPqSAZnpvVYHGVN7guKJb95t9nyIBKBBbXGCA== dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/theme" "^0.4.1" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" + "@types/react" "^16.13.1 || ^17.0.0" p-limit "^3.1.0" pluralize "^8.0.0" qs "^6.10.1" react-use "^17.2.4" -"@backstage/plugin-permission-common@^0.7.7": - version "0.7.7" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.7.7.tgz#82459ddf92751930a8facf81f7ff4a4cafc2e004" - integrity sha512-8nZlCzmiU4fjT6MKjJf9SXRoYgsDcbf4bR751Z66KXVEgede9sRHThVHvoXg0l0CnNEoQrzxxUTUvSqinORBMg== - dependencies: - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/types" "^1.1.0" - cross-fetch "^3.1.5" - uuid "^8.0.0" - zod "^3.21.4" - "@backstage/plugin-permission-common@^0.7.8": version "0.7.8" resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.7.8.tgz#0afcb3ee9209209174b7e62824ccbae5e49e4083" @@ -3274,23 +3045,6 @@ uuid "^8.0.0" zod "^3.21.4" -"@backstage/plugin-permission-node@^0.7.13": - version "0.7.13" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.13.tgz#ac071912ac7608ee695328cf22a7007f8f4418e3" - integrity sha512-u7STVvR0IExRzrl4VHhe0iHKnVvSvxtjqwI0hJS+zy2nid9koceCDeDDVzZ+gCY0IBqX470mysbA8yGciMDywA== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-permission-common" "^0.7.7" - "@types/express" "^4.17.6" - express "^4.17.1" - express-promise-router "^4.1.0" - zod "^3.21.4" - zod-to-json-schema "^3.20.4" - "@backstage/plugin-permission-node@^0.7.16": version "0.7.16" resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.16.tgz#f17d972e34e9f78e430da7ce54d4b8d9cdcd1786" @@ -3308,27 +3062,27 @@ zod "^3.21.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-permission-react@^0.4.14": - version "0.4.14" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.14.tgz#50b1e60230a6385fbd7f5bbb175c64710114f2bd" - integrity sha512-f4b9QZhkja6EIXzjuOEOWkyaeeGvwNAkuwuJrbNg+9E0ov/d0aQQv//sQUrj4XZm63yLipwcTPtW3oKqRvR/hw== +"@backstage/plugin-permission-react@^0.4.15": + version "0.4.15" + resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.15.tgz#fc6ea35f9b7818f1905e060321a8828b9f4467ee" + integrity sha512-vk0YnH2YNVHPFWsE+4m+9F8Hbf9yQwRTMcuDItkuP/QyzKo5xcNpbrFJrnyx8KB4BA7rIesXeZ3jVKXBoqIflw== dependencies: - "@backstage/config" "^1.0.8" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-permission-common" "^0.7.7" + "@backstage/config" "^1.1.0" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-permission-common" "^0.7.8" "@types/react" "^16.13.1 || ^17.0.0" cross-fetch "^3.1.5" react-use "^17.2.4" swr "^2.0.0" -"@backstage/plugin-proxy-backend@^0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@backstage/plugin-proxy-backend/-/plugin-proxy-backend-0.3.2.tgz#5421062a209c9e28679491bab18b84b6fd53277f" - integrity sha512-HlnyyVuGge4EoF5r+HHn8XNY/WLBGtPiHQ+2zAdeGbF1/1BpQc1L8eGCWhmernIfdVOyLCVK27ZbB0QTxKSjFw== +"@backstage/plugin-proxy-backend@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-proxy-backend/-/plugin-proxy-backend-0.4.2.tgz#3c50b133c58b982f25e4df592c29e8f8049a70d9" + integrity sha512-KmpUQvBHIk8SCKQovmjGrbRrD8+X5uIsHwMwDXenKHBmIRQtgjAHSNhNeZt8ZFpbATWn+w9Sn7fxv8QPmIVLpg== dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/config" "^1.0.8" + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/config" "^1.1.0" "@types/express" "^4.17.6" express "^4.17.1" express-promise-router "^4.1.0" @@ -3340,28 +3094,29 @@ yn "^4.0.0" yup "^0.32.9" -"@backstage/plugin-scaffolder-backend@^1.16.5": - version "1.16.5" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-backend/-/plugin-scaffolder-backend-1.16.5.tgz#f69d65cf52ae750bad39bc493f90e43ebd3f226b" - integrity sha512-rCYuJ/YjNeClNaxcFCBaiUwM4jfWWFqsbrUx6SxO8uVt8utB/ocelZtlCslWREFyiAuIWEY0w6lW7+fJzHeT+g== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-catalog-backend" "^1.12.4" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-node" "^1.4.3" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-permission-node" "^0.7.13" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/plugin-scaffolder-node" "^0.2.2" - "@backstage/types" "^1.1.0" +"@backstage/plugin-scaffolder-backend@^1.17.3": + version "1.17.3" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-backend/-/plugin-scaffolder-backend-1.17.3.tgz#4be32915c497ddc607dd40ae740d92a13df4aa27" + integrity sha512-JxQ03DKflUTgSGHkn/B39Vdb5ny9VdLmwD2wwtTd0Ppn7KG2xmASMBDWRAdou3tqY1j0/dfuqgXCf3sWRPteEg== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-auth-node" "^0.3.2" + "@backstage/plugin-catalog-backend" "^1.13.3" + "@backstage/plugin-catalog-backend-module-scaffolder-entity-model" "^0.1.2" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-permission-node" "^0.7.16" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/plugin-scaffolder-node" "^0.2.5" + "@backstage/types" "^1.1.1" "@gitbeaker/core" "^35.6.0" "@gitbeaker/node" "^35.1.0" "@octokit/webhooks" "^10.0.0" @@ -3398,58 +3153,58 @@ zen-observable "^0.10.0" zod "^3.21.4" -"@backstage/plugin-scaffolder-common@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-common/-/plugin-scaffolder-common-1.4.0.tgz#e1cad29f7e4adde2e9c853854aa76ccdda0b183e" - integrity sha512-NO15B4RsQEDUzQCjcs1B7RMVlTYmUjrUgfucCfRc3bJZAeGuk+1H2WFzHzKvKYdmW3M/JrNQXrEjv0xILbfiEg== +"@backstage/plugin-scaffolder-common@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-common/-/plugin-scaffolder-common-1.4.1.tgz#dcd43bc7c9e8fb77e40073a121fab4ffe9362794" + integrity sha512-YuSGB5nmtpPm82pukuCXhSg20NhYaWzJ6XQ61rBV50uc1PXgi2LEs3X+T0jOLrBB7p6+5NpluYG5APOzuRB1Xg== dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/types" "^1.1.0" + "@backstage/catalog-model" "^1.4.2" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/types" "^1.1.1" -"@backstage/plugin-scaffolder-node@^0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-node/-/plugin-scaffolder-node-0.2.2.tgz#7f8339954e4b843da2067ff85ab50825e2a0ca2f" - integrity sha512-qkDFxQQQckx5HECkVkxW1YJ2qvMCQgqSNA2ARhzLJ6gWch+jh9SwrG7CtZJbkgW6l8Xq8Q3U2uy3wTPsH8GLjA== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/catalog-model" "^1.4.1" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/types" "^1.1.0" +"@backstage/plugin-scaffolder-node@^0.2.5": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-node/-/plugin-scaffolder-node-0.2.5.tgz#526d5ec72d1c4e20af1f50cbd586dcd7a3922779" + integrity sha512-pDsscR33mR3juwdcO9WcF0xIm1zB/9xCgdhDLcZxH2XXQRr5ap2h9axV3AVTnGrJrgP7psi+55iIpTUo9k7HIA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/catalog-model" "^1.4.2" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/types" "^1.1.1" fs-extra "10.1.0" jsonschema "^1.2.6" winston "^3.2.1" zod "^3.21.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-scaffolder-react@^1.5.4": - version "1.5.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-react/-/plugin-scaffolder-react-1.5.4.tgz#d487191282dace635495a37894e86034b987c331" - integrity sha512-OmsRo6b9Pxqf2+6mBbiweta3mKe2vpC+KeE2RRTbdOTjmbPXiqPIorSLekhE1iWNUhCEzYsDzrCNkeFtX3GzMw== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" +"@backstage/plugin-scaffolder-react@^1.5.5": + version "1.5.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-react/-/plugin-scaffolder-react-1.5.5.tgz#3459c178dd2e0f269efd6bbb0449e0915da3dbd2" + integrity sha512-3jKWbrOFFC8IZIeWRZwQdg2OlTusirmhKdg+h4IQih+zdOpGNaJap8YhTT3TZ81faWUR8ehWDoWco3c6FTOLSg== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.5" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" "@react-hookz/web" "^20.0.0" "@rjsf/core" "^3.2.1" - "@rjsf/core-v5" "npm:@rjsf/core@5.7.3" + "@rjsf/core-v5" "npm:@rjsf/core@5.13.0" "@rjsf/material-ui" "^3.2.1" - "@rjsf/material-ui-v5" "npm:@rjsf/material-ui@5.7.3" - "@rjsf/utils" "5.7.3" - "@rjsf/validator-ajv8" "5.7.3" + "@rjsf/material-ui-v5" "npm:@rjsf/material-ui@5.13.0" + "@rjsf/utils" "5.13.0" + "@rjsf/validator-ajv8" "5.13.0" "@types/json-schema" "^7.0.9" "@types/react" "^16.13.1 || ^17.0.0" classnames "^2.2.6" @@ -3461,31 +3216,31 @@ luxon "^3.0.0" qs "^6.9.4" react-use "^17.2.4" - use-immer "^0.8.0" + use-immer "^0.9.0" zen-observable "^0.10.0" zod "^3.21.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-scaffolder@^1.14.4": - version "1.14.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.14.4.tgz#8725adc6ba85d549a77ecd1c582b45c60213424a" - integrity sha512-aNZNmWc+gb0cjufewxmovis6g39p7YLG0kO6Mci+ahfmYaEEKhc7QuMyDy6cdo+uJapNmW56T75G+/odue6x/Q== - dependencies: - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/plugin-permission-react" "^0.4.14" - "@backstage/plugin-scaffolder-common" "^1.4.0" - "@backstage/plugin-scaffolder-react" "^1.5.4" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" +"@backstage/plugin-scaffolder@^1.15.0": + version "1.15.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.15.0.tgz#d82169c1ea05abdd80f7f7611b9598293fd853ff" + integrity sha512-FkjLOYB3ovXosG6jqVWS884xmPcwofeuf0CiYnwuDrTllLx3KwhZnuzAbHqmSv5935bedQBZ5SPLEc+wXBevhw== + dependencies: + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/plugin-permission-react" "^0.4.15" + "@backstage/plugin-scaffolder-common" "^1.4.1" + "@backstage/plugin-scaffolder-react" "^1.5.5" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" "@codemirror/language" "^6.0.0" "@codemirror/legacy-modes" "^6.1.0" "@codemirror/view" "^6.0.0" @@ -3495,8 +3250,8 @@ "@react-hookz/web" "^20.0.0" "@rjsf/core" "^3.2.1" "@rjsf/material-ui" "^3.2.1" - "@rjsf/utils" "5.7.3" - "@rjsf/validator-ajv8" "5.7.3" + "@rjsf/utils" "5.13.0" + "@rjsf/validator-ajv8" "5.13.0" "@types/react" "^16.13.1 || ^17.0.0" "@uiw/react-codemirror" "^4.9.3" classnames "^2.2.6" @@ -3506,6 +3261,7 @@ immer "^9.0.1" json-schema "^0.4.0" json-schema-library "^7.3.9" + jszip "^3.10.1" lodash "^4.17.21" luxon "^3.0.0" qs "^6.9.4" @@ -3515,73 +3271,73 @@ zod "^3.21.4" zod-to-json-schema "^3.20.4" -"@backstage/plugin-search-backend-module-catalog@^0.1.6": - version "0.1.6" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-catalog/-/plugin-search-backend-module-catalog-0.1.6.tgz#be30eec1cab5039288e4ece9d4bad9ad9aacec59" - integrity sha512-sEjGd4c77ZlY2qha0eeWa8RtwcUEceNiZX2omMxSwSMrhSlJLVZSMSSQ7nlwAHBoPnqdxN5sBe9FGtYBJhtLaw== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-node" "^1.4.3" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-search-backend-node" "^1.2.6" - "@backstage/plugin-search-common" "^1.2.5" - -"@backstage/plugin-search-backend-module-pg@^0.5.11": - version "0.5.11" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-pg/-/plugin-search-backend-module-pg-0.5.11.tgz#04438d2b18baf3e4cfca37c364bcac4d490142c1" - integrity sha512-Usot/sGrxwXwyE4xxGOZAitk2OcAxFwY+aYB8em98MWCR05jPQaASG1hHcldDsidxyTTNCtWNUM3o1ebFCwlmQ== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/config" "^1.0.8" - "@backstage/plugin-search-backend-node" "^1.2.6" - "@backstage/plugin-search-common" "^1.2.5" +"@backstage/plugin-search-backend-module-catalog@^0.1.9": + version "0.1.9" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-catalog/-/plugin-search-backend-module-catalog-0.1.9.tgz#ce43a370dcb39f2d2bd1e382216cb1231991de09" + integrity sha512-Q3dK8m8HNfnWUycBMdSGk8RO5LwyhcFCZYz+IUQ1q1O/bT0LfuN61vDSRaLDk1F+jmMLoYlTNefJeheqAFUKOQ== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-search-backend-node" "^1.2.9" + "@backstage/plugin-search-common" "^1.2.6" + +"@backstage/plugin-search-backend-module-pg@^0.5.14": + version "0.5.14" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-pg/-/plugin-search-backend-module-pg-0.5.14.tgz#2caa093e4b17912f9b038d135a588f95da42eb51" + integrity sha512-LQ7MIahhjePNDHvkipdfcj0grNpb0sbbptncY6kkrUO2dPDmG71+ZQI7Rh8BGFH0TpuOMVblStNNvSPdpVE1wQ== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/config" "^1.1.0" + "@backstage/plugin-search-backend-node" "^1.2.9" + "@backstage/plugin-search-common" "^1.2.6" knex "^2.0.0" lodash "^4.17.21" uuid "^8.3.2" winston "^3.2.1" -"@backstage/plugin-search-backend-module-techdocs@^0.1.6": - version "0.1.6" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-techdocs/-/plugin-search-backend-module-techdocs-0.1.6.tgz#cf089327670210e99d6a88b9b917a0d353e0a922" - integrity sha512-Kt5jSW+B/Pe0oACPWY2+2HXoGOwRFB+61q2Q/pSzHvee6mZU2JNgFPu1xmAMzAWIim+CYD7Qh1tR5gXiyDmdLQ== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-catalog-node" "^1.4.3" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-search-backend-node" "^1.2.6" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/plugin-techdocs-node" "^1.7.6" +"@backstage/plugin-search-backend-module-techdocs@^0.1.9": + version "0.1.9" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-techdocs/-/plugin-search-backend-module-techdocs-0.1.9.tgz#5e198140786eb92cbaf646fb9d36b5d7508898a1" + integrity sha512-7Lw+hg2OMMSahntjETUq5N4cO1Fa9c4ppdYtSXpjB1/9A/0rW5AxXuUWknd8BHS3ayMJK6wcd9FzGQf3o5nBtA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-catalog-node" "^1.4.6" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-search-backend-node" "^1.2.9" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/plugin-techdocs-node" "^1.8.2" lodash "^4.17.21" node-fetch "^2.6.7" p-limit "^3.1.0" winston "^3.2.1" -"@backstage/plugin-search-backend-node@^1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-node/-/plugin-search-backend-node-1.2.6.tgz#f521db4222207255bf6a62f81fa2b6d85f363e2b" - integrity sha512-5NzAp4BrqGrWZGI7MxZji3v87P7hge7a9z9zl++cC5dw4dsLUeo5w2DY9IRlsPyV4LBotgL04b1G4yev3R50xQ== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/backend-tasks" "^0.5.7" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-search-common" "^1.2.5" +"@backstage/plugin-search-backend-node@^1.2.9": + version "1.2.9" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-node/-/plugin-search-backend-node-1.2.9.tgz#a6bf2fc9ef007cf5d10e59e9743b3e337fc9efee" + integrity sha512-lpfn2483zqXl+MWR3NLsKN04QlAqsrPn9CbqLwlvRWDfkgVKr5EYTO7dTDYa7DPmk7XDOV6wv2o0X1JR6WaJhg== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/backend-tasks" "^0.5.10" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-search-common" "^1.2.6" "@types/lunr" "^2.3.3" lodash "^4.17.21" lunr "^2.3.9" @@ -3589,22 +3345,22 @@ uuid "^8.3.2" winston "^3.2.1" -"@backstage/plugin-search-backend@^1.4.2": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend/-/plugin-search-backend-1.4.2.tgz#cb27ab76e819923c1e3c56c6c3fb79eeb5b76bd9" - integrity sha512-EtUno0Jy3+L8QDNeO9Oty+z5Oyz6ZI5cJkgTMA7DWDFSmjD3lawhv2Jio9sw07bLF5XsItCHBARsXg08s6F1og== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-openapi-utils" "^0.0.3" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-auth-node" "^0.2.19" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-permission-node" "^0.7.13" - "@backstage/plugin-search-backend-node" "^1.2.6" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/types" "^1.1.0" +"@backstage/plugin-search-backend@^1.4.5": + version "1.4.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend/-/plugin-search-backend-1.4.5.tgz#55caf574ed16e64cf19c13cf17d5b669bfb0710d" + integrity sha512-QM3hVaIsiv3cN8H8/NGIkMqkKWWnzwwf7n97XZ1rc9eveA4JkexEhxVah3Hk/HUddHMAzgqdnYjPLl6wHEgUsw== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-openapi-utils" "^0.0.4" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-auth-node" "^0.3.2" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-permission-node" "^0.7.16" + "@backstage/plugin-search-backend-node" "^1.2.9" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/types" "^1.1.1" "@types/express" "^4.17.6" dataloader "^2.0.0" express "^4.17.1" @@ -3615,25 +3371,25 @@ yn "^4.0.0" zod "^3.21.4" -"@backstage/plugin-search-common@^1.2.5": - version "1.2.5" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.5.tgz#a77e00561063924fba64aac8b9d01c8d31cefc6f" - integrity sha512-w4MejQ8CWX1dAiJrkdkbLHnS1Cs6PwA++DHlLa8T2JYr56BzhbJsPBP06upLwTWDIRMaDrlBlddlXeNTG5DguQ== - dependencies: - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/types" "^1.1.0" - -"@backstage/plugin-search-react@^1.6.4": - version "1.6.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.6.4.tgz#db91a339189c48b1148f0a393c9b76a3e7ab2051" - integrity sha512-yQUkxtueyAUCr5nsasPruZMlc765coGhzjvlivfc554lmqHS+w/yI70nUXdsJ5fADssXWuBFu0JRD1Kp/HlgYA== - dependencies: - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" +"@backstage/plugin-search-common@^1.2.6": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.2.6.tgz#226d29ac24678466b4407dbacb6f94ef33c9f18d" + integrity sha512-Cxm8ETdHkEXcULb/bcDFJQSLMj2SfFHHRmKXjEN8wrEhMGKxNtGwSYvSDACkLFukd5qkf9t2lilnM4kHkagz2w== + dependencies: + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/types" "^1.1.1" + +"@backstage/plugin-search-react@^1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.7.0.tgz#0cd241d431c472291aec8adf25ad8d9084a858fb" + integrity sha512-nWWgP3DT88ydj7WOvnkOGUwF9fY4O6qcRjBwJoGXrY+3iObMml7iRxiydi6gy03IcWoDi0jbE5aE+F5C3Gz1ng== + dependencies: + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.5" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3642,22 +3398,22 @@ qs "^6.9.4" react-use "^17.3.2" -"@backstage/plugin-search@^1.3.6": - version "1.3.6" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.3.6.tgz#cc5f74f190db5d479219ce1be7abb748a69e0e8b" - integrity sha512-j6inRZmG8Rk2SGmmAHyjKxM7qz7ycfQ6AaKHw8iOq+5ym/olUP4nqg8pbkG1zQjbrU3bvDcLuqr4quAm9JdTow== - dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/plugin-search-react" "^1.6.4" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" - "@backstage/version-bridge" "^1.0.4" +"@backstage/plugin-search@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.4.0.tgz#8cc5131b97d0446194dee4ed4a9c3908cee7997b" + integrity sha512-8y4SiuHH3KnL2WjmVLz/wNZXPqT4xRjht1l/qYEUCfHBBDJtChgoPzfYUsCyCUVTcmlSrKp3PaneeaDhSQvnMg== + dependencies: + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/plugin-search-react" "^1.7.0" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" + "@backstage/version-bridge" "^1.0.5" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3665,39 +3421,40 @@ qs "^6.9.4" react-use "^17.2.4" -"@backstage/plugin-tech-radar@^0.6.7": - version "0.6.7" - resolved "https://registry.yarnpkg.com/@backstage/plugin-tech-radar/-/plugin-tech-radar-0.6.7.tgz#514997a0cb85be3bc130c0d5843fee5e10455937" - integrity sha512-w15oLT6IUpm5KPz/W/4Z5LoogzWZHLtnGirfI795F0qsh55mhJfMULDc6ex1dpQzCaQW6PATrfkusDuMN4+I3Q== +"@backstage/plugin-tech-radar@^0.6.8": + version "0.6.8" + resolved "https://registry.yarnpkg.com/@backstage/plugin-tech-radar/-/plugin-tech-radar-0.6.8.tgz#d483944ba441e536f4fdd55f5bbb3323524f9c37" + integrity sha512-Ahd1p07vByBjZ+1m0brV8KadMH7qJHJR1fY0cKX4BK9TDm0M8bQRyYpRlPK8mr1kPF4Au8fC1aVANNsXmNi2Ng== dependencies: - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/theme" "^0.4.1" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" + "@types/react" "^16.13.1 || ^17.0.0" color "^4.0.1" d3-force "^3.0.0" prop-types "^15.7.2" react-use "^17.2.4" -"@backstage/plugin-techdocs-backend@^1.6.7": - version "1.6.7" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-backend/-/plugin-techdocs-backend-1.6.7.tgz#0966cca76d26dc60ab95f472627ad4e8295567a8" - integrity sha512-l4KuujtI8cOtQqvN1ajWZciP+MQ1GeObLe1/A9NbL9HBitFkos9W4m4+dakFZTrEyFAMhahtWyZ5C0mEp2ulsw== - dependencies: - "@backstage/backend-common" "^0.19.4" - "@backstage/backend-plugin-api" "^0.6.2" - "@backstage/catalog-client" "^1.4.3" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/plugin-catalog-common" "^1.0.15" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-search-backend-module-techdocs" "^0.1.6" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/plugin-techdocs-node" "^1.7.6" +"@backstage/plugin-techdocs-backend@^1.7.2": + version "1.7.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-backend/-/plugin-techdocs-backend-1.7.2.tgz#0445f9055b95e77cab1378e26a2a7422d726914f" + integrity sha512-OXOrMQaCDBcq9DRRMrRDN40kp3QPr28rMfvw93x9VnQw/2FLK3vyV34DZg3/hUgImBhRZiYaA0F6Bhw/bW4WMA== + dependencies: + "@backstage/backend-common" "^0.19.7" + "@backstage/backend-plugin-api" "^0.6.5" + "@backstage/catalog-client" "^1.4.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/plugin-catalog-common" "^1.0.16" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-search-backend-module-techdocs" "^0.1.9" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/plugin-techdocs-node" "^1.8.2" "@types/express" "^4.17.6" dockerode "^3.3.1" express "^4.17.1" @@ -3709,17 +3466,17 @@ p-limit "^3.1.0" winston "^3.2.1" -"@backstage/plugin-techdocs-module-addons-contrib@^1.0.18": - version "1.0.18" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-module-addons-contrib/-/plugin-techdocs-module-addons-contrib-1.0.18.tgz#27fd94dea653e08bfc8e9f7e9ae718417b171f17" - integrity sha512-nKeYYR/71bQwQvU5fH+cXEgDy4d6Z63WEq5bxS6drln5PBDhScoJVPrgetjBHl+sh9hSm/FEpUfzfJi6Ss5OuA== - dependencies: - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/integration" "^1.6.2" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-techdocs-react" "^1.1.9" - "@backstage/theme" "^0.4.1" +"@backstage/plugin-techdocs-module-addons-contrib@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-module-addons-contrib/-/plugin-techdocs-module-addons-contrib-1.1.0.tgz#ca2b8d58bc7d738a37b64c1b77724a83adc0945b" + integrity sha512-OH3doAnWdfy/OMXKDZJ9OQcrQn3Hpx5ENoattpXeMbD3VwG62BBA30mNoiw3RhEbZJX8FL2ygk455d8BSTUT9w== + dependencies: + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/integration" "^1.7.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-techdocs-react" "^1.1.10" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3728,10 +3485,10 @@ photoswipe "^5.3.7" react-use "^17.2.4" -"@backstage/plugin-techdocs-node@^1.7.6": - version "1.7.6" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-node/-/plugin-techdocs-node-1.7.6.tgz#3f6a265a93124a598cd2e21e3b086bd90a1de7a2" - integrity sha512-de/lSNP4S/hyF9s/ctL8pv6JSs3xtE8wHF31kF4UeAC/7Juxqe69NDbYTl3pnS7g8djitDzhLWlX3PZYuPwkiA== +"@backstage/plugin-techdocs-node@^1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-node/-/plugin-techdocs-node-1.8.2.tgz#3c10e23e30050c2d2379e4f1b7407da82fa0eb5b" + integrity sha512-g9f8sYh4ugWBYyj1Msw9lXAjOk+P3p2X1TvI+0hl+iaCk9PT3G+VVJNgzslJ7HBW+Q2QuC+wrBAbwHKIaO0Zng== dependencies: "@aws-sdk/client-s3" "^3.350.0" "@aws-sdk/credential-providers" "^3.350.0" @@ -3740,13 +3497,13 @@ "@aws-sdk/types" "^3.347.0" "@azure/identity" "^3.2.1" "@azure/storage-blob" "^12.5.0" - "@backstage/backend-common" "^0.19.4" - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/integration-aws-node" "^0.1.5" - "@backstage/plugin-search-common" "^1.2.5" + "@backstage/backend-common" "^0.19.7" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/integration-aws-node" "^0.1.6" + "@backstage/plugin-search-common" "^1.2.6" "@google-cloud/storage" "^6.0.0" "@trendyol-js/openstack-swift-sdk" "^0.0.6" "@types/express" "^4.17.6" @@ -3762,16 +3519,16 @@ recursive-readdir "^2.2.2" winston "^3.2.1" -"@backstage/plugin-techdocs-react@^1.1.9": - version "1.1.9" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-react/-/plugin-techdocs-react-1.1.9.tgz#b27baa3909787b0a8df609ec2af12a7ed60bc4a1" - integrity sha512-HrXmIf4pdCVd5fodq4jYB0I/a5yIMJgyB3BTR0XqvE79Sp6SOW3VPiTMQYUEtCcYb/94gHNF4n1BA11DcE9Dqw== +"@backstage/plugin-techdocs-react@^1.1.10", "@backstage/plugin-techdocs-react@^1.1.11": + version "1.1.11" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-react/-/plugin-techdocs-react-1.1.11.tgz#6fac82367333bbc55676bb55f4105b0b5900a041" + integrity sha512-Y94nO3aSpCj4w+cr4OkgG9zJEaLCZGQinv962sR00la+x/KmFIkk6Z9zOXdD45Ts8RiTQsxtKFvj2fc7DQl4lQ== dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/version-bridge" "^1.0.4" + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/version-bridge" "^1.0.5" "@material-ui/core" "^4.12.2" "@material-ui/lab" "4.0.0-alpha.61" "@material-ui/styles" "^4.11.0" @@ -3781,23 +3538,23 @@ react-helmet "6.1.0" react-use "^17.2.4" -"@backstage/plugin-techdocs@^1.6.8": - version "1.6.8" - resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs/-/plugin-techdocs-1.6.8.tgz#379ab870d227caa86b4d651a6a2402783f43ad78" - integrity sha512-tEKOPFYB+S5UBdX1YPW0SlU5djBEyDrcCKnuiCubafpwUq//kTcjsYIJFZnjxc8NgDQdHRfOcWc68FgmT6tAyw== - dependencies: - "@backstage/catalog-model" "^1.4.1" - "@backstage/config" "^1.0.8" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/integration" "^1.6.2" - "@backstage/integration-react" "^1.1.18" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/plugin-search-common" "^1.2.5" - "@backstage/plugin-search-react" "^1.6.4" - "@backstage/plugin-techdocs-react" "^1.1.9" - "@backstage/theme" "^0.4.1" +"@backstage/plugin-techdocs@^1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs/-/plugin-techdocs-1.7.0.tgz#be3c453f2792ed37e09bf691d850cc92698101ef" + integrity sha512-KUpts9MkTz3Ksg4lWN7QVdFKvhSF/Xi6/F1gbfcl/R39BhtK70d29p05RJ51V7x2frnArQ3N5iCemE8fo7QjeA== + dependencies: + "@backstage/catalog-model" "^1.4.2" + "@backstage/config" "^1.1.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/integration" "^1.7.0" + "@backstage/integration-react" "^1.1.19" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/plugin-search-common" "^1.2.6" + "@backstage/plugin-search-react" "^1.7.0" + "@backstage/plugin-techdocs-react" "^1.1.10" + "@backstage/theme" "^0.4.2" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3811,18 +3568,18 @@ react-helmet "6.1.0" react-use "^17.2.4" -"@backstage/plugin-user-settings@^0.7.8": - version "0.7.8" - resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.7.8.tgz#762a4862ca27e8da6f8e9deaa0d1ee1c487dbae6" - integrity sha512-WCkW0NdQAMiDBYZbpTOHQGhRQC07VfLZLb6YwUQlctAO7QHWX7HWl2jKdQ1/UjQ5c9lK2juLC9teyA8OXu3R3Q== - dependencies: - "@backstage/core-app-api" "^1.9.1" - "@backstage/core-components" "^0.13.4" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/errors" "^1.2.1" - "@backstage/plugin-catalog-react" "^1.8.3" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" +"@backstage/plugin-user-settings@^0.7.10": + version "0.7.10" + resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.7.10.tgz#3183c56b9fa3c002d2b74b2253dc4d4a014832ef" + integrity sha512-r3ReEnVVYMERzh8Ofjsmgufka0s1G12yrTnU0oYUW7Fwxm5X8uMOCGlIJvFyd83VPbOAXO7HlyBwf6+K1FlK5w== + dependencies: + "@backstage/core-app-api" "^1.10.0" + "@backstage/core-components" "^0.13.5" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/errors" "^1.2.2" + "@backstage/plugin-catalog-react" "^1.8.4" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.61" @@ -3830,44 +3587,32 @@ react-use "^17.2.4" zen-observable "^0.10.0" -"@backstage/release-manifests@^0.0.9": - version "0.0.9" - resolved "https://registry.yarnpkg.com/@backstage/release-manifests/-/release-manifests-0.0.9.tgz#24bd51fe36e1199be7cf4382f5fc6cd6330a3316" - integrity sha512-S6tfe4suUEA6yICL4OA4T6KrdLgFEZlYErSgdpEygVIR5xKHblkIrAO3oS/yuCUwLNDxOhRKsIZUQurzMuGlvw== +"@backstage/release-manifests@^0.0.10": + version "0.0.10" + resolved "https://registry.yarnpkg.com/@backstage/release-manifests/-/release-manifests-0.0.10.tgz#10f0c23cd1a00ca9b2ac5bf5c199592ba0abedae" + integrity sha512-MKGY1IqYGqItQyX+qbI+U0VPqgh9VqFIQreCOC8JXU1sh7v8XfR2DWZGmw1qVzVtIitNeqsNwIwIJyqtiMokow== dependencies: cross-fetch "^3.1.5" -"@backstage/test-utils@^1.4.2": - version "1.4.2" - resolved "https://registry.yarnpkg.com/@backstage/test-utils/-/test-utils-1.4.2.tgz#22e9acd07cfac2983a7841616bb0be50681a9c91" - integrity sha512-OLke7kgszlRGMCxuiTtBui3+bchcJZK3YUIOBPkLcMxiIKP955YkpicucH7rffqrlGkImttCwUXJlR8uEBZwJg== - dependencies: - "@backstage/config" "^1.0.8" - "@backstage/core-app-api" "^1.9.1" - "@backstage/core-plugin-api" "^1.5.3" - "@backstage/plugin-permission-common" "^0.7.7" - "@backstage/plugin-permission-react" "^0.4.14" - "@backstage/theme" "^0.4.1" - "@backstage/types" "^1.1.0" +"@backstage/test-utils@^1.4.3": + version "1.4.3" + resolved "https://registry.yarnpkg.com/@backstage/test-utils/-/test-utils-1.4.3.tgz#25ce24035a5b12d6ec92ff43dc75070cc5fa5b57" + integrity sha512-4OuRYr+mwTi6Y2Ot2fb9pIyl4bZnXoT8VcoH1wgcoZlIZrqzcLjBS11LrnMtYG5LROdSW5cd6FY6YpoFM/dQgQ== + dependencies: + "@backstage/config" "^1.1.0" + "@backstage/core-app-api" "^1.10.0" + "@backstage/core-plugin-api" "^1.6.0" + "@backstage/plugin-permission-common" "^0.7.8" + "@backstage/plugin-permission-react" "^0.4.15" + "@backstage/theme" "^0.4.2" + "@backstage/types" "^1.1.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" - "@testing-library/dom" "^8.0.0" - "@testing-library/jest-dom" "^5.10.1" - "@testing-library/react" "^12.1.3" - "@testing-library/user-event" "^14.0.0" "@types/react" "^16.13.1 || ^17.0.0" cross-fetch "^3.1.5" + i18next "^22.4.15" zen-observable "^0.10.0" -"@backstage/theme@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.4.1.tgz#7156a7e781ed8cc42d767cba2f1c7f26e957200d" - integrity sha512-WtCh8y3SBOXAqOUKZVgHDyBbz6fxUF4e08o00+EuXHqpYmYJlVfMvTKcPGM2Ngs2bQ2fSi3+XOJeYnnasjs6Qg== - dependencies: - "@emotion/react" "^11.10.5" - "@emotion/styled" "^11.10.5" - "@mui/material" "^5.12.2" - "@backstage/theme@^0.4.2": version "0.4.2" resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.4.2.tgz#bc7ef84380421941bb094e2d05c98b4b161c7f26" @@ -3877,23 +3622,11 @@ "@emotion/styled" "^11.10.5" "@mui/material" "^5.12.2" -"@backstage/types@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.1.0.tgz#cf33e0c20584e329308acca2e5fa0435f04d4ea5" - integrity sha512-lpzZD52WHCg+i7anibmIwC3045KVOAUJ8Reoeh74+14SAQ8DTT9aUAxmH8mOFnWzDSr7XnbY5ms8Y8qWRzn2VA== - "@backstage/types@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.1.1.tgz#c9ccb30357005e7fb5fa2ac140198059976eb076" integrity sha512-1cUGu+FwiJZCBOuecd0BOhIRkQYllb+7no9hHhxpAsx/DvsPGMVQMGOMvtdTycdT9SQ5MuSyFwI9wpXp2DwVvQ== -"@backstage/version-bridge@^1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@backstage/version-bridge/-/version-bridge-1.0.4.tgz#04623e5a57a6df9f84237f62b999d2503f874150" - integrity sha512-rIsZpdqGzlhgqj/7tXk6qxsCzOoLBpNYYB3d5zkodNFbjVnQlz8qLYir68Q9z7mznhScr8wNaCCZSlGvxznN5g== - dependencies: - "@types/react" "^16.13.1 || ^17.0.0" - "@backstage/version-bridge@^1.0.5": version "1.0.5" resolved "https://registry.yarnpkg.com/@backstage/version-bridge/-/version-bridge-1.0.5.tgz#0e63b41c01b736a903c96663a339e120ee6dcdbc" @@ -4570,6 +4303,22 @@ esbuild "~0.18.20" source-map-support "^0.5.21" +"@esbuild-kit/core-utils@^3.3.2": + version "3.3.2" + resolved "https://registry.yarnpkg.com/@esbuild-kit/core-utils/-/core-utils-3.3.2.tgz#186b6598a5066f0413471d7c4d45828e399ba96c" + integrity sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ== + dependencies: + esbuild "~0.18.20" + source-map-support "^0.5.21" + +"@esbuild-kit/esm-loader@^2.5.5": + version "2.6.5" + resolved "https://registry.yarnpkg.com/@esbuild-kit/esm-loader/-/esm-loader-2.6.5.tgz#6eedee46095d7d13b1efc381e2211ed1c60e64ea" + integrity sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA== + dependencies: + "@esbuild-kit/core-utils" "^3.3.2" + get-tsconfig "^4.7.0" + "@esbuild/android-arm64@0.16.17": version "0.16.17" resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz#cf91e86df127aa3d141744edafcba0abdc577d23" @@ -7864,6 +7613,17 @@ resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.4.tgz#a04d63f4d1bf5540a41b01a921c9a7fddc3bd1ca" integrity sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA== +"@rjsf/core-v5@npm:@rjsf/core@5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.13.0.tgz#af4e6f0c16c5ab697e69822cab55c6d345f356be" + integrity sha512-rCpJGR0yPP/ip9LKcr3SmDMkbLx4QIaRA+ag0rcalSw1XLXBSzh53SpfgaB2HN++1xhUvWtIUERRHpWjQp1E7w== + dependencies: + lodash "^4.17.21" + lodash-es "^4.17.21" + markdown-to-jsx "^7.3.2" + nanoid "^3.3.6" + prop-types "^15.8.1" + "@rjsf/core-v5@npm:@rjsf/core@5.6.0": version "5.6.0" resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.6.0.tgz#2dd103fbd10b2c9ee7574753d152d1ce46880968" @@ -7875,17 +7635,6 @@ nanoid "^3.3.4" prop-types "^15.7.2" -"@rjsf/core-v5@npm:@rjsf/core@5.7.3": - version "5.7.3" - resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-5.7.3.tgz#7d49b65a6f9bad5fa9773d25473f361f1b6a71de" - integrity sha512-GebhuCyNK8db+UT2COFmaLsCWjVsZwNXC8jubadqTji5rNCpuB1ywzp+vbqX0vnFPd8phVKbVfHNl2S86fUaIA== - dependencies: - lodash "^4.17.21" - lodash-es "^4.17.21" - markdown-to-jsx "^7.2.0" - nanoid "^3.3.6" - prop-types "^15.8.1" - "@rjsf/core@^3.2.1": version "3.2.1" resolved "https://registry.yarnpkg.com/@rjsf/core/-/core-3.2.1.tgz#8a7b24c9a6f01f0ecb093fdfc777172c12b1b009" @@ -7901,21 +7650,32 @@ prop-types "^15.7.2" react-is "^16.9.0" +"@rjsf/material-ui-v5@npm:@rjsf/material-ui@5.13.0": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-5.13.0.tgz#81e631c9d3e449e8ec2f1bc091103b694003ea0d" + integrity sha512-LcPxmtZLKq+ldhif+ceuSXHGIHeG2co0EAv0wqIobrqWBZ8x3Wc/MXBcSFypd966oPKzwJ8yUWsiU4OzMJ6VpA== + "@rjsf/material-ui-v5@npm:@rjsf/material-ui@5.6.0": version "5.6.0" resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-5.6.0.tgz#f547dfd17e24036ba1e495760d16cbce6d5da985" integrity sha512-e2YMo2XfgPaHuzh5A18Dw+k33n52Mr2AaGEAkrWPI83yar6i+XT4RZLUp1VwO9pm0PqahKBtyvTEyV+ewdLmWQ== -"@rjsf/material-ui-v5@npm:@rjsf/material-ui@5.7.3": - version "5.7.3" - resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-5.7.3.tgz#2f8c35d83f7d53c748804031c7f78c299ce98f00" - integrity sha512-PeaVjiBhw8N1PxGzcC03gE/eq3Kcu6p84i0EI80A0VFQ5Xbu2V2YI0Bc4imiXehbCn+AthMt6zzBZXKlbhu+Sw== - "@rjsf/material-ui@^3.2.1": version "3.2.1" resolved "https://registry.yarnpkg.com/@rjsf/material-ui/-/material-ui-3.2.1.tgz#84fbf322485aee3a84101e189161f0687779ec8d" integrity sha512-8UiDeDbjCImFSfOegGu13otQ7OdP9FOYpcLjeouppnhs+MPeIEAtYS+jCcBKmi3reyTagC15/KVSRhde1wS1vg== +"@rjsf/utils@5.13.0", "@rjsf/utils@^5.8.1": + version "5.13.0" + resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.13.0.tgz#021fff698435b0957f1ad3a8ec1fe0e7b488c928" + integrity sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A== + dependencies: + json-schema-merge-allof "^0.8.1" + jsonpointer "^5.0.1" + lodash "^4.17.21" + lodash-es "^4.17.21" + react-is "^18.2.0" + "@rjsf/utils@5.6.0": version "5.6.0" resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.6.0.tgz#0edfd9d099b45da6310f406be507d7b1703ae5aa" @@ -7927,27 +7687,15 @@ lodash-es "^4.17.15" react-is "^18.2.0" -"@rjsf/utils@5.7.3": - version "5.7.3" - resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.7.3.tgz#715e14011d5740a1c3c60589ac6fa73710ac7f25" - integrity sha512-4bUJE4u1A7/wGupiOIKicm50QJ5iJ+C9Zq27EKnk7TeKKIr2MLdg3ljYSV7aKp2ZiGX6CFtXBX3RpaTjugpKAw== - dependencies: - json-schema-merge-allof "^0.8.1" - jsonpointer "^5.0.1" - lodash "^4.17.21" - lodash-es "^4.17.21" - react-is "^18.2.0" - -"@rjsf/utils@^5.8.1": +"@rjsf/validator-ajv8@5.13.0": version "5.13.0" - resolved "https://registry.yarnpkg.com/@rjsf/utils/-/utils-5.13.0.tgz#021fff698435b0957f1ad3a8ec1fe0e7b488c928" - integrity sha512-tG2OuOJUJZ0W7VMZceD0I2SOjfMRRT1tRtG+SKbdNqhtH/gpg40aOMUj9cWgSQnYISEkNZjZq/z7NWln5RxW6A== + resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.13.0.tgz#f98cf25f0f7313f20ccdbe3ed7ecb04d2a4741ed" + integrity sha512-8j0xLsxJA/k1UADeDYZ2aMVrswvOCEYNC++YchoAgWRHqDiaGAUyRbbk7oxMi6QUXnhnlCIepzNeTclHnSfPXQ== dependencies: - json-schema-merge-allof "^0.8.1" - jsonpointer "^5.0.1" + ajv "^8.12.0" + ajv-formats "^2.1.1" lodash "^4.17.21" lodash-es "^4.17.21" - react-is "^18.2.0" "@rjsf/validator-ajv8@5.6.0": version "5.6.0" @@ -7959,16 +7707,6 @@ lodash "^4.17.15" lodash-es "^4.17.15" -"@rjsf/validator-ajv8@5.7.3": - version "5.7.3" - resolved "https://registry.yarnpkg.com/@rjsf/validator-ajv8/-/validator-ajv8-5.7.3.tgz#79f51382f1f57ac74f02090211afd7d0ddaecf11" - integrity sha512-/lU9Nyx7s/wMLkTyAgv2dMCKz9et183XohmV6YjHRP+slbxHorKObAYlbLezCYc85TSXGWhgHiyn5FWEP0SEXQ== - dependencies: - ajv "^8.12.0" - ajv-formats "^2.1.1" - lodash "^4.17.21" - lodash-es "^4.17.21" - "@rollup/plugin-commonjs@^23.0.0": version "23.0.7" resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.7.tgz#7d26d879caa54283086de1974b66f512ef60abdc" @@ -9214,7 +8952,7 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.5.0": +"@testing-library/dom@^8.0.0": version "8.20.1" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.1.tgz#2e52a32e46fc88369eef7eef634ac2a192decd9f" integrity sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g== @@ -9260,20 +8998,16 @@ "@testing-library/dom" "^8.0.0" "@types/react-dom" "<18.0.0" -"@testing-library/react@^13.4.0": - version "13.4.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966" - integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw== - dependencies: - "@babel/runtime" "^7.12.5" - "@testing-library/dom" "^8.5.0" - "@types/react-dom" "^18.0.0" - -"@testing-library/user-event@^14.0.0", "@testing-library/user-event@^14.4.3": +"@testing-library/user-event@^14.0.0": version "14.4.3" resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q== +"@testing-library/user-event@^14.5.1": + version "14.5.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" + integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== + "@tokenizer/token@^0.3.0": version "0.3.0" resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276" @@ -9888,20 +9622,13 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@*", "@types/react-dom@<18.0.0": +"@types/react-dom@*", "@types/react-dom@<18.0.0", "@types/react-dom@^17": version "17.0.20" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.20.tgz#e0c8901469d732b36d8473b40b679ad899da1b53" integrity sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA== dependencies: "@types/react" "^17" -"@types/react-dom@^18.0.0": - version "18.2.13" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.13.tgz#89cd7f9ec8b28c8b6f0392b9591671fb4a9e96b7" - integrity sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw== - dependencies: - "@types/react" "*" - "@types/react-is@^18.2.1": version "18.2.1" resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.2.1.tgz#61d01c2a6fc089a53520c0b66996d458fdc46863" @@ -14879,7 +14606,7 @@ express-session@^1.17.1: safe-buffer "5.2.1" uid-safe "~2.1.5" -express@^4.17.1, express@^4.17.3: +express@^4.17.1, express@^4.17.3, express@^4.18.2: version "4.18.2" resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ== @@ -15677,6 +15404,13 @@ get-tsconfig@^4.4.0: dependencies: resolve-pkg-maps "^1.0.0" +get-tsconfig@^4.7.0: + version "4.7.2" + resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce" + integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A== + dependencies: + resolve-pkg-maps "^1.0.0" + getopts@2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/getopts/-/getopts-2.3.0.tgz#71e5593284807e03e2427449d4f6712a268666f4" @@ -16083,21 +15817,11 @@ graphql-yoga@^4.0.3: lru-cache "^10.0.0" tslib "^2.5.2" -graphql@*, "graphql@^15.0.0 || ^16.0.0", graphql@^16.0.0, graphql@^16.3.0, graphql@^16.5.0, graphql@^16.6.0: +graphql@*, graphql@16.5.0, "graphql@^15.0.0 || ^16.0.0", graphql@^15.5.0, graphql@^15.5.1, graphql@^16.0.0, graphql@^16.3.0, graphql@^16.5.0, graphql@^16.6.0: version "16.8.0" resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg== -graphql@16.5.0: - version "16.5.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85" - integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA== - -graphql@^15.5.0, graphql@^15.5.1: - version "15.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" - integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw== - gtoken@^6.1.0: version "6.1.2" resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-6.1.2.tgz#aeb7bdb019ff4c3ba3ac100bbe7b6e74dce0e8bc" @@ -16633,6 +16357,11 @@ ignore@^5.1.4, ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== +immediate@~3.0.5: + version "3.0.6" + resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" + integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== + immer@^9.0.1, immer@^9.0.7: version "9.0.21" resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176" @@ -18359,6 +18088,16 @@ jss@10.10.0, jss@^10.5.1, jss@~10.10.0: object.assign "^4.1.4" object.values "^1.1.6" +jszip@^3.10.1: + version "3.10.1" + resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2" + integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g== + dependencies: + lie "~3.3.0" + pako "~1.0.2" + readable-stream "~2.3.6" + setimmediate "^1.0.5" + jwa@^1.4.1: version "1.4.1" resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" @@ -18606,6 +18345,13 @@ libsodium@^0.7.11: resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.11.tgz#cd10aae7bcc34a300cc6ad0ac88fcca674cfbc2e" integrity sha512-WPfJ7sS53I2s4iM58QxY3Inb83/6mjlYgcmZs7DJsvDlnmVUwNinBCi5vBT43P6bHRy01O4zsMU2CoVR6xJ40A== +lie@~3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" + integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== + dependencies: + immediate "~3.0.5" + lilconfig@^2.0.3, lilconfig@^2.0.5: version "2.1.0" resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" @@ -19205,7 +18951,7 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.3.tgz#e6331d30e493127e031dd385488b5bd326e4a6bd" integrity sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw== -markdown-to-jsx@^7.2.0: +markdown-to-jsx@^7.2.0, markdown-to-jsx@^7.3.2: version "7.3.2" resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.3.2.tgz#f286b4d112dad3028acc1e77dfe1f653b347e131" integrity sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q== @@ -21158,7 +20904,7 @@ pacote@^11.2.6: ssri "^8.0.1" tar "^6.1.0" -pako@^1.0.10, pako@~1.0.5: +pako@^1.0.10, pako@~1.0.2, pako@~1.0.5: version "1.0.11" resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== @@ -22511,15 +22257,6 @@ raw-body@^2.4.1: iconv-lite "0.4.24" unpipe "1.0.0" -rc-progress@3.4.2: - version "3.4.2" - resolved "https://registry.yarnpkg.com/rc-progress/-/rc-progress-3.4.2.tgz#f8df9ee95e790490171ab6b31bf07303cdc79980" - integrity sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w== - dependencies: - "@babel/runtime" "^7.10.1" - classnames "^2.2.6" - rc-util "^5.16.1" - rc-progress@3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/rc-progress/-/rc-progress-3.5.1.tgz#a3cdfd2fe04eb5c3d43fa1c69e7dd70c73b102ae" @@ -23565,10 +23302,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -run-script-webpack-plugin@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/run-script-webpack-plugin/-/run-script-webpack-plugin-0.1.1.tgz#dad3114be32eb864d2160306e4d9c52a2c1cfd59" - integrity sha512-PrxBRLv1K9itDKMlootSCyGhdTU+KbKGJ2wF6/k0eyo6M0YGPC58HYbS/J/QsDiwM0t7G99WcuCqto0J7omOXA== +run-script-webpack-plugin@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/run-script-webpack-plugin/-/run-script-webpack-plugin-0.2.0.tgz#45bfdd4e11345c8619eabaef8113c2a4f26dc653" + integrity sha512-SVNNq4jxzjfnaW+HkdTlyH1CWwCuSb/weYfic0D7Y/KnhY27YRYkzgybdzTDEPJlpQ73FDCRDbyBFwNsJMmwWQ== rxjs@^6.4.0, rxjs@^6.6.0: version "6.6.7" @@ -25988,11 +25725,16 @@ use-callback-ref@^1.2.3, use-callback-ref@^1.2.5: dependencies: tslib "^2.0.0" -use-immer@^0.8.0, use-immer@^0.8.1: +use-immer@^0.8.1: version "0.8.1" resolved "https://registry.yarnpkg.com/use-immer/-/use-immer-0.8.1.tgz#db7442bdd64ecf826ce274a91aa8cf821945cf0f" integrity sha512-OfTFf1pL+ICjjcLPn9+ZnaJO/Yg4MBzYZtACEe2mZ/W2A5col28PNUnwowOAaBuOogACOK/37TU17KgsIhUpOw== +use-immer@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/use-immer/-/use-immer-0.9.0.tgz#66e4e8f7ab75df45e96dfd5c56337f9fd49db9fd" + integrity sha512-/L+enLi0nvuZ6j4WlyK0US9/ECUtV5v9RUbtxnn5+WbtaXYUaOBoKHDNL9I5AETdurQ4rIFIj/s+Z5X80ATyKw== + use-memo-one@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.3.tgz#2fd2e43a2169eabc7496960ace8c79efef975e99" @@ -26936,12 +26678,7 @@ yaml-ast-parser@0.0.43, yaml-ast-parser@^0.0.43: resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb" integrity sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A== -yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" - integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== - -yaml@^2.0.0, yaml@^2.1.3, yaml@^2.2.1, yaml@^2.2.2, yaml@^2.3.1: +yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2, yaml@^2.0.0, yaml@^2.1.3, yaml@^2.2.1, yaml@^2.2.2, yaml@^2.3.1: version "2.3.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.2.tgz#f522db4313c671a0ca963a75670f1c12ea909144" integrity sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==