diff --git a/.changeset/metal-moons-watch.md b/.changeset/metal-moons-watch.md new file mode 100644 index 0000000000..6302d2da4d --- /dev/null +++ b/.changeset/metal-moons-watch.md @@ -0,0 +1,7 @@ +--- +'app': patch +'backend': patch +'@oriflame/backstage-plugin-score-card': patch +--- + +Bumped to backstage-core 1.6.0 diff --git a/backstage.json b/backstage.json new file mode 100644 index 0000000000..d5d8ca8419 --- /dev/null +++ b/backstage.json @@ -0,0 +1,3 @@ +{ + "version": "1.6.0" +} diff --git a/package.json b/package.json index ea097b0448..b7e55755ef 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@changesets/cli": "2.24.4" }, "devDependencies": { - "@backstage/cli": "0.18.1", + "@backstage/cli": "^0.19.0", "@spotify/prettier-config": "14.1.0", "@types/webpack": "5.28.0", "concurrently": "7.4.0", diff --git a/packages/app/package.json b/packages/app/package.json index dd1d0e95a6..4912eb51a6 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -7,27 +7,27 @@ }, "bundled": true, "dependencies": { - "@backstage/app-defaults": "1.0.5", - "@backstage/catalog-model": "1.1.0", - "@backstage/cli": "0.18.1", - "@backstage/config": "1.0.1", - "@backstage/core-app-api": "1.0.5", - "@backstage/core-components": "0.11.0", - "@backstage/core-plugin-api": "1.0.5", - "@backstage/integration-react": "1.1.3", - "@backstage/plugin-api-docs": "0.8.8", - "@backstage/plugin-catalog": "1.5.0", - "@backstage/plugin-catalog-common": "1.0.5", - "@backstage/plugin-catalog-graph": "0.2.20", - "@backstage/plugin-catalog-import": "0.8.11", - "@backstage/plugin-catalog-react": "1.1.3", - "@backstage/plugin-home": "0.4.24", - "@backstage/plugin-org": "0.5.8", - "@backstage/plugin-scaffolder": "1.5.0", - "@backstage/plugin-search": "1.0.1", - "@backstage/plugin-tech-radar": "0.5.15", - "@backstage/plugin-user-settings": "0.4.7", - "@backstage/test-utils": "1.1.3", + "@backstage/app-defaults": "^1.0.6", + "@backstage/catalog-model": "^1.1.1", + "@backstage/cli": "^0.19.0", + "@backstage/config": "^1.0.2", + "@backstage/core-app-api": "^1.1.0", + "@backstage/core-components": "^0.11.1", + "@backstage/core-plugin-api": "^1.0.6", + "@backstage/integration-react": "^1.1.4", + "@backstage/plugin-api-docs": "^0.8.9", + "@backstage/plugin-catalog": "^1.5.1", + "@backstage/plugin-catalog-common": "^1.0.6", + "@backstage/plugin-catalog-graph": "^0.2.21", + "@backstage/plugin-catalog-import": "^0.8.12", + "@backstage/plugin-catalog-react": "^1.1.4", + "@backstage/plugin-home": "^0.4.25", + "@backstage/plugin-org": "^0.5.9", + "@backstage/plugin-scaffolder": "^1.6.0", + "@backstage/plugin-search": "^1.0.2", + "@backstage/plugin-tech-radar": "^0.5.16", + "@backstage/plugin-user-settings": "^0.4.8", + "@backstage/test-utils": "^1.2.0", "@backstage/theme": "0.2.16", "@material-ui/core": "4.12.4", "@material-ui/icons": "4.11.3", diff --git a/packages/backend/package.json b/packages/backend/package.json index c6b7166d31..c6e662a388 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -20,19 +20,19 @@ "migrate:create": "knex migrate:make -x ts" }, "dependencies": { - "@backstage/backend-common": "0.15.0", - "@backstage/backend-tasks": "0.3.4", - "@backstage/catalog-client": "1.0.4", - "@backstage/catalog-model": "1.1.0", - "@backstage/config": "1.0.1", - "@backstage/integration": "1.3.0", - "@backstage/plugin-app-backend": "0.3.35", - "@backstage/plugin-auth-backend": "0.15.1", - "@backstage/plugin-catalog-backend": "1.3.1", - "@backstage/plugin-permission-common": "0.6.3", - "@backstage/plugin-permission-node": "0.6.4", - "@backstage/plugin-proxy-backend": "0.2.29", - "@backstage/plugin-scaffolder-backend": "1.5.1", + "@backstage/backend-common": "^0.15.1", + "@backstage/backend-tasks": "^0.3.5", + "@backstage/catalog-client": "^1.1.0", + "@backstage/catalog-model": "^1.1.1", + "@backstage/config": "^1.0.2", + "@backstage/integration": "^1.3.1", + "@backstage/plugin-app-backend": "^0.3.36", + "@backstage/plugin-auth-backend": "^0.16.0", + "@backstage/plugin-catalog-backend": "^1.4.0", + "@backstage/plugin-permission-common": "^0.6.4", + "@backstage/plugin-permission-node": "^0.6.5", + "@backstage/plugin-proxy-backend": "^0.2.30", + "@backstage/plugin-scaffolder-backend": "^1.6.0", "@gitbeaker/node": "35.7.0", "@octokit/rest": "18.12.0", "better-sqlite3": "7.6.2", @@ -47,7 +47,7 @@ "serialize-error": "8.1.0" }, "devDependencies": { - "@backstage/cli": "0.18.1", + "@backstage/cli": "^0.19.0", "@types/dockerode": "3.3.9", "@types/express": "4.17.14", "@types/express-serve-static-core": "4.17.31" diff --git a/plugins/score-card/package.json b/plugins/score-card/package.json index 02bdd6ea29..bc23f05a0d 100644 --- a/plugins/score-card/package.json +++ b/plugins/score-card/package.json @@ -52,12 +52,12 @@ "react-dom": "^16.13.1 || ^17.0.0" }, "devDependencies": { - "@backstage/cli": "0.18.1", - "@backstage/plugin-catalog": "1.5.0", - "@backstage/catalog-client": "1.0.4", - "@backstage/core-app-api": "1.0.5", - "@backstage/dev-utils": "1.0.5", - "@backstage/test-utils": "1.1.3", + "@backstage/cli": "^0.19.0", + "@backstage/plugin-catalog": "^1.5.1", + "@backstage/catalog-client": "^1.1.0", + "@backstage/core-app-api": "^1.1.0", + "@backstage/dev-utils": "^1.0.6", + "@backstage/test-utils": "^1.2.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3", diff --git a/yarn.lock b/yarn.lock index d3a77f7456..de6c1949d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1078,33 +1078,33 @@ "@babel/helper-validator-identifier" "^7.18.6" to-fast-properties "^2.0.0" -"@backstage/app-defaults@1.0.5", "@backstage/app-defaults@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@backstage/app-defaults/-/app-defaults-1.0.5.tgz#6223309aa3c4547620929573f52cfecc14fac647" - integrity sha512-DFzCWbUs++3gLenwmaSNdOphXOyQyCZ8oLu+sR1TTnnHPbeAM1qFEgDaflYbZDBmwbxjDN8D6CNcDdFLGQzmgQ== +"@backstage/app-defaults@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@backstage/app-defaults/-/app-defaults-1.0.6.tgz#7af6003dc59dfb1091ba8f96bc99868eef11d5b6" + integrity sha512-w4F5ajHTMDetKJ5lSEtj38+kit+6NyfdBO9lPVny7Yrwf62KraQYL5tQ/B5LHWBbDWS0oU+Gvqw71kykvNpVRA== dependencies: - "@backstage/core-app-api" "^1.0.5" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-permission-react" "^0.4.4" + "@backstage/core-app-api" "^1.1.0" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-permission-react" "^0.4.5" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" - react-router-dom "6.0.0-beta.0" -"@backstage/backend-common@0.15.0", "@backstage/backend-common@^0.15.0": - version "0.15.0" - resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.15.0.tgz#3c78858aa326ce54dfe0e2a1bdcb389e0c52e852" - integrity sha512-L9OB79d+F8ZvpxLo+3iphjDbS8GchqLdhKCWVSRqCHA6acyTCFTBV3XShmAEgvhXE/AxrHwfB+Rlrhpb5/RxwA== - dependencies: - "@backstage/cli-common" "^0.1.9" - "@backstage/config" "^1.0.1" - "@backstage/config-loader" "^1.1.3" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" +"@backstage/backend-common@^0.15.1": + version "0.15.1" + resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.15.1.tgz#027ff178f7e1d804fcf6bf6518d71d0304d1eacb" + integrity sha512-ljLLvXrOKPnfXwFJKBdEvNnDSsvbsm/jgZJt++xSN/hYvabCD3VC1NhM1c+HX9V7I+M6etdChXYSoQo1GRzp3g== + dependencies: + "@backstage/cli-common" "^0.1.10" + "@backstage/config" "^1.0.2" + "@backstage/config-loader" "^1.1.4" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" "@backstage/types" "^1.0.0" "@google-cloud/storage" "^6.0.0" "@keyv/redis" "^2.2.3" + "@kubernetes/client-node" "^0.17.0" "@manypkg/get-packages" "^1.1.3" "@octokit/rest" "^19.0.3" "@types/cors" "^2.8.6" @@ -1122,8 +1122,8 @@ express "^4.17.1" express-promise-router "^4.1.0" fs-extra "10.1.0" - git-url-parse "^12.0.0" - helmet "^5.0.2" + git-url-parse "^13.0.0" + helmet "^6.0.0" isomorphic-git "^1.8.0" jose "^4.6.0" keyv "^4.0.3" @@ -1138,35 +1138,37 @@ node-abort-controller "^3.0.1" node-fetch "^2.6.7" raw-body "^2.4.1" + request "^2.88.2" selfsigned "^2.0.0" stoppable "^1.1.0" tar "^6.1.2" + uuid "^8.3.2" winston "^3.2.1" yauzl "^2.10.0" yn "^4.0.0" -"@backstage/backend-plugin-api@^0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.1.1.tgz#e509a0c42e4cbf066f24cdd24f691183ecd03b38" - integrity sha512-5Atadcs+0PlgvsLIkRRdpMBKBjXSOSicCHRr81pDju3MmTa2BRizWzdHwgkAHbtO7cxZeB5ufofMesd6jzTTHQ== +"@backstage/backend-plugin-api@^0.1.2": + version "0.1.2" + resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.1.2.tgz#54a885d600981c218f373c129027681289791e43" + integrity sha512-StDSpgXY6YbBvGOTCPpDzpPw6RCe9hO93/Y5+E4zmk6Agqzxk3LjCPzSFQKlNVg0kDN2CMhYto92+rpT2sIYWw== dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/backend-tasks" "^0.3.4" - "@backstage/config" "^1.0.1" - "@backstage/plugin-permission-common" "^0.6.3" + "@backstage/backend-common" "^0.15.1" + "@backstage/backend-tasks" "^0.3.5" + "@backstage/config" "^1.0.2" + "@backstage/plugin-permission-common" "^0.6.4" "@types/express" "^4.17.6" express "^4.17.1" winston "^3.2.1" winston-transport "^4.5.0" -"@backstage/backend-tasks@0.3.4", "@backstage/backend-tasks@^0.3.4": - version "0.3.4" - resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.3.4.tgz#addbb8865f137883a67188902ec80a271a883413" - integrity sha512-1m461Nj+Y0xI3Zv9HkAX7MdMX4n40YW21i5S0MKxE+FVk+W3jxLB/ygPk5D4v0Ica/LFzChA1uZA5uZuffVYFg== +"@backstage/backend-tasks@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.3.5.tgz#d4e282b71f3a4ed8e8d80d576bf37d86bd63982a" + integrity sha512-8LV0rRj5nTGj++MbwAIlutuJwZ4rneKr8rQX5PLMLUhEmQsmNvR3VeE5JarXlHgiLoRl6tjz1TRv9N6pp4l2Bg== dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/backend-common" "^0.15.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" "@backstage/types" "^1.0.0" "@types/luxon" "^3.0.0" cron "^2.0.0" @@ -1178,48 +1180,47 @@ winston "^3.2.1" zod "^3.9.5" -"@backstage/catalog-client@1.0.4", "@backstage/catalog-client@^1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.0.4.tgz#205169a3a19be22866ffcc94ec415ca795fe9589" - integrity sha512-N3ko48XX8HnFCEwhFglC+rqIsy1KQpPlsPMhMYEOYeaOgw8H26SPMtv4wyFjcm9/Hadars+L3fnmQdSShECawg== +"@backstage/catalog-client@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.1.0.tgz#66948ef9beb45d3211fbb5b2e5139d1869bb4f57" + integrity sha512-qSAoWcvHtVQs2Y95qOS2dYicB5bbyHQlqUn4a4hKWLadeYj2rfofMGDskUbfztCdOdRy+jd7FZGADYslCnDXOw== dependencies: - "@backstage/catalog-model" "^1.1.0" - "@backstage/errors" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/errors" "^1.1.1" cross-fetch "^3.1.5" -"@backstage/catalog-model@1.1.0", "@backstage/catalog-model@^1.1.0", "@backstage/catalog-model@^1.1.0-next.2": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.1.0.tgz#84958a4e1915377cebf1a872edcfc55b60a50a06" - integrity sha512-GG+nuK3Pwz061dge72guO13xwmQ2LRh8V56DJAzQLV+ZqDWAdycedG3VbEqWrDR4zlz3pL+3SfAP2ZH3vC3v8w== +"@backstage/catalog-model@^1.1.0-next.2", "@backstage/catalog-model@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.1.1.tgz#853abe2d2bb63fc95b6851fd8c1bb8bc7cb2fe5f" + integrity sha512-2iuMC+DLcxOEH+meq72SumrABDRADWSm0GtEcBXNk7G9TVsNvSgYn0nQjD4KOqvBmMZeFoN/Ubdeh9IONrvhwg== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" "@backstage/types" "^1.0.0" ajv "^8.10.0" json-schema "^0.4.0" lodash "^4.17.21" uuid "^8.0.0" -"@backstage/cli-common@^0.1.9": - version "0.1.9" - resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.9.tgz#945c07a188f5d38282714e4aa750d3bf744c85bf" - integrity sha512-3lmHjs6EF7xWqyoNu/EFMMDRYe9h0kBOpKDz+NDuB+G4+FWBzL7GdyWK6QrCMZ5gQL3c0JGoljSPNeh1FyxgiA== +"@backstage/cli-common@^0.1.10": + version "0.1.10" + resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.10.tgz#3b4ea32fe7adfd8efc8d5c760b20cf08c046cd6a" + integrity sha512-5Nt88V32yciUlgr/XCWu2n9oSRD2XRBtkzGDDq4YTzXMJNty283DVi2c7xgeDPF2DN0d6fiENQAipp3oEulXTg== -"@backstage/cli@0.18.1": - version "0.18.1" - resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.18.1.tgz#865373049d1edb3617450177d4aef77050749130" - integrity sha512-s4jWtqaMuXLzd3dx+pbwqW7PJtZDxb8p1d0uaAFcc/OQkL8rtVW9Vdj2BoS0eyt9txQ0O66CKOXq/7Qb119sVQ== - dependencies: - "@backstage/cli-common" "^0.1.9" - "@backstage/config" "^1.0.1" - "@backstage/config-loader" "^1.1.3" - "@backstage/errors" "^1.1.0" - "@backstage/release-manifests" "^0.0.5" +"@backstage/cli@^0.19.0": + version "0.19.0" + resolved "https://registry.yarnpkg.com/@backstage/cli/-/cli-0.19.0.tgz#96f87fd829bbbdf1e32c134f3456a8f5ac38a2b8" + integrity sha512-JQji8WPphrSqTlTUMsmk7wtNbWGssY2RplLgvX4Wc53MvyfVNw1pC/RQPUqd0CTjj1HMPGI5JvcBhCAGE+RaMg== + dependencies: + "@backstage/cli-common" "^0.1.10" + "@backstage/config" "^1.0.2" + "@backstage/config-loader" "^1.1.4" + "@backstage/errors" "^1.1.1" + "@backstage/release-manifests" "^0.0.6" "@backstage/types" "^1.0.0" - "@hot-loader/react-dom-v16" "npm:@hot-loader/react-dom@^16.0.2" - "@hot-loader/react-dom-v17" "npm:@hot-loader/react-dom@^17.0.2" "@manypkg/get-packages" "^1.1.3" "@octokit/request" "^6.0.0" + "@pmmmwh/react-refresh-webpack-plugin" "^0.5.7" "@rollup/plugin-commonjs" "^22.0.0" "@rollup/plugin-json" "^4.1.0" "@rollup/plugin-node-resolve" "^13.0.6" @@ -1233,6 +1234,10 @@ "@svgr/plugin-svgo" "6.3.x" "@svgr/rollup" "6.3.x" "@svgr/webpack" "6.3.x" + "@swc/core" "^1.2.239" + "@swc/helpers" "^0.4.7" + "@swc/jest" "^0.2.22" + "@types/jest" "^27" "@types/webpack-env" "^1.15.2" "@typescript-eslint/eslint-plugin" "^5.9.0" "@typescript-eslint/parser" "^5.9.0" @@ -1252,7 +1257,7 @@ eslint-formatter-friendly "^7.0.0" eslint-plugin-deprecation "^1.3.2" eslint-plugin-import "^2.25.4" - eslint-plugin-jest "^26.1.2" + eslint-plugin-jest "^27.0.0" eslint-plugin-jsx-a11y "^6.5.1" eslint-plugin-monorepo "^0.3.2" eslint-plugin-react "^7.28.0" @@ -1281,7 +1286,7 @@ postcss "^8.1.0" process "^0.11.10" react-dev-utils "^12.0.0-next.60" - react-hot-loader "^4.13.0" + react-refresh "^0.14.0" recursive-readdir "^2.2.2" replace-in-file "^6.0.0" rollup "^2.60.2" @@ -1293,10 +1298,11 @@ semver "^7.3.2" style-loader "^3.3.1" sucrase "^3.20.2" + swc-loader "^0.2.3" tar "^6.1.2" terser-webpack-plugin "^5.1.3" util "^0.12.3" - webpack "^5.66.0" + webpack "^5.70.0" webpack-dev-server "^4.7.3" webpack-node-externals "^3.0.0" yaml "^2.0.0" @@ -1304,14 +1310,14 @@ yn "^4.0.0" zod "^3.11.6" -"@backstage/config-loader@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.1.3.tgz#8ca8d2c68b46c3a9306721a3eb7217a90fd09505" - integrity sha512-f+fBSU89woVq88R164Ohs0/Yea0kRT7wq9ZLLjLF10tRHpfUQH8g1vftTpqitMXthm4yefT9PgDiYZ603BBD6g== +"@backstage/config-loader@^1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.1.4.tgz#e40f386519db4ee6fa8d80ecf579878eebd5cb38" + integrity sha512-tyGIig6VCtdNFOVbLCGsplBCJAOk9Hp5ajsQQrtrBA3ib7t4m0F0IsP7f1gnL7BzV0xvfAWkfeEMA1gtpuEDzA== dependencies: - "@backstage/cli-common" "^0.1.9" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/cli-common" "^0.1.10" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" "@backstage/types" "^1.0.0" "@types/json-schema" "^7.0.6" ajv "^8.10.0" @@ -1325,38 +1331,37 @@ yaml "^2.0.0" yup "^0.32.9" -"@backstage/config@1.0.1", "@backstage/config@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.0.1.tgz#9e66e2e88d945e205e179a0b3f8f835b5ba176b2" - integrity sha512-htCyKJiB2nvxyo3t5k1u7EK8wKCksw3/DKwMDHwuu6EUzgLNqGFdjG6tafU5ng3ESJvj0KErzys+gI/wKxa8PA== +"@backstage/config@^1.0.1", "@backstage/config@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.0.2.tgz#539be20a83ba7e7b40637fc962e92d23c80c88c8" + integrity sha512-k/S6TIhuxQoKbxqiHx0fKKe8Yl9oDJeir3/XbNUn6JKbnNHinnI5nAmR0u9zO9/eDWW30gvBNBBJzHZydItWcA== dependencies: "@backstage/types" "^1.0.0" lodash "^4.17.21" -"@backstage/core-app-api@1.0.5", "@backstage/core-app-api@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.0.5.tgz#431151867f19c7f2180298a19aafa42a66dcb44c" - integrity sha512-4ryzdaeeCul6F9Scx1V6Dp84o4ZxotTxcpeOT9I/rO6nJEpY335FXmiXkfh+bqa1psrn08DSvOO/zAUhuivVOw== +"@backstage/core-app-api@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@backstage/core-app-api/-/core-app-api-1.1.0.tgz#7ad4046591c5478acb4cc0ae8ad2788448af57ba" + integrity sha512-PVmwaRIWrrvqNlqUpEL911llJqaScpgZEk7rV81+3QchyOa9Gm2Zh6WsKqb5q28SswYjEA70Zwt5pzUQsEcaFA== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-plugin-api" "^1.0.5" + "@backstage/config" "^1.0.2" + "@backstage/core-plugin-api" "^1.0.6" "@backstage/types" "^1.0.0" "@backstage/version-bridge" "^1.0.1" "@types/prop-types" "^15.7.3" prop-types "^15.7.2" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" zen-observable "^0.8.15" zod "^3.11.6" -"@backstage/core-components@0.11.0", "@backstage/core-components@^0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.11.0.tgz#3e966b4670bca9db228808e41e251f07361580a2" - integrity sha512-Exu7qp5X+vykLFSLwZBKlSHZXXp/goid1Zk+C2pGH/Nil7MH/KI1POsA4AupggJAR910q++oV1MbKZIjUIOHhA== +"@backstage/core-components@^0.11.0", "@backstage/core-components@^0.11.1": + version "0.11.1" + resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.11.1.tgz#980ca07a9b301f247df702a5ae0e8002ab174aa9" + integrity sha512-P3ZZ8UWYmlFVcWjBiKvFSnVt0SKUTVqlHaVdmkO4ra7n4MU3lLnJihk982nmRAnz2XrhHo2zRsJaBZHCRoM6lw== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" + "@backstage/config" "^1.0.2" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" "@backstage/theme" "^0.2.16" "@backstage/version-bridge" "^1.0.1" "@material-table/core" "^3.1.0" @@ -1382,8 +1387,6 @@ react-helmet "6.1.0" react-hook-form "^7.12.2" react-markdown "^8.0.0" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-sparklines "^1.7.0" react-syntax-highlighter "^15.4.5" react-text-truncate "^0.19.0" @@ -1394,93 +1397,89 @@ zen-observable "^0.8.15" zod "^3.11.6" -"@backstage/core-plugin-api@1.0.5", "@backstage/core-plugin-api@^1.0.3", "@backstage/core-plugin-api@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.0.5.tgz#a6d0dd8272e9175f381dee6e1090d758d408cca0" - integrity sha512-4d9X8+nu2n4t7Vu26LNzTKMW3U2peHoC1wWGKVDLwbMdewG0EXrbUIRo7Daon0xwyDrZWBUCrDiFElgLOb61Bg== +"@backstage/core-plugin-api@^1.0.3", "@backstage/core-plugin-api@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.0.6.tgz#7b9b7f7b10e9b5572e8b9e8c816e837d7b4d6ed0" + integrity sha512-IRB/wxSsSHIuamHQgqHxFCvvC6q8mnhRcicRAzACSJIM/KRAtYC8PEBd/OgaeHLJhxyaXNCGX7NQ4oADkhiWsA== dependencies: - "@backstage/config" "^1.0.1" + "@backstage/config" "^1.0.2" "@backstage/types" "^1.0.0" "@backstage/version-bridge" "^1.0.1" history "^5.0.0" prop-types "^15.7.2" - react-router-dom "6.0.0-beta.0" zen-observable "^0.8.15" -"@backstage/dev-utils@1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.5.tgz#d86ef5e0e320019ea395f1b752dab73aa0c4e6ef" - integrity sha512-kc7iXAT5GvHHYj8B+/sdcyJSrWFTs/yaze37Qd4TmMJckuk32erw17ThrhHkkOTCqj1jU7f27xLKo36zTR+p0w== - dependencies: - "@backstage/app-defaults" "^1.0.5" - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-app-api" "^1.0.5" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/integration-react" "^1.1.3" - "@backstage/plugin-catalog-react" "^1.1.3" - "@backstage/test-utils" "^1.1.3" +"@backstage/dev-utils@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.6.tgz#cda6cdcfdaf5f932da7911ad071bb621945b55e5" + integrity sha512-Nhm6ywcYdBugb5clUfIv1q2oEcOW4rpvQ4xpHI4GorPcEWJ9rYSjyuAAVT3hn37/8hGdTCDzTjTU4Mbfg4h1eg== + dependencies: + "@backstage/app-defaults" "^1.0.6" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-app-api" "^1.1.0" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/integration-react" "^1.1.4" + "@backstage/plugin-catalog-react" "^1.1.4" + "@backstage/test-utils" "^1.2.0" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@testing-library/jest-dom" "^5.10.1" "@testing-library/react" "^12.1.3" "@testing-library/user-event" "^14.0.0" - react-hot-loader "^4.13.0" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" zen-observable "^0.8.15" -"@backstage/errors@1.1.0", "@backstage/errors@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.1.0.tgz#7e2376f8d0e5d58422b43a1551e5d980173acb7b" - integrity sha512-cWy7TpjrUvsMJ74et1PFvh0YYzzLDtK4qGJTwmF5AQBTZbNsi1UlNYET0sPVdlWbr6FRqa1QQNZwUkvpllB6YQ== +"@backstage/errors@1.1.1", "@backstage/errors@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@backstage/errors/-/errors-1.1.1.tgz#e637737ccf4075a7d3b3ec9911d209266e5204f5" + integrity sha512-eSm5oc4+PmpdzREHZ00lFOYOm2JqZsC+NbRV3ChOOXId4ibdzQk97kgSw1a1n2vqu+9MNKpD55lpVMKnADRo7g== dependencies: "@backstage/types" "^1.0.0" cross-fetch "^3.1.5" serialize-error "^8.0.1" -"@backstage/integration-react@1.1.3", "@backstage/integration-react@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.3.tgz#f69ef35bf64e30cd12edf1c9e072f34dfc3293a0" - integrity sha512-RLXXUR9ICqBw513cJkLhKJn4by4QGBxev5EtMZEQFzZp8NaljEud4BB2WN5qm5yuM0v8n6T55xlNfl3GKpRYyw== +"@backstage/integration-react@^1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.4.tgz#7ab915a92bd4f62df69cf0654ad934564b8915f3" + integrity sha512-gJRNe2pHOuYN+SIL+wLPz2wvBWMmSBMRJDOht1P/GFD6Z7eyABEoEhjASPxwzPa38UIilaMuJDixXohHxvYUHg== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/integration" "^1.3.0" + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/integration" "^1.3.1" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" react-use "^17.2.4" -"@backstage/integration@1.3.0", "@backstage/integration@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.3.0.tgz#1907c94a58f09aa6881d66d2eb7b9521fff6db76" - integrity sha512-GKGEK1CqOY4nmFSS3QwBze4AsT/MsLlyK/LwYy87p+bicYF3VAcSUddfwqx/20K7GaaWGwkU0DjCI5k5g+kSXg== +"@backstage/integration@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.3.1.tgz#ae4a89531a555456074bb8aaff65b2acc680ebab" + integrity sha512-WaIiEx7b+0FWbIhdq5DrULKKVyJQos4neZQN4bhiKkVkMfkgq8+x4Uw/13haFj+qd0IB2BOdolJdJM1z+nOLeA== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" "@octokit/auth-app" "^4.0.0" "@octokit/rest" "^19.0.3" cross-fetch "^3.1.5" - git-url-parse "^12.0.0" + git-url-parse "^13.0.0" lodash "^4.17.21" luxon "^3.0.0" -"@backstage/plugin-api-docs@0.8.8": - version "0.8.8" - resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.8.8.tgz#06bc9d885ccc9ea09dc9394befcde90b69a06818" - integrity sha512-crN+5F3Z/Sc6GEs/AeyqSse0ShtuJPKd5dVCspXDJNuhXh6Vi7UQ5HeJU0DBVFo9xpRT8o2zDeFMB0IPt5pkYA== +"@backstage/plugin-api-docs@^0.8.9": + version "0.8.9" + resolved "https://registry.yarnpkg.com/@backstage/plugin-api-docs/-/plugin-api-docs-0.8.9.tgz#e1b27e623b01ce84c7ebc3976ad9a3a14d0ec092" + integrity sha512-8R+tlJDzt9h29GshlG4ahZYI1L9zRMlgaE0AI2nQf2lwCsZiOwbXGsuJVg9gXOTmOnadwG00VaQMXtZ2bgbKBQ== dependencies: "@asyncapi/react-component" "1.0.0-next.40" - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-catalog" "^1.5.0" - "@backstage/plugin-catalog-react" "^1.1.3" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-catalog" "^1.5.1" + "@backstage/plugin-catalog-react" "^1.1.4" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -1489,43 +1488,41 @@ graphql "^16.0.0" graphql-ws "^5.4.1" isomorphic-form-data "^2.0.0" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" swagger-ui-react "^4.11.1" -"@backstage/plugin-app-backend@0.3.35": - version "0.3.35" - resolved "https://registry.yarnpkg.com/@backstage/plugin-app-backend/-/plugin-app-backend-0.3.35.tgz#58d630e8cdc5f393aa9a119c63d47bde62df9eab" - integrity sha512-h6Vg3nb32pk+HPSfClbR3y9A9YN+674t8Lp9cM7ajnCTkN3yq1nO+1ATDfq5TcdW6tO5BwJXnt0WiHwtQrgrAQ== +"@backstage/plugin-app-backend@^0.3.36": + version "0.3.36" + resolved "https://registry.yarnpkg.com/@backstage/plugin-app-backend/-/plugin-app-backend-0.3.36.tgz#fe0054d6149bef0ee585dcd76f350b88b9fc830d" + integrity sha512-/nfbAyOAVhW2G8hNCHmLVvvFpSH09qhXe/sItoFUe4aDgohPeM6Qgnov+Ycngy0/hyqK1wYaWMm8GvCtZEkrkw== dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/config" "^1.0.1" - "@backstage/config-loader" "^1.1.3" + "@backstage/backend-common" "^0.15.1" + "@backstage/config" "^1.0.2" + "@backstage/config-loader" "^1.1.4" "@backstage/types" "^1.0.0" "@types/express" "^4.17.6" express "^4.17.1" express-promise-router "^4.1.0" fs-extra "10.1.0" globby "^11.0.0" - helmet "^5.0.2" + helmet "^6.0.0" knex "^2.0.0" lodash "^4.17.21" luxon "^3.0.0" winston "^3.2.1" yn "^4.0.0" -"@backstage/plugin-auth-backend@0.15.1": - version "0.15.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend/-/plugin-auth-backend-0.15.1.tgz#942137c96b4e4cb5818fbd541c2ff3bb0d10e19c" - integrity sha512-tuL+3iAQp1bHiQ1OCckhwajNbrAGHdHTqupUPHfObEugXrZEZuVvCxrEdyyYVRrlAE0tj4ODi/+V5d6lucBBpg== - dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" - "@backstage/plugin-auth-node" "^0.2.4" +"@backstage/plugin-auth-backend@^0.16.0": + version "0.16.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-backend/-/plugin-auth-backend-0.16.0.tgz#e7fad5dc7b13a6a2f546065115b8b0e992c987a4" + integrity sha512-KCiJGZwOxVRa6c4NfQYjkARo6KQbSTuny3wA+tAKeM5SSJ+A5WHTPdK/sGa2UWs0mgHzV4QQQIZ5DesjQgdSAA== + dependencies: + "@backstage/backend-common" "^0.15.1" + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" + "@backstage/plugin-auth-node" "^0.2.5" "@backstage/types" "^1.0.0" "@davidzemon/passport-okta-oauth" "^0.0.5" "@google-cloud/firestore" "^6.0.0" @@ -1550,6 +1547,7 @@ node-fetch "^2.6.7" openid-client "^5.1.3" passport "^0.6.0" + passport-auth0 "^1.4.3" passport-bitbucket-oauth2 "^0.1.2" passport-github2 "^0.1.12" passport-gitlab2 "^5.0.0" @@ -1562,36 +1560,38 @@ winston "^3.2.1" yn "^4.0.0" -"@backstage/plugin-auth-node@^0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.2.4.tgz#f3bcb630d120d463636ec9bca78b0f3b35c89e97" - integrity sha512-QPI9ha3EDeSpzXwtn55cUTShzrOVV7C3lCzhYtNSIeujz2U8FzbVqhkggf8x+YcqvL6jMvaoBhOlZdYOSP/3mQ== +"@backstage/plugin-auth-node@^0.2.5": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.2.5.tgz#e54d3fbae0fd8e0f975f32d71e988d946e3b39ed" + integrity sha512-okPU6Ne3T/mkEsITcgW9lYh4+gLKL7RiuGSvSa0chYjzTVqMD5dMveQAoO/HWMnP4fDOXp/uMGiq239AyL7Xkg== dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/backend-common" "^0.15.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" + "@types/express" "*" + express "^4.17.1" jose "^4.6.0" node-fetch "^2.6.7" winston "^3.2.1" -"@backstage/plugin-catalog-backend@1.3.1", "@backstage/plugin-catalog-backend@^1.3.1": - version "1.3.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend/-/plugin-catalog-backend-1.3.1.tgz#2c9f0fd441a1e477d04ca1d11a75e87305013fcb" - integrity sha512-qzgt9OyyXAyDTh2OsmbeZPDGO8gKu2Oq0LLKSXfe0jpcsDtbejrvFNNqSEpf9LRmzjT7ORhJxKkVMGaaA0JAlQ== - dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/backend-plugin-api" "^0.1.1" - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" - "@backstage/plugin-catalog-common" "^1.0.5" - "@backstage/plugin-catalog-node" "^1.0.1" - "@backstage/plugin-permission-common" "^0.6.3" - "@backstage/plugin-permission-node" "^0.6.4" - "@backstage/plugin-scaffolder-common" "^1.1.2" - "@backstage/plugin-search-common" "^1.0.0" +"@backstage/plugin-catalog-backend@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend/-/plugin-catalog-backend-1.4.0.tgz#697076a51a7b82522b1c71f7e2ada74639c5af16" + integrity sha512-PpGwp5fMQt60Xrpw7U5kK75EZETGvDQLRjYZ6X09lK1JKB1osXAxMaE4DinjnoEYStFXD+f5NE1qKUc7vS8+ug== + dependencies: + "@backstage/backend-common" "^0.15.1" + "@backstage/backend-plugin-api" "^0.1.2" + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" + "@backstage/plugin-catalog-common" "^1.0.6" + "@backstage/plugin-catalog-node" "^1.1.0" + "@backstage/plugin-permission-common" "^0.6.4" + "@backstage/plugin-permission-node" "^0.6.5" + "@backstage/plugin-scaffolder-common" "^1.2.0" + "@backstage/plugin-search-common" "^1.0.1" "@backstage/types" "^1.0.0" "@types/express" "^4.17.6" codeowners-utils "^1.0.2" @@ -1600,7 +1600,7 @@ express-promise-router "^4.1.0" fast-json-stable-stringify "^2.1.0" fs-extra "10.1.0" - git-url-parse "^12.0.0" + git-url-parse "^13.0.0" glob "^7.1.6" knex "^2.0.0" lodash "^4.17.21" @@ -1614,24 +1614,24 @@ yn "^4.0.0" zod "^3.11.6" -"@backstage/plugin-catalog-common@1.0.5", "@backstage/plugin-catalog-common@^1.0.4-next.0", "@backstage/plugin-catalog-common@^1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.5.tgz#0617387e52181ea347b505d00704b791eef2dcda" - integrity sha512-dBKSBHPlohL3aHVGZLKGZfHtEnWzH1bwWCTJlqJLdiyfiRWjwtgRTIlcv2GSizYs4WZ1IW1LfDxkheR0pAW8vg== - dependencies: - "@backstage/plugin-permission-common" "^0.6.3" - "@backstage/plugin-search-common" "^1.0.0" - -"@backstage/plugin-catalog-graph@0.2.20": - version "0.2.20" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.2.20.tgz#40eaa1fdc47979a3c122350ae78eeb2b7edf5e88" - integrity sha512-2qu4wKhMg8FJzeCNAoWh0ZyQ5YJOAt+TGmI2/4CtOKavxBCy/Q7IV7nuuBDskrM1b4nZWOqHTZtDNb7Q4Qp3PA== - dependencies: - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-catalog-react" "^1.1.3" +"@backstage/plugin-catalog-common@^1.0.4-next.0", "@backstage/plugin-catalog-common@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.6.tgz#fcf12c9d15d2d76a832d4f3ca952eacb71959223" + integrity sha512-A1xMxVPWjZU+C508YLcoMupZfahgxiq3py0rDmUnqjp9luec8Y+KvERQ3uglN+sX4VZqhnDdMZ0hI4bcOWC6nw== + dependencies: + "@backstage/plugin-permission-common" "^0.6.4" + "@backstage/plugin-search-common" "^1.0.1" + +"@backstage/plugin-catalog-graph@^0.2.21": + version "0.2.21" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-graph/-/plugin-catalog-graph-0.2.21.tgz#7482636dd0642bf21a51b3f208ec21c4e204c0dd" + integrity sha512-IEHEDUh6m65Mt0ZXtpnlejjkm7opmj5ikIZCyb98ZGp4Pq146Nj31oTzpLJ54zA3KE+RmkvUhSWlz5qQboWZEw== + dependencies: + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-catalog-react" "^1.1.4" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -1640,59 +1640,58 @@ lodash "^4.17.15" p-limit "^3.1.0" qs "^6.9.4" - react-router "6.0.0-beta.0" react-use "^17.2.4" -"@backstage/plugin-catalog-import@0.8.11": - version "0.8.11" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.8.11.tgz#6a67f9ff61d7b172112ff6f34102d231229b3697" - integrity sha512-byxrdS1NQDXlgFHtmhLmA7Xo5JBeUMc+pyz4UnjgebrkHHGfokgUVbG1BS/8CG54hVwq9JVvnMTKhHPqtn8htw== - dependencies: - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" - "@backstage/integration-react" "^1.1.3" - "@backstage/plugin-catalog-react" "^1.1.3" +"@backstage/plugin-catalog-import@^0.8.12": + version "0.8.12" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.8.12.tgz#f7a74223ef454d7f5f493a7f6ffef0e48b0251ee" + integrity sha512-cjN2kWyuUI0qRqO5zToR1XYS8af/WmuEW9FpKWfsco9x8mnjwJUVA0QWKRKfS8lP25eQKw6oK3afq9kC4wbawA== + dependencies: + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" + "@backstage/integration-react" "^1.1.4" + "@backstage/plugin-catalog-react" "^1.1.4" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" "@octokit/rest" "^19.0.3" - git-url-parse "^12.0.0" + git-url-parse "^13.0.0" js-base64 "^3.6.0" lodash "^4.17.21" react-hook-form "^7.12.2" - react-router "6.0.0-beta.0" react-use "^17.2.4" yaml "^2.0.0" -"@backstage/plugin-catalog-node@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.0.1.tgz#e77956c9195a3b5c5de88949af5472b730d8dd29" - integrity sha512-t3aYuKNBVMfd/zGzRTKmubaUmBYJciQ5uzen5czU6Yk9lFECaxhbTZ8aQX3y8KTEF00+FbR5RTBlUGWeUVdOow== +"@backstage/plugin-catalog-node@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.1.0.tgz#a90941641fdf25d00186ce534be97acfa2c1632d" + integrity sha512-1gqLyFRYeAnDiTXyegmB3xuP6T5PioxmlSG5bkpMJpCI7NES5COFkD5FkVdkCOLiNbrI0aRvRuY+jvdqKrn91A== dependencies: - "@backstage/backend-plugin-api" "^0.1.1" - "@backstage/catalog-model" "^1.1.0" - "@backstage/errors" "1.1.0" + "@backstage/backend-plugin-api" "^0.1.2" + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/errors" "1.1.1" "@backstage/types" "^1.0.0" -"@backstage/plugin-catalog-react@1.1.3", "@backstage/plugin-catalog-react@^1.1.2-next.2", "@backstage/plugin-catalog-react@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.1.3.tgz#a3a8b2ddd8a8a8a6d8d822ef98ada306a9086eb0" - integrity sha512-VXsrRmNM+s4i8XoJk6TLkKvekVgZvEqVe3nAUUIfwZQwYe4wV/J0WlEeimKdhNMq8pLhJIYeBsna5J10yEZR9w== - dependencies: - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" - "@backstage/plugin-catalog-common" "^1.0.5" - "@backstage/plugin-permission-common" "^0.6.3" - "@backstage/plugin-permission-react" "^0.4.4" +"@backstage/plugin-catalog-react@^1.1.2-next.2", "@backstage/plugin-catalog-react@^1.1.4": + version "1.1.4" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.1.4.tgz#c8dba4f7d837a1e8c0f0cb01c40096e5c3e29ea9" + integrity sha512-XMBhwcP4lUMKQ5OVry15rJY95lj62vfMT7hhtAuQ0UpW5q0AHK+ug5QyAPQnNuJjg+Gs6YDPN46cz0pCeKIHxA== + dependencies: + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" + "@backstage/plugin-catalog-common" "^1.0.6" + "@backstage/plugin-permission-common" "^0.6.4" + "@backstage/plugin-permission-react" "^0.4.5" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@backstage/version-bridge" "^1.0.1" @@ -1703,26 +1702,25 @@ jwt-decode "^3.1.0" lodash "^4.17.21" qs "^6.9.4" - react-router "6.0.0-beta.0" react-use "^17.2.4" yaml "^2.0.0" zen-observable "^0.8.15" -"@backstage/plugin-catalog@1.5.0", "@backstage/plugin-catalog@^1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.5.0.tgz#5b592725b6a605bbd82eb4ad9948ee6e23864cbb" - integrity sha512-2qyxITQv0wijqPxDChCkX2u/ISkVORFCAqmft0IMnj/QPScY8e8Y4Lq1X3lLUNvIbcIQCxCGngBwgu8zfd0osg== - dependencies: - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" - "@backstage/integration-react" "^1.1.3" - "@backstage/plugin-catalog-common" "^1.0.5" - "@backstage/plugin-catalog-react" "^1.1.3" - "@backstage/plugin-search-common" "^1.0.0" - "@backstage/plugin-search-react" "^1.0.1" +"@backstage/plugin-catalog@^1.5.1": + version "1.5.1" + resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.5.1.tgz#9e1be7715f95b755a2d813f58c63838e2be3a5f9" + integrity sha512-b5hPu8lbj+RnxIippEyGXvxkzaCPABR0nNYN8ygZHdCYeN8hkFwzytRK4LyU8FDuX0I2Ca3nXtD0vgg75Hb2aA== + dependencies: + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" + "@backstage/integration-react" "^1.1.4" + "@backstage/plugin-catalog-common" "^1.0.6" + "@backstage/plugin-catalog-react" "^1.1.4" + "@backstage/plugin-search-common" "^1.0.1" + "@backstage/plugin-search-react" "^1.1.0" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@material-ui/core" "^4.12.2" @@ -1731,38 +1729,36 @@ history "^5.0.0" lodash "^4.17.21" react-helmet "6.1.0" - react-router "6.0.0-beta.0" react-use "^17.2.4" zen-observable "^0.8.15" -"@backstage/plugin-home@0.4.24", "@backstage/plugin-home@^0.4.24": - version "0.4.24" - resolved "https://registry.yarnpkg.com/@backstage/plugin-home/-/plugin-home-0.4.24.tgz#82bb624fdf56c4a2fd06958928813a648d88ca03" - integrity sha512-7cZYNM+4ZohE6MIXzVAMsBW5JpkOPXJP8RjMVsLOIX4FGngS5mK7LFVTuYZ/fLwAsNJIEc0s6zxHM8zyFw1Zow== - dependencies: - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-catalog-react" "^1.1.3" - "@backstage/plugin-stack-overflow" "^0.1.4" +"@backstage/plugin-home@^0.4.25": + version "0.4.25" + resolved "https://registry.yarnpkg.com/@backstage/plugin-home/-/plugin-home-0.4.25.tgz#4a56713ee2f1bab7cc163f0acdb288557632250b" + integrity sha512-SmUqrWf2wvnNUQEagZWJYc5AxmC/jIdMbgLQtC0fzl6u0AmBBy9Ln70LWDKtc1pHP8r70w8zpNj76p0byLyU/g== + dependencies: + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-catalog-react" "^1.1.4" + "@backstage/plugin-stack-overflow" "^0.1.5" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" lodash "^4.17.21" - react-router "6.0.0-beta.0" react-use "^17.2.4" -"@backstage/plugin-org@0.5.8": - version "0.5.8" - resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.5.8.tgz#733fc1763851892f722554675f1138226a964601" - integrity sha512-6n63/d/r5uhmFh/RHR5CM9jk+w54TW5eR9BHXRivts0A0iIL9PZxbjjjFYsUnMKN+DAuTDzwQejqCyHgFSf5Xw== +"@backstage/plugin-org@^0.5.9": + version "0.5.9" + resolved "https://registry.yarnpkg.com/@backstage/plugin-org/-/plugin-org-0.5.9.tgz#13dc9e5df4b8a831d437df3165d50ae2d774e5e2" + integrity sha512-445OV/xHYiQTEyDrHH5u0A4cN/0RMAPwkIt7n4RBJfvv5fUyQfeV8jZAWK+RQxnKPx/vW9jPLPlDyMUQCESz+Q== dependencies: - "@backstage/catalog-model" "^1.1.0" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-catalog-react" "^1.1.3" + "@backstage/catalog-model" "^1.1.1" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-catalog-react" "^1.1.4" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -1770,56 +1766,53 @@ p-limit "^3.1.0" pluralize "^8.0.0" qs "^6.10.1" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" -"@backstage/plugin-permission-common@0.6.3", "@backstage/plugin-permission-common@^0.6.3": - version "0.6.3" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.6.3.tgz#9815dd2dddf224454f55f35710b6a68644e95f00" - integrity sha512-7GL3+9M2wDiG406JSIzTq08KNrSZToAG5PTwKHXD6RFC1jF9X50aRYv+5jVwdmRhSk6r5JqoB4HhcgisseBzoQ== +"@backstage/plugin-permission-common@^0.6.4": + version "0.6.4" + resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-common/-/plugin-permission-common-0.6.4.tgz#1fa40dc48eb6689c616212219bca6c9fabf65405" + integrity sha512-rqUrZU6KQPZlkzWuvYsZzYFmT0EI0QZNH/bxi5B1W3OQevGSnpgzb2RhYSSzvggs07ytn6lIdcawqjKZ3hQDNg== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" cross-fetch "^3.1.5" uuid "^8.0.0" zod "^3.11.6" -"@backstage/plugin-permission-node@0.6.4", "@backstage/plugin-permission-node@^0.6.4": - version "0.6.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.6.4.tgz#a3dbc6f3acdf370ab46733780c5ac89fec5f6e2e" - integrity sha512-LdoTgLYR+ZTD5j5xEGEQ3RlSmYMeUN2+uXMYwtWDsNLwsQ4LrAFRkAkv2YbPYYZEp6QUPPjbRGdAHIPGMkBGhQ== - dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" - "@backstage/plugin-auth-node" "^0.2.4" - "@backstage/plugin-permission-common" "^0.6.3" +"@backstage/plugin-permission-node@^0.6.5": + version "0.6.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.6.5.tgz#968f15408c2325102f10765b2817e063ea7af4e0" + integrity sha512-F+Z8rGRcHJCfCIfwO/7W1TOgDGhRmQEpgswXQdyCjYl5uSU3KYsfLZGhhggAIKx/0Ug1h5GSe7qwRIZsroAbCg== + dependencies: + "@backstage/backend-common" "^0.15.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" + "@backstage/plugin-auth-node" "^0.2.5" + "@backstage/plugin-permission-common" "^0.6.4" "@types/express" "^4.17.6" express "^4.17.1" express-promise-router "^4.1.0" zod "^3.11.6" -"@backstage/plugin-permission-react@^0.4.4": - version "0.4.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.4.tgz#3032d621cc9259d2d9fd4043ac01ece8b012e6c1" - integrity sha512-dldu0yc1tQTI5SVSlS3jIB8kYd6ntWk3mKyX/8aFUt2BNBajqwBMYUOjAknXnnuNpYqxE1uVsPrZXePC7QQ/1g== +"@backstage/plugin-permission-react@^0.4.5": + version "0.4.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.5.tgz#c081e2a0aa9d10f6ad3a32f3f77e9176aaa3c228" + integrity sha512-M4DQUi79gQhstOhY8oNK3rPHisb+gceC6STH7lehkcwHwAc1sZyJMJjmuSnzrv+qRpZsaPr3b99NNbEXcXipAw== dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-permission-common" "^0.6.3" + "@backstage/config" "^1.0.2" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-permission-common" "^0.6.4" cross-fetch "^3.1.5" - react-router "6.0.0-beta.0" react-use "^17.2.4" swr "^1.1.2" -"@backstage/plugin-proxy-backend@0.2.29": - version "0.2.29" - resolved "https://registry.yarnpkg.com/@backstage/plugin-proxy-backend/-/plugin-proxy-backend-0.2.29.tgz#4ae978cee8c9584456b2980a752da22d8420eb37" - integrity sha512-v5fXyQJd7WO4onSRT2G28pTSoGJK5XMyT4tlGnmX/1w/a2cFhB7XQPVi6Li1/Z7yfQYVnuDeyKrmH6ZPNP+Ayw== +"@backstage/plugin-proxy-backend@^0.2.30": + version "0.2.30" + resolved "https://registry.yarnpkg.com/@backstage/plugin-proxy-backend/-/plugin-proxy-backend-0.2.30.tgz#f62bb4c2500210ba19f8c7002f69cc241bafc326" + integrity sha512-K79eiSUnr69/+m0rj8POcp3Jt/Wa5pBTLw2dktaka2BpZpNOGbMeCXeBsyZRSl6BLRdZ6h4tE3QjHxTt6Kx6og== dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/config" "^1.0.1" + "@backstage/backend-common" "^0.15.1" + "@backstage/config" "^1.0.2" "@types/express" "^4.17.6" express "^4.17.1" express-promise-router "^4.1.0" @@ -1831,21 +1824,22 @@ yn "^4.0.0" yup "^0.32.9" -"@backstage/plugin-scaffolder-backend@1.5.1": - version "1.5.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-backend/-/plugin-scaffolder-backend-1.5.1.tgz#7654deda463563ef7ec59b6c9cbb2b558777500c" - integrity sha512-XcKFVk8yKn4FRPZeM1VqNIfuHmh79+wKmJtCr70ZwuNFa+fIYCpchp35s1QMqJKkTDpWOSP8FegpWNUlAe6zeA== - dependencies: - "@backstage/backend-common" "^0.15.0" - "@backstage/backend-plugin-api" "^0.1.1" - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" - "@backstage/plugin-catalog-backend" "^1.3.1" - "@backstage/plugin-catalog-node" "^1.0.1" - "@backstage/plugin-scaffolder-common" "^1.1.2" +"@backstage/plugin-scaffolder-backend@^1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-backend/-/plugin-scaffolder-backend-1.6.0.tgz#0adb3d59166b27113842e56b3c378e111c82463b" + integrity sha512-E8Zmo8+vTu+i8tELbJ+kCX7GS3O7We7iyhmKho1JYCsW8IVxHgQeofj5SrMzulHPI02mP99EDK6XQYx6qWqLfA== + dependencies: + "@backstage/backend-common" "^0.15.1" + "@backstage/backend-plugin-api" "^0.1.2" + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" + "@backstage/plugin-auth-node" "^0.2.5" + "@backstage/plugin-catalog-backend" "^1.4.0" + "@backstage/plugin-catalog-node" "^1.1.0" + "@backstage/plugin-scaffolder-common" "^1.2.0" "@backstage/types" "^1.0.0" "@gitbeaker/core" "^35.6.0" "@gitbeaker/node" "^35.1.0" @@ -1858,7 +1852,7 @@ express "^4.17.1" express-promise-router "^4.1.0" fs-extra "10.1.0" - git-url-parse "^12.0.0" + git-url-parse "^13.0.0" globby "^11.0.0" isbinaryfile "^5.0.0" isomorphic-git "^1.8.0" @@ -1879,31 +1873,31 @@ zen-observable "^0.8.15" zod "^3.11.6" -"@backstage/plugin-scaffolder-common@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-common/-/plugin-scaffolder-common-1.1.2.tgz#05900c81c94f383f554123ffb970b651c6979929" - integrity sha512-e0ZXX7h0LL5GYgM9kNhozY2l6QPJIgm/XkWbhvE//yaatXgaqEENZuV8k0nq+WMpGTz6yzD9/kF9sShmQwqYkg== +"@backstage/plugin-scaffolder-common@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder-common/-/plugin-scaffolder-common-1.2.0.tgz#a5841445cefdeff5359d6b4140a2a5fe2a09c9c0" + integrity sha512-QqAW37qo+GNn7Q4zVKu7KgSGWA6Lis6XVOESvfrroj9WPzcgEaqwqrhDXa9Te1vd1VYwzTNeQMmlyvGFsgdvjA== dependencies: - "@backstage/catalog-model" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" "@backstage/types" "^1.0.0" -"@backstage/plugin-scaffolder@1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.5.0.tgz#d77e5b27443ab1b96c080439c713d8e290f3c39a" - integrity sha512-UtuEpTf/wDHUTflR5DaJsCO6d63PSLqjjRR4J/LCZyKk2oRv2KjV5FgNsLBXLd6riUBYE/U+2V72EuReJ6Vhmw== - dependencies: - "@backstage/catalog-client" "^1.0.4" - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" - "@backstage/integration" "^1.3.0" - "@backstage/integration-react" "^1.1.3" - "@backstage/plugin-catalog-common" "^1.0.5" - "@backstage/plugin-catalog-react" "^1.1.3" - "@backstage/plugin-permission-react" "^0.4.4" - "@backstage/plugin-scaffolder-common" "^1.1.2" +"@backstage/plugin-scaffolder@^1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-scaffolder/-/plugin-scaffolder-1.6.0.tgz#983992afd9244216256c1c2db46e27bead2aadaf" + integrity sha512-KX3A6+2E2SEfutKd/AFDW/GSddYA492+KYZjzs+vKiyU6FMHfzaVyvQbMcK9MrV0w4qKPZMNvBKqEIAXItonBw== + dependencies: + "@backstage/catalog-client" "^1.1.0" + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" + "@backstage/integration" "^1.3.1" + "@backstage/integration-react" "^1.1.4" + "@backstage/plugin-catalog-common" "^1.0.6" + "@backstage/plugin-catalog-react" "^1.1.4" + "@backstage/plugin-permission-react" "^0.4.5" + "@backstage/plugin-scaffolder-common" "^1.2.0" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@codemirror/language" "^6.0.0" @@ -1918,58 +1912,58 @@ "@types/json-schema" "^7.0.9" "@uiw/react-codemirror" "^4.9.3" classnames "^2.2.6" - git-url-parse "^12.0.0" + git-url-parse "^13.0.0" humanize-duration "^3.25.1" immer "^9.0.1" json-schema "^0.4.0" + json-schema-library "^7.0.0" lodash "^4.17.21" luxon "^3.0.0" qs "^6.9.4" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" use-immer "^0.7.0" yaml "^2.0.0" zen-observable "^0.8.15" -"@backstage/plugin-search-common@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.0.0.tgz#fa9ac1f57d79e7cd9b9ca9a929065979010a5a37" - integrity sha512-Jr+z/cqc60GkY7rrIXifmAIdlRbEFtWesoLx5v4rgLGG/lCgsMzAm0Vxzg1g/9r71raSnKBakPajjhpMEZ5SWA== +"@backstage/plugin-search-common@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-common/-/plugin-search-common-1.0.1.tgz#17b4a47854daffb5795b1e63732da13ee213edbd" + integrity sha512-O1yaT2kl4xC2/M4EkZL2jryVWb+D+80yifT2gOOHFWiFkLVce0iCs+fIX+UFbxCqw53YQxXun3gQHYScogb8sQ== dependencies: - "@backstage/plugin-permission-common" "^0.6.3" + "@backstage/plugin-permission-common" "^0.6.4" "@backstage/types" "^1.0.0" -"@backstage/plugin-search-react@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.0.1.tgz#393a072fcb2ed56c3b13323f97eab46029901ce1" - integrity sha512-f0ZafeeP5l8pIOdckieELUbaED0uOe49UdSaEafeFm3JM4u2ioFlyCnKqRxOBcCc9OtpGCt9Ix9vRy3WgD31Dw== +"@backstage/plugin-search-react@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search-react/-/plugin-search-react-1.1.0.tgz#683f97d3b3f9551ce5ca21cf5643c15953e35be9" + integrity sha512-gL47Py5c/e9ajbv5OZe0Oy99CypYHULfPyijr+CGlumUrztIUJyQI8z2zNX0JgVp6iWDl4K29kfqzw7Ct48Vtw== dependencies: - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-search-common" "^1.0.0" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-search-common" "^1.0.1" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@backstage/version-bridge" "^1.0.1" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" - react-router "6.0.0-beta.0" + lodash "^4.17.21" + qs "^6.9.4" react-use "^17.3.2" -"@backstage/plugin-search@1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.0.1.tgz#37cc21e1fd4e00d18568900be18cc64677da9234" - integrity sha512-XZKa3HcSc53D4B8zW2ZMnCByUUyAskhyxhka8WZwXc9VD9lC3MhdPjDullsWVE22bAOCoX+aWNaRV3D/orIQqA== - dependencies: - "@backstage/catalog-model" "^1.1.0" - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/errors" "^1.1.0" - "@backstage/plugin-catalog-react" "^1.1.3" - "@backstage/plugin-search-common" "^1.0.0" - "@backstage/plugin-search-react" "^1.0.1" +"@backstage/plugin-search@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@backstage/plugin-search/-/plugin-search-1.0.2.tgz#e9b2a6057b971a7af1322510abc6b0dae4fb95c4" + integrity sha512-uU73Tzw0vZR1cmcEoQHqeLlcdX1E1HO3YiegdGAxP3eNYHk4SuLQWZ0YUR1SBFt01LzlY1FVlAMB7EXHdqeG9A== + dependencies: + "@backstage/catalog-model" "^1.1.1" + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" + "@backstage/plugin-catalog-react" "^1.1.4" + "@backstage/plugin-search-common" "^1.0.1" + "@backstage/plugin-search-react" "^1.1.0" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@backstage/version-bridge" "^1.0.1" @@ -1977,20 +1971,18 @@ "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" qs "^6.9.4" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" react-use "^17.2.4" -"@backstage/plugin-stack-overflow@^0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@backstage/plugin-stack-overflow/-/plugin-stack-overflow-0.1.4.tgz#98f8b78c36fc51ed51934c540b08247b85397b6d" - integrity sha512-JzXs6lMzsBJTP5zLhzBoikzGv3kk47ahj6bDA9KhvHN/ky+rZ8Ue56wZ9oB5rABbH5BnenVkJvy/k7gnXl4s/g== - dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-home" "^0.4.24" - "@backstage/plugin-search-common" "^1.0.0" +"@backstage/plugin-stack-overflow@^0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@backstage/plugin-stack-overflow/-/plugin-stack-overflow-0.1.5.tgz#35217b8b7dfb2e1842ad8820cf4f94660ab9dc38" + integrity sha512-bJxwLUOKz4MIEvUF5IisXmZ9yi1WFVr4TKzyWv9xgSR3FLyPUojUYMzWqVEMALCR2GYVvPEst0zLTQl4H95lxg== + dependencies: + "@backstage/config" "^1.0.2" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-home" "^0.4.25" + "@backstage/plugin-search-common" "^1.0.1" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -2000,13 +1992,13 @@ qs "^6.9.4" react-use "^17.2.4" -"@backstage/plugin-tech-radar@0.5.15": - version "0.5.15" - resolved "https://registry.yarnpkg.com/@backstage/plugin-tech-radar/-/plugin-tech-radar-0.5.15.tgz#fa620abccb04922fb98c52bfc9bfa446600ca267" - integrity sha512-614mKxM2QMul8RL/L4T4EXL0Of6UA5+GuMAjchKdxbe4czWmez3HQbF5Pl9BB4YZknEWAfKCbrc7P/xuRoIvMg== +"@backstage/plugin-tech-radar@^0.5.16": + version "0.5.16" + resolved "https://registry.yarnpkg.com/@backstage/plugin-tech-radar/-/plugin-tech-radar-0.5.16.tgz#0f0d94d7f058962d5b59cd698011bb0d4c8b769e" + integrity sha512-JLDaAKxzCGMTETEXXvdAhioYRwHLNawc3GgYlCrW/LmUvHuHIpINl9jfELYy5vUaGBoZcSPZ+fou2fvFC1Il0Q== dependencies: - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" "@backstage/theme" "^0.2.16" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" @@ -2016,38 +2008,41 @@ prop-types "^15.7.2" react-use "^17.2.4" -"@backstage/plugin-user-settings@0.4.7": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.4.7.tgz#0867ee47758d762825ab04a2c45c1b22b6154b80" - integrity sha512-z5gwWes5KUsi0ZAMX2h6bZ2jCS+5cqIrQBZON/9eYdfNSXNpFajH21RPxx5+PZM3wppRojJhz3WNX7wHeZ3Gwg== +"@backstage/plugin-user-settings@^0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@backstage/plugin-user-settings/-/plugin-user-settings-0.4.8.tgz#cd69e4d061d08088c89072b9df8e74ea6e794e77" + integrity sha512-PrHxp7DFtmJQJyt9MoL9QB/AEgCha9trkX3ZxRtLT/ZLOwkrmP7OFVl6jmDxd7S4BWsXmV0nBK5Wr7puEDPySA== dependencies: - "@backstage/core-components" "^0.11.0" - "@backstage/core-plugin-api" "^1.0.5" + "@backstage/core-app-api" "^1.1.0" + "@backstage/core-components" "^0.11.1" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/errors" "^1.1.1" "@backstage/theme" "^0.2.16" + "@backstage/types" "^1.0.0" "@material-ui/core" "^4.12.2" "@material-ui/icons" "^4.9.1" "@material-ui/lab" "4.0.0-alpha.57" "@types/react" "^16.13.1 || ^17.0.0" - react-router "6.0.0-beta.0" react-use "^17.2.4" + zen-observable "^0.8.15" -"@backstage/release-manifests@^0.0.5": - version "0.0.5" - resolved "https://registry.yarnpkg.com/@backstage/release-manifests/-/release-manifests-0.0.5.tgz#5df3cdb5b0a127b55cf5c65b948e9eb5e910fd96" - integrity sha512-x/Oo/XA/u0a241Ve92bW9EZXqn46nKM1Qu2ffEFmWZbgSUAKE7i+5lu+4YQQ2C3mjVF6cKdbv2YhDKs2zZlcBA== +"@backstage/release-manifests@^0.0.6": + version "0.0.6" + resolved "https://registry.yarnpkg.com/@backstage/release-manifests/-/release-manifests-0.0.6.tgz#d021b73a31b54a49ba491c2c137bd581202bf053" + integrity sha512-zdWeWWXXINoSVaRMr9yZLYmKIO/1tsAd+HGiYdJ5nmXb869F4kOEE7UJqd7euYZ78Goa6QUrt5/WBxEM7dmOHg== dependencies: cross-fetch "^3.1.5" -"@backstage/test-utils@1.1.3", "@backstage/test-utils@^1.1.3": - version "1.1.3" - resolved "https://registry.yarnpkg.com/@backstage/test-utils/-/test-utils-1.1.3.tgz#99b26fd00ca7fc96f2a533a8b71dce14da3410fe" - integrity sha512-LCHavrGOMqNbYVkF9fbsFhb6oZnCluVSKAxvtKWio+iCrM67TuyQsW7hN2O6Fopw8Pe2zGi9FX3aO4MGGR3kvA== - dependencies: - "@backstage/config" "^1.0.1" - "@backstage/core-app-api" "^1.0.5" - "@backstage/core-plugin-api" "^1.0.5" - "@backstage/plugin-permission-common" "^0.6.3" - "@backstage/plugin-permission-react" "^0.4.4" +"@backstage/test-utils@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@backstage/test-utils/-/test-utils-1.2.0.tgz#4d951c0665e12a60bbed192e05aac773b630759a" + integrity sha512-7oF9EvH221+79zKivqiaWmIghrwf187l2FeKJT1ZqRbvGbSLnBaPxXHJykU7vgEySqiwypygLFGmSsHRkZFmwg== + dependencies: + "@backstage/config" "^1.0.2" + "@backstage/core-app-api" "^1.1.0" + "@backstage/core-plugin-api" "^1.0.6" + "@backstage/plugin-permission-common" "^0.6.4" + "@backstage/plugin-permission-react" "^0.4.5" "@backstage/theme" "^0.2.16" "@backstage/types" "^1.0.0" "@material-ui/core" "^4.12.2" @@ -2056,8 +2051,6 @@ "@testing-library/react" "^12.1.3" "@testing-library/user-event" "^14.0.0" cross-fetch "^3.1.5" - react-router "6.0.0-beta.0" - react-router-dom "6.0.0-beta.0" zen-observable "^0.8.15" "@backstage/theme@0.2.16", "@backstage/theme@^0.2.16", "@backstage/theme@^0.2.16-next.1": @@ -2626,25 +2619,6 @@ dependencies: "@hapi/hoek" "^9.0.0" -"@hot-loader/react-dom-v16@npm:@hot-loader/react-dom@^16.0.2": - version "16.14.0" - resolved "https://registry.yarnpkg.com/@hot-loader/react-dom/-/react-dom-16.14.0.tgz#3cfc64e40bb78fa623e59b582b8f09dcdaad648a" - integrity sha512-EN9czvcLsMYmSDo5yRKZOAq3ZGRlDpad1gPtX0NdMMomJXcPE3yFSeFzE94X/NjOaiSVimB7LuqPYpkWVaIi4Q== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - prop-types "^15.6.2" - scheduler "^0.19.1" - -"@hot-loader/react-dom-v17@npm:@hot-loader/react-dom@^17.0.2": - version "17.0.2" - resolved "https://registry.yarnpkg.com/@hot-loader/react-dom/-/react-dom-17.0.2.tgz#0b24e484093e8f97eb5c72bebdda44fc20bc8400" - integrity sha512-G2RZrFhsQClS+bdDh/Ojpk3SgocLPUGnvnJDTQYnmKSSwXtU+Yh+8QMs+Ia3zaAvBiOSpIIDSUxuN69cvKqrWg== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - scheduler "^0.20.2" - "@humanwhocodes/config-array@^0.10.4": version "0.10.4" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c" @@ -2746,6 +2720,13 @@ slash "^3.0.0" strip-ansi "^6.0.0" +"@jest/create-cache-key-function@^27.4.2": + version "27.5.1" + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz#7448fae15602ea95c828f5eceed35c202a820b31" + integrity sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ== + dependencies: + "@jest/types" "^27.5.1" + "@jest/environment@^27.5.1": version "27.5.1" resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.1.tgz#d7425820511fe7158abbecc010140c3fd3be9c74" @@ -2968,6 +2949,28 @@ dependencies: ioredis "^5.2.3" +"@kubernetes/client-node@^0.17.0": + version "0.17.1" + resolved "https://registry.yarnpkg.com/@kubernetes/client-node/-/client-node-0.17.1.tgz#a5740712848d77823e7d0eee70229936398b4142" + integrity sha512-qXANjukuTq/drb1hq1NCYZafpdRTvbyTzbliWO6RwW7eEb2b9qwINbw0DiVHpBQg3e9DeQd8+brI1sR1Fck5kQ== + dependencies: + byline "^5.0.0" + execa "5.0.0" + isomorphic-ws "^4.0.1" + js-yaml "^4.1.0" + jsonpath-plus "^0.19.0" + request "^2.88.0" + rfc4648 "^1.3.0" + shelljs "^0.8.5" + stream-buffers "^3.0.2" + tar "^6.1.11" + tmp-promise "^3.0.2" + tslib "^1.9.3" + underscore "^1.9.1" + ws "^7.3.1" + optionalDependencies: + openid-client "^5.1.6" + "@leichtgewicht/ip-codec@^2.0.1": version "2.0.4" resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" @@ -4377,6 +4380,21 @@ node-addon-api "^3.2.1" node-gyp-build "^4.3.0" +"@pmmmwh/react-refresh-webpack-plugin@^0.5.7": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.7.tgz#58f8217ba70069cc6a73f5d7e05e85b458c150e2" + integrity sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q== + dependencies: + ansi-html-community "^0.0.8" + common-path-prefix "^3.0.0" + core-js-pure "^3.8.1" + error-stack-parser "^2.0.6" + find-up "^5.0.0" + html-entities "^2.1.0" + loader-utils "^2.0.0" + schema-utils "^3.0.0" + source-map "^0.7.3" + "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2": version "1.1.2" resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf" @@ -4714,6 +4732,126 @@ "@svgr/plugin-jsx" "^6.3.1" "@svgr/plugin-svgo" "^6.3.1" +"@swc/core-android-arm-eabi@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-android-arm-eabi/-/core-android-arm-eabi-1.3.3.tgz#b22231f0d89d21b8d7ab8f29c04c68d9d6138da9" + integrity sha512-R6MpKXvNx/T/8a0wUTiX1THxfRbURSCmYlSi/JnUaqLYUclQK1N8aCMWz7EYSz6FE0VZBREJYDJcdnfP88E/1Q== + dependencies: + "@swc/wasm" "1.2.122" + +"@swc/core-android-arm64@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-android-arm64/-/core-android-arm64-1.3.3.tgz#e1beb4c6acb06e001d0f76af86eae51e027905c5" + integrity sha512-yZlku4ypVKykwHTS8CETxw2PH23UBeM6VhNB8efF4A4gVWtRZjv1PfjsSqh/X0vjgVTrs2zSaQ+eF6GLVbWrgA== + dependencies: + "@swc/wasm" "1.2.130" + +"@swc/core-darwin-arm64@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.3.tgz#e93d047dd018135a83787225d24efc8a001987a3" + integrity sha512-/T8vyikY7t/be6bHd1D9J/bmXYMDMkBo9NA3auDT/hmouzawhJ6E7OqRE4HLuLTflnRw8WmEWgpeRIzMHvNjBQ== + +"@swc/core-darwin-x64@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.3.tgz#634f87f8d809e57e3b1070b9217d9938b99b53fc" + integrity sha512-hw4o1If986In5m3y3/OimgiBKJh49kbTG9MRWo8msqTic2aBlrtfHjSecMn1g+oP7pdaUUCTkovmT7OpvvQ/Tw== + +"@swc/core-freebsd-x64@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-freebsd-x64/-/core-freebsd-x64-1.3.3.tgz#cd8348c0705a3ed09df1a0ef373b8f2eb341a8f9" + integrity sha512-JFDu3uLa0WMw77o+QNR5D1uErQ5s18HmEwJr5ndOQoDlS+XO2qUG6AxU5LdwLEl5qMf2C99t7gkfzcCZG1PRsw== + dependencies: + "@swc/wasm" "1.2.130" + +"@swc/core-linux-arm-gnueabihf@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.3.tgz#994ad0ecee513f7fe9c60b6eb666f9082efba66a" + integrity sha512-kJoyNP/ury9KmZnjhpj0QApY6VxC9S4hkgsycm8yTJ23O8WrUbgeDOlgAgFJNyHszhR5CnlssDv7ErCwMZtkgw== + dependencies: + "@swc/wasm" "1.2.130" + +"@swc/core-linux-arm64-gnu@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.3.tgz#f74fbdc04809ec493189c2d6315e50bc97af86f2" + integrity sha512-Y+10o78O2snKnrNTbasT9S3Out0wlOyAkLZvq5zqzW1cz2K2Yzm04zQdKQOCRHlfTF0XSmZ++qRWVNol49WsNA== + +"@swc/core-linux-arm64-musl@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.3.tgz#640aee4102bca2584e7d1b9321ae62992ba47750" + integrity sha512-y6ErPP6Sk0f8exoanUxXeFALvPraTjyoVr8pitpfTqoUd9YcxwOTpPbR5WXI3FWnQ7GS86iH0LvaFDCgHQ1fjg== + +"@swc/core-linux-x64-gnu@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.3.tgz#6bc264fb03a509046be445c5bfb896b97310d13d" + integrity sha512-sqyvNJkPHKHlK/XLIoMNLiux8YxsCJpAk3UreS0NO+sRNRru2AMyrRwX6wxmnJybhEek9SPKF0pXi+GfcaFKYA== + +"@swc/core-linux-x64-musl@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.3.tgz#568bc5efba162767f097efddefb298041e28b1ea" + integrity sha512-5fjwHdMv+DOgEp7sdNVmvS4Hr2rDaewa0BpDW8RefcjHoJnDpFVButLDMkwv/Yd+v4YN+99kyX/lOI+/OTD99w== + +"@swc/core-win32-arm64-msvc@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.3.tgz#9aeca2fa1690e8a7276da58c7d3a6ddc6fb7e6f0" + integrity sha512-JxcfG89GieqCFXkRl/mtFds/ME6ncEtLRIQ0+RBIREIGisA9ZgJ8EryBzGZyPu5+7kE0vXGVB6A2cfrv4SNW4A== + dependencies: + "@swc/wasm" "1.2.130" + +"@swc/core-win32-ia32-msvc@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.3.tgz#362a1b468ecb224ec15e33ca67affa3ec41654c9" + integrity sha512-yqZjTn5V7wYCxMCC5Rg8u87SmGeRSlqYAafHL3IgiFe8hSxOykc2dR1MYNc4WZumYiMlU15VSa6mW8A0pj37FA== + dependencies: + "@swc/wasm" "1.2.130" + +"@swc/core-win32-x64-msvc@1.3.3": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.3.tgz#b156c4fa79a78a3d8d5341c9061e2699a2683ac8" + integrity sha512-CIuxz9wiHkgG7m3kjgptgO3iHOmrybvLf0rUNGbVTTHwTcrpjznAnS/MnMPiaIQPlxz70KSXAR2QJjw7fGtfbA== + +"@swc/core@^1.2.239": + version "1.3.3" + resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.3.tgz#d24e964f87fd6d4a94baef2a456fdcca5ebaf48f" + integrity sha512-OGx3Qpw+czNSaea1ojP2X2wxrGtYicQxH1QnzX4F3rXGEcSUFIllmrae6iJHW91zS4SNcOocnQoRz1IYnrILYw== + optionalDependencies: + "@swc/core-android-arm-eabi" "1.3.3" + "@swc/core-android-arm64" "1.3.3" + "@swc/core-darwin-arm64" "1.3.3" + "@swc/core-darwin-x64" "1.3.3" + "@swc/core-freebsd-x64" "1.3.3" + "@swc/core-linux-arm-gnueabihf" "1.3.3" + "@swc/core-linux-arm64-gnu" "1.3.3" + "@swc/core-linux-arm64-musl" "1.3.3" + "@swc/core-linux-x64-gnu" "1.3.3" + "@swc/core-linux-x64-musl" "1.3.3" + "@swc/core-win32-arm64-msvc" "1.3.3" + "@swc/core-win32-ia32-msvc" "1.3.3" + "@swc/core-win32-x64-msvc" "1.3.3" + +"@swc/helpers@^0.4.7": + version "0.4.11" + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.11.tgz#db23a376761b3d31c26502122f349a21b592c8de" + integrity sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw== + dependencies: + tslib "^2.4.0" + +"@swc/jest@^0.2.22": + version "0.2.22" + resolved "https://registry.yarnpkg.com/@swc/jest/-/jest-0.2.22.tgz#70d02ac648c21a442016d7a0aa485577335a4c9a" + integrity sha512-PIUIk9IdB1oAVfF9zNIfYoMBoEhahrrSvyryFANas7swC1cF0L5HR0f9X4qfet46oyCHCBtNcSpN0XJEOFIKlw== + dependencies: + "@jest/create-cache-key-function" "^27.4.2" + +"@swc/wasm@1.2.122": + version "1.2.122" + resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.2.122.tgz#87a5e654b26a71b2e84b801f41e45f823b856639" + integrity sha512-sM1VCWQxmNhFtdxME+8UXNyPNhxNu7zdb6ikWpz0YKAQQFRGT5ThZgJrubEpah335SUToNg8pkdDF7ibVCjxbQ== + +"@swc/wasm@1.2.130": + version "1.2.130" + resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.2.130.tgz#88ac26433335d1f957162a9a92f1450b73c176a0" + integrity sha512-rNcJsBxS70+pv8YUWwf5fRlWX6JoY/HJc25HD/F8m6Kv7XhJdqPPMhyX6TKkUBPAG7TWlZYoxa+rHAjPy4Cj3Q== + "@szmarczak/http-timer@^4.0.5": version "4.0.6" resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807" @@ -5050,6 +5188,14 @@ expect "^29.0.0" pretty-format "^29.0.0" +"@types/jest@^27": + version "27.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" + integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== + dependencies: + jest-matcher-utils "^27.0.0" + pretty-format "^27.0.0" + "@types/js-cookie@^2.2.6": version "2.2.7" resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.7.tgz#226a9e31680835a6188e887f3988e60c04d3f6a3" @@ -5826,7 +5972,7 @@ ajv-keywords@^5.0.0: dependencies: fast-deep-equal "^3.1.3" -ajv@^6.10.0, ajv@^6.10.1, ajv@^6.12.2, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: +ajv@^6.10.0, ajv@^6.10.1, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.7.0: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -6234,6 +6380,14 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" +axios@^0.27.2: + version "0.27.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" + integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== + dependencies: + follow-redirects "^1.14.9" + form-data "^4.0.0" + axobject-query@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" @@ -6747,6 +6901,11 @@ builtins@^5.0.0: dependencies: semver "^7.0.0" +byline@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/byline/-/byline-5.0.0.tgz#741c5216468eadc457b03410118ad77de8c1ddb1" + integrity sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q== + byte-size@^7.0.0: version "7.0.1" resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-7.0.1.tgz#b1daf3386de7ab9d706b941a748dbfc71130dee3" @@ -7371,6 +7530,11 @@ common-ancestor-path@^1.0.1: resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7" integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== +common-path-prefix@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0" + integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== + common-tags@^1.8.0: version "1.8.2" resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" @@ -7661,6 +7825,11 @@ core-js-pure@^3.25.1, core-js-pure@^3.6.5: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.1.tgz#79546518ae87cc362c991d9c2d211f45107991ee" integrity sha512-7Fr74bliUDdeJCBMxkkIuQ4xfxn/SwrVg+HkJUAoNEXVqYLv55l6Af0dJ5Lq2YBUW9yKqSkLXaS5SYPK6MGa/A== +core-js-pure@^3.8.1: + version "3.25.2" + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.2.tgz#44a4fd873bdd4fecf6ca11512bcefedbe87e744a" + integrity sha512-ItD7YpW1cUB4jaqFLZXe1AXkyqIxz6GqPnsDV4uF4hVcWh/WAGIqSqw5p0/WdsILM0Xht9s3Koyw05R3K6RtiA== + core-js@^3.6.5: version "3.25.1" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.1.tgz#5818e09de0db8956e16bf10e2a7141e931b7c69c" @@ -8670,6 +8839,11 @@ duplexify@^4.0.0: readable-stream "^3.1.1" stream-shift "^1.0.0" +ebnf@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/ebnf/-/ebnf-1.9.0.tgz#9c2dd6052f3ed43a69c1f0b07b15bd03cefda764" + integrity sha512-LKK899+j758AgPq00ms+y90mo+2P86fMKUWD28sH0zLKUj7aL6iIH2wy4jejAMM9I2BawJ+2kp6C3mMXj+Ii5g== + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -9257,10 +9431,10 @@ eslint-plugin-import@^2.25.4: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@^26.1.2: - version "26.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz#7931c31000b1c19e57dbfb71bbf71b817d1bf949" - integrity sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng== +eslint-plugin-jest@^27.0.0: + version "27.0.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.4.tgz#ab9c7b3f48bfade4762c24c415a5d9bbc0174a61" + integrity sha512-BuvY78pHMpMJ6Cio7sKg6jrqEcnRYPUc4Nlihku4vKx3FjlmMINSX4vcYokZIe+8TKcyr1aI5Kq7vYwgJNdQSA== dependencies: "@typescript-eslint/utils" "^5.10.0" @@ -9548,6 +9722,21 @@ execa@4.1.0: signal-exit "^3.0.2" strip-final-newline "^2.0.0" +execa@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-5.0.0.tgz#4029b0007998a841fbd1032e5f4de86a3c1e3376" + integrity sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== + dependencies: + cross-spawn "^7.0.3" + get-stream "^6.0.0" + human-signals "^2.1.0" + is-stream "^2.0.0" + merge-stream "^2.0.0" + npm-run-path "^4.0.1" + onetime "^5.1.2" + signal-exit "^3.0.3" + strip-final-newline "^2.0.0" + execa@5.1.1, execa@^5.0.0: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" @@ -9998,7 +10187,7 @@ fn.name@1.x.x: resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc" integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== -follow-redirects@^1.0.0, follow-redirects@^1.14.0: +follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9: version "1.15.2" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== @@ -10409,6 +10598,14 @@ git-up@^6.0.0: is-ssh "^1.4.0" parse-url "^7.0.2" +git-up@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467" + integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== + dependencies: + is-ssh "^1.4.0" + parse-url "^8.1.0" + git-url-parse@^12.0.0: version "12.0.0" resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-12.0.0.tgz#4ba70bc1e99138321c57e3765aaf7428e5abb793" @@ -10416,6 +10613,13 @@ git-url-parse@^12.0.0: dependencies: git-up "^6.0.0" +git-url-parse@^13.0.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-13.1.0.tgz#07e136b5baa08d59fabdf0e33170de425adf07b4" + integrity sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA== + dependencies: + git-up "^7.0.0" + gitconfiglocal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" @@ -10471,7 +10675,7 @@ glob@7.1.6: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0: +glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0: version "7.2.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== @@ -10705,6 +10909,25 @@ graphql-ws@^5.4.1: resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb" integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw== +gson-conform@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/gson-conform/-/gson-conform-1.0.3.tgz#6f982f98ea84199280bd48b6bfbcd0ae7447f1e2" + integrity sha512-gaZQN/5ZbohkLBOs4JKHkg/IdOB9kuuEr5SVLAjHUs+Q+Nl746DRe18GgQy4oxxVXStO//Zga2wg4eWL9Mfshw== + +gson-pointer@4.1.1, gson-pointer@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/gson-pointer/-/gson-pointer-4.1.1.tgz#088d6aa38d52753530288d13b5a75b6a43170e9b" + integrity sha512-rOS/zCLUI8BT0+/U+p5nzI0RfhIyRmzkpwzyCj8gcLoRl3rHuysk6ci1IQ955AQQZDSNN3mVec26Sx9wRZ0EjA== + +gson-query@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/gson-query/-/gson-query-5.1.0.tgz#8f34a062849f8c08be0c35eddaa2ad18a4326a49" + integrity sha512-xKb/90XfmLLKGgX8Y7LRF4yKnMR/ckV5WOQ/Ip0pRXuDh7jUhdY1UYjPvQnF7/UMbNsAo0168j2j0yt9+4QdaA== + dependencies: + ebnf "^1.9.0" + gson-conform "^1.0.3" + gson-pointer "4.1.1" + gtoken@^6.1.0: version "6.1.2" resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-6.1.2.tgz#aeb7bdb019ff4c3ba3ac100bbe7b6e74dce0e8bc" @@ -10738,6 +10961,19 @@ handlebars@^4.7.3, handlebars@^4.7.7: optionalDependencies: uglify-js "^3.1.4" +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q== + +har-validator@~5.1.3: + version "5.1.5" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" + integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + dependencies: + ajv "^6.12.3" + har-schema "^2.0.0" + hard-rejection@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" @@ -10873,10 +11109,10 @@ headers-polyfill@^3.1.0: resolved "https://registry.yarnpkg.com/headers-polyfill/-/headers-polyfill-3.1.0.tgz#22135c594feb4d5efd56e5c7f587552b9feac0e7" integrity sha512-AVwgTAzeGpF7kwUCMc9HbAoCKFcHGEfmWkaI8g0jprrkh9VPRaofIsfV7Lw8UuR9pi4Rk7IIjJce8l0C+jSJNA== -helmet@^5.0.2: - version "5.1.1" - resolved "https://registry.yarnpkg.com/helmet/-/helmet-5.1.1.tgz#609823c5c2e78aea62dd9afc8f544ca409da5e85" - integrity sha512-/yX0oVZBggA9cLJh8aw3PPCfedBnbd7J2aowjzsaWwZh7/UFY0nccn/aHAggIgWUFfnykX8GKd3a1pSbrmlcVQ== +helmet@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.0.0.tgz#8e183820ddccd7729a206ad73c577b264f495595" + integrity sha512-FO9RpR1wNJepH/GbLPQVtkE2eESglXL641p7SdyoT4LngHFJcZheHMoyUcjCZF4qpuMMO1u5q6RK0l9Ux8JBcg== highlight.js@^10.4.1, highlight.js@^10.7.2, highlight.js@~10.7.0: version "10.7.3" @@ -10968,7 +11204,7 @@ html-encoding-sniffer@^3.0.0: dependencies: whatwg-encoding "^2.0.0" -html-entities@^2.3.2: +html-entities@^2.1.0, html-entities@^2.3.2: version "2.3.3" resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== @@ -11105,6 +11341,15 @@ http-server@14.1.1: union "~0.5.0" url-join "^4.0.1" +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ== + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + http-signature@~1.3.6: version "1.3.6" resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.6.tgz#cb6fbfdf86d1c974f343be94e87f7fc128662cf9" @@ -11368,6 +11613,11 @@ internal-slot@^1.0.3: has "^1.0.3" side-channel "^1.0.4" +interpret@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" + integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== + interpret@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9" @@ -11941,6 +12191,11 @@ isomorphic-git@^1.8.0: sha.js "^2.4.9" simple-get "^4.0.1" +isomorphic-ws@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz#55fd4cd6c5e6491e76dc125938dd863f5cd4f2dc" + integrity sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w== + isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" @@ -12201,7 +12456,7 @@ jest-leak-detector@^27.5.1: jest-get-type "^27.5.1" pretty-format "^27.5.1" -jest-matcher-utils@^27.5.1: +jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab" integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw== @@ -12651,6 +12906,17 @@ json-schema-compare@^0.2.2: dependencies: lodash "^4.17.4" +json-schema-library@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/json-schema-library/-/json-schema-library-7.0.0.tgz#6230a4efba33fe32f9f202298be49c22f981f88f" + integrity sha512-MO3MwDOVhAZU+7k2EZc5Rw5XijdLFZi4T/l7Nhu7HIoopp44JCmCsXD/p73umZhgj3PWhdv3ZqZSukxcvcXhxQ== + dependencies: + deepmerge "^4.2.2" + fast-deep-equal "^3.1.3" + gson-pointer "^4.1.1" + gson-query "^5.1.0" + valid-url "^1.0.9" + json-schema-merge-allof@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/json-schema-merge-allof/-/json-schema-merge-allof-0.6.0.tgz#64d48820fec26b228db837475ce3338936bf59a5" @@ -12750,6 +13016,11 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== +jsonpath-plus@^0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-0.19.0.tgz#b901e57607055933dc9a8bef0cc25160ee9dd64c" + integrity sha512-GSVwsrzW9LsA5lzsqe4CkuZ9wp+kxBb2GwNniaWzI2YFn5Ig42rSW8ZxVpWXaAfakXNrx5pgY5AbQq7kzX29kg== + jsonpointer@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" @@ -12776,6 +13047,16 @@ jsonwebtoken@^8.5.1: ms "^2.1.1" semver "^5.6.0" +jsprim@^1.2.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb" + integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw== + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.4.0" + verror "1.10.0" + jsprim@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d" @@ -14837,6 +15118,11 @@ nx@14.7.5, "nx@>=14.6.1 < 16": yargs "^17.4.0" yargs-parser "21.0.1" +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== + oauth@0.9.x: version "0.9.15" resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" @@ -15046,7 +15332,7 @@ opener@^1.5.1: resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== -openid-client@^5.1.3: +openid-client@^5.1.3, openid-client@^5.1.6: version "5.1.9" resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.1.9.tgz#6887e75ad3fa8d0c78d0ed693a5ea107d39b54de" integrity sha512-o/11Xos2fRPpK1zQrPfSIhIusFrAkqGSPwkD0UlUB+CCuRzd7zrrBJwIjgnVv3VUSif9ZGXh2d3GSJNH2Koh5g== @@ -15376,6 +15662,13 @@ parse-path@^5.0.0: dependencies: protocols "^2.0.0" +parse-path@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b" + integrity sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== + dependencies: + protocols "^2.0.0" + parse-url@^7.0.2: version "7.0.2" resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-7.0.2.tgz#d21232417199b8d371c6aec0cedf1406fd6393f0" @@ -15386,6 +15679,13 @@ parse-url@^7.0.2: parse-path "^5.0.0" protocols "^2.0.1" +parse-url@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d" + integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== + dependencies: + parse-path "^7.0.0" + parse5@6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" @@ -15409,6 +15709,15 @@ pascalcase@^0.1.1: resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== +passport-auth0@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/passport-auth0/-/passport-auth0-1.4.3.tgz#8034b5fbf75706e95b1b97627c4caa18af6f96c5" + integrity sha512-jTOY8xV0OZfhZ32gs74p64CCkOSdVohMFIqLE46/ji3qUkA5mBzfOr5FMGXnraLpVzl6Phkn0TbxYbUIll3dxA== + dependencies: + axios "^0.27.2" + passport-oauth "^1.0.0" + passport-oauth2 "^1.6.0" + passport-bitbucket-oauth2@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/passport-bitbucket-oauth2/-/passport-bitbucket-oauth2-0.1.2.tgz#eb3af5cdd0d06830adc49b76acae4ad82290693b" @@ -15455,7 +15764,7 @@ passport-oauth1@1.x.x: passport-strategy "1.x.x" utils-merge "1.x.x" -passport-oauth2@1.6.1, passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-oauth2@^1.4.0, passport-oauth2@^1.6.1: +passport-oauth2@1.6.1, passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-oauth2@^1.4.0, passport-oauth2@^1.6.0, passport-oauth2@^1.6.1: version "1.6.1" resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.6.1.tgz#c5aee8f849ce8bd436c7f81d904a3cd1666f181b" integrity sha512-ZbV43Hq9d/SBSYQ22GOiglFsjsD1YY/qdiptA+8ej+9C1dL1TVB+mBE5kDH/D4AJo50+2i8f4bx0vg4/yDDZCQ== @@ -15466,7 +15775,7 @@ passport-oauth2@1.6.1, passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-o uid2 "0.0.x" utils-merge "1.x.x" -passport-oauth@1.0.0: +passport-oauth@1.0.0, passport-oauth@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/passport-oauth/-/passport-oauth-1.0.0.tgz#90aff63387540f02089af28cdad39ea7f80d77df" integrity sha512-4IZNVsZbN1dkBzmEbBqUxDG8oFOIK81jqdksE3HEb/vI3ib3FMjbiZZ6MTtooyYZzmKu0BfovjvT1pdGgIq+4Q== @@ -16035,7 +16344,7 @@ pretty-error@^4.0.0: lodash "^4.17.20" renderkid "^3.0.0" -pretty-format@^27.0.2, pretty-format@^27.5.1: +pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1: version "27.5.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ== @@ -16508,7 +16817,7 @@ react-hook-form@^7.12.2: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.35.0.tgz#b133de48fc84b1e62f9277ba79dfbacd9bb13dd3" integrity sha512-9CYdOed+Itbiu5VMVxW0PK9mBR3f0gDGJcZEyUSm0eJbDymQ913TRs2gHcQZZmfTC+rtxyDFRuelMxx/+xwMcw== -react-hot-loader@4.13.0, react-hot-loader@^4.13.0: +react-hot-loader@4.13.0: version "4.13.0" resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.13.0.tgz#c27e9408581c2a678f5316e69c061b226dc6a202" integrity sha512-JrLlvUPqh6wIkrK2hZDfOyq/Uh/WeVEr8nc7hkn2/3Ul0sx1Kr5y4kOGNacNRoj7RhwLNcQ3Udf1KJXrqc0ZtA== @@ -16601,6 +16910,11 @@ react-redux@^7.2.0, react-redux@^7.2.4: prop-types "^15.7.2" react-is "^17.0.2" +react-refresh@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e" + integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ== + react-router-dom@6.0.0-beta.0: version "6.0.0-beta.0" resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.0.0-beta.0.tgz#9dcc8555365f22f7fbd09f26b6b82543f3eb97d6" @@ -17035,6 +17349,32 @@ request-progress@^3.0.0: dependencies: throttleit "^1.0.0" +request@^2.88.0, request@^2.88.2: + version "2.88.2" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" + integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.3" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.5.0" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + require-directory@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" @@ -17178,6 +17518,11 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== +rfc4648@^1.3.0: + version "1.5.2" + resolved "https://registry.yarnpkg.com/rfc4648/-/rfc4648-1.5.2.tgz#cf5dac417dd83e7f4debf52e3797a723c1373383" + integrity sha512-tLOizhR6YGovrEBLatX1sdcuhoSCXddw3mqNVAcKxGJ+J0hFeJ+SjeWCv5UPA/WU3YzWPPuCVYgXBKZUPGpKtg== + rfdc@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" @@ -17357,14 +17702,6 @@ saxes@^5.0.1: dependencies: xmlchars "^2.2.0" -scheduler@^0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196" - integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - scheduler@^0.20.2: version "0.20.2" resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" @@ -17382,7 +17719,7 @@ schema-utils@2.7.0: ajv "^6.12.2" ajv-keywords "^3.4.1" -schema-utils@^3.1.0, schema-utils@^3.1.1: +schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281" integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== @@ -17612,6 +17949,15 @@ shell-quote@^1.7.3: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== +shelljs@^0.8.5: + version "0.8.5" + resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" + integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow== + dependencies: + glob "^7.0.0" + interpret "^1.0.0" + rechoir "^0.6.2" + side-channel@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" @@ -17957,7 +18303,7 @@ ssh2@^1.11.0: cpu-features "~0.0.4" nan "^2.16.0" -sshpk@^1.14.1: +sshpk@^1.14.1, sshpk@^1.7.0: version "1.17.0" resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5" integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ== @@ -18074,6 +18420,11 @@ stream-browserify@^2.0.1: inherits "~2.0.1" readable-stream "^2.0.2" +stream-buffers@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-3.0.2.tgz#5249005a8d5c2d00b3a32e6e0a6ea209dc4f3521" + integrity sha512-DQi1h8VEBA/lURbSwFtEHnSTb9s2/pwLEaFuNhXwy1Dx3Sa0lOuYT2yNUr4/j2fs8oCAMANtrZ5OrPZtyVs3MQ== + stream-combiner@~0.0.4: version "0.0.4" resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14" @@ -18408,6 +18759,11 @@ swagger-ui-react@^4.11.1: xml-but-prettier "^1.0.1" zenscroll "^4.0.2" +swc-loader@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/swc-loader/-/swc-loader-0.2.3.tgz#6792f1c2e4c9ae9bf9b933b3e010210e270c186d" + integrity sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A== + swr@^1.1.2: version "1.3.0" resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8" @@ -18643,6 +18999,13 @@ tiny-warning@^1.0.2: resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== +tmp-promise@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/tmp-promise/-/tmp-promise-3.0.3.tgz#60a1a1cc98c988674fcbfd23b6e3367bdeac4ce7" + integrity sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ== + dependencies: + tmp "^0.2.0" + tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" @@ -18650,7 +19013,7 @@ tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" -tmp@^0.2.1, tmp@~0.2.1: +tmp@^0.2.0, tmp@^0.2.1, tmp@~0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== @@ -18833,7 +19196,7 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: minimist "^1.2.6" strip-bom "^3.0.0" -tslib@^1.8.1: +tslib@^1.8.1, tslib@^1.9.3: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== @@ -19044,7 +19407,7 @@ unc-path-regex@^0.1.2: resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg== -underscore@^1.12.1, underscore@~1.13.2: +underscore@^1.12.1, underscore@^1.9.1, underscore@~1.13.2: version "1.13.4" resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.4.tgz#7886b46bbdf07f768e0052f1828e1dcab40c0dee" integrity sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ== @@ -19332,7 +19695,7 @@ uuid@8.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c" integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw== -uuid@^3.4.0: +uuid@^3.3.2, uuid@^3.4.0: version "3.4.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== @@ -19378,6 +19741,11 @@ v8flags@^3.2.0: dependencies: homedir-polyfill "^1.0.1" +valid-url@^1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/valid-url/-/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200" + integrity sha512-QQDsV8OnSf5Uc30CKSwG9lnhMPe6exHtTXLRYX8uMwKENy640pU+2BgBL0LRbDh/eYRahNCS7aewCx0wf3NYVA== + validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" @@ -19637,7 +20005,7 @@ webpack-sources@^3.2.3: resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde" integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== -webpack@^5, webpack@^5.66.0: +webpack@^5, webpack@^5.70.0: version "5.74.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980" integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== @@ -19893,7 +20261,7 @@ write-pkg@^4.0.0: type-fest "^0.4.1" write-json-file "^3.2.0" -ws@^7.4.6: +ws@^7.3.1, ws@^7.4.6: version "7.5.9" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==