fix(deps): update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2024-05-14 13:25:41 +00:00
parent 3e9c4e09a8
commit 5181421736
3 changed files with 391 additions and 18 deletions

View File

@ -18,7 +18,7 @@
"@backstage/plugin-catalog": "^1.3.0",
"@backstage/plugin-catalog-common": "^1.0.3",
"@backstage/plugin-catalog-graph": "^0.4.0",
"@backstage/plugin-catalog-import": "^0.10.0",
"@backstage/plugin-catalog-import": "^0.11.0",
"@backstage/plugin-catalog-react": "^1.1.1",
"@backstage/plugin-github-actions": "^0.6.0",
"@backstage/plugin-org": "^0.6.0",

View File

@ -16,7 +16,7 @@
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
},
"dependencies": {
"@backstage/backend-common": "^0.21.0",
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-tasks": "^0.5.0",
"@backstage/catalog-client": "^1.0.3",
"@backstage/catalog-model": "^1.0.3",

405
yarn.lock
View File

@ -3735,6 +3735,48 @@
winston "^3.2.1"
winston-transport "^4.5.0"
"@backstage/backend-app-api@^0.7.3":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-0.7.3.tgz#8a0f556ec06a32aea0dbd85a515c6b755a7bed71"
integrity sha512-8qOGbnuynJ7Oco5lVBaY/2LdvyXQk3NSLHzYbi67jRU4PjmEaskR/41wp23Vp9Uk/14yOZ+QgE2ne11Ehel6eA==
dependencies:
"@backstage/backend-common" "^0.22.0"
"@backstage/backend-plugin-api" "^0.6.18"
"@backstage/backend-tasks" "^0.5.23"
"@backstage/cli-common" "^0.1.13"
"@backstage/cli-node" "^0.2.5"
"@backstage/config" "^1.2.0"
"@backstage/config-loader" "^1.8.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-auth-node" "^0.4.13"
"@backstage/plugin-permission-node" "^0.7.29"
"@backstage/types" "^1.1.1"
"@manypkg/get-packages" "^1.1.3"
"@types/cors" "^2.8.6"
"@types/express" "^4.17.6"
compression "^1.7.4"
cookie "^0.6.0"
cors "^2.8.5"
express "^4.17.1"
express-promise-router "^4.1.0"
fs-extra "^11.2.0"
helmet "^6.0.0"
jose "^5.0.0"
knex "^3.0.0"
lodash "^4.17.21"
logform "^2.3.2"
luxon "^3.0.0"
minimatch "^9.0.0"
minimist "^1.2.5"
morgan "^1.10.0"
node-forge "^1.3.1"
path-to-regexp "^6.2.1"
selfsigned "^2.0.0"
stoppable "^1.1.0"
uuid "^9.0.0"
winston "^3.2.1"
winston-transport "^4.5.0"
"@backstage/backend-common@^0.17.0":
version "0.17.0"
resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.17.0.tgz#01006f4e4a7731571c15a3df187a5836ff51e39a"
@ -3791,7 +3833,7 @@
yauzl "^2.10.0"
yn "^4.0.0"
"@backstage/backend-common@^0.21.0", "@backstage/backend-common@^0.21.6":
"@backstage/backend-common@^0.21.6":
version "0.21.6"
resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.21.6.tgz#e33c744d130839c2e4c596ffb881995dd0fdc489"
integrity sha512-JRLBBz3S9h7yCqOs06/rV4qR/lwOmHvIVRP5fEqhhHXQA8jw9kqetIo7SxVDIQwopCjFTLUydpXtPpDcFYdLOA==
@ -3916,6 +3958,69 @@
yauzl "^3.0.0"
yn "^4.0.0"
"@backstage/backend-common@^0.22.0":
version "0.22.0"
resolved "https://registry.yarnpkg.com/@backstage/backend-common/-/backend-common-0.22.0.tgz#d57a0eff218dc7cd8e227b989eaa13834040d322"
integrity sha512-puremJU59ILyWOSnmm8FegnlxZyu7sKaYjWCop2HmoMuFeEdYxJhPysZOQf1G7N3JootJXGEn6HB/EXy8kAipA==
dependencies:
"@aws-sdk/abort-controller" "^3.347.0"
"@aws-sdk/client-codecommit" "^3.350.0"
"@aws-sdk/client-s3" "^3.350.0"
"@aws-sdk/credential-providers" "^3.350.0"
"@aws-sdk/types" "^3.347.0"
"@backstage/backend-app-api" "^0.7.3"
"@backstage/backend-dev-utils" "^0.1.4"
"@backstage/backend-plugin-api" "^0.6.18"
"@backstage/cli-common" "^0.1.13"
"@backstage/config" "^1.2.0"
"@backstage/config-loader" "^1.8.0"
"@backstage/errors" "^1.2.4"
"@backstage/integration" "^1.11.0"
"@backstage/integration-aws-node" "^0.1.12"
"@backstage/plugin-auth-node" "^0.4.13"
"@backstage/types" "^1.1.1"
"@google-cloud/storage" "^7.0.0"
"@keyv/memcache" "^1.3.5"
"@keyv/redis" "^2.5.3"
"@kubernetes/client-node" "0.20.0"
"@manypkg/get-packages" "^1.1.3"
"@octokit/rest" "^19.0.3"
"@types/cors" "^2.8.6"
"@types/dockerode" "^3.3.0"
"@types/express" "^4.17.6"
"@types/luxon" "^3.0.0"
"@types/webpack-env" "^1.15.2"
archiver "^6.0.0"
base64-stream "^1.0.0"
compression "^1.7.4"
concat-stream "^2.0.0"
cors "^2.8.5"
dockerode "^4.0.0"
express "^4.17.1"
express-promise-router "^4.1.0"
fs-extra "^11.2.0"
git-url-parse "^14.0.0"
helmet "^6.0.0"
isomorphic-git "^1.23.0"
jose "^5.0.0"
keyv "^4.5.2"
knex "^3.0.0"
lodash "^4.17.21"
logform "^2.3.2"
luxon "^3.0.0"
minimatch "^9.0.0"
mysql2 "^3.0.0"
node-fetch "^2.6.7"
p-limit "^3.1.0"
pg "^8.11.3"
raw-body "^2.4.1"
tar "^6.1.12"
uuid "^9.0.0"
winston "^3.2.1"
winston-transport "^4.5.0"
yauzl "^3.0.0"
yn "^4.0.0"
"@backstage/backend-dev-utils@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@backstage/backend-dev-utils/-/backend-dev-utils-0.1.4.tgz#65d204939c49b5df6a2148e8ad4dc718ccd1df07"
@ -3997,6 +4102,22 @@
express "^4.17.1"
knex "^3.0.0"
"@backstage/backend-plugin-api@^0.6.18":
version "0.6.18"
resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-0.6.18.tgz#0da77be39616ce4bb09c3fc55a3cdf9c973edba4"
integrity sha512-AAnLvQ8BBKEzFKenh+1sF9RaGNXLdxdNI9aCs6KpqOIQCZjWyRqXfFHO4SDY+iu/FSW5BzVlKWpe4irSk/wl3g==
dependencies:
"@backstage/backend-tasks" "^0.5.23"
"@backstage/cli-common" "^0.1.13"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-auth-node" "^0.4.13"
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/types" "^1.1.1"
"@types/express" "^4.17.6"
express "^4.17.1"
knex "^3.0.0"
"@backstage/backend-tasks@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.4.0.tgz#b28922be5ce2a5add6e6fcfa12f077464f5cfeab"
@ -4053,6 +4174,25 @@
uuid "^9.0.0"
zod "^3.22.4"
"@backstage/backend-tasks@^0.5.23":
version "0.5.23"
resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.5.23.tgz#85c14fff99189d0540d6bd5be4cc81faf0617620"
integrity sha512-nLdRG6RkzbpiDH0BQDmz8ZFebP4FNffDfxT9VX50+UJC2Q+0qJirqpbZKcQmHIYT66u7NNeJtsOJBSn/S23P6A==
dependencies:
"@backstage/backend-common" "^0.22.0"
"@backstage/backend-plugin-api" "^0.6.18"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
"@opentelemetry/api" "^1.3.0"
"@types/luxon" "^3.0.0"
cron "^3.0.0"
knex "^3.0.0"
lodash "^4.17.21"
luxon "^3.0.0"
uuid "^9.0.0"
zod "^3.22.4"
"@backstage/catalog-client@^1.0.3", "@backstage/catalog-client@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.2.0.tgz#14b3c69fcb41528a2da975ea4b771ee873055d70"
@ -4082,6 +4222,16 @@
cross-fetch "^4.0.0"
uri-template "^2.0.0"
"@backstage/catalog-client@^1.6.5":
version "1.6.5"
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.6.5.tgz#f27c933abf8c7bf8bcbd090b4b550a7eb1957686"
integrity sha512-powm86JuibW0GtxtVYwO/xj3SjwV8AWMbL/D9C3Yl3mZ+4sp8lwXTTlKR+IdNHnFlDfwHiNH7LKT4BMgtTZbtA==
dependencies:
"@backstage/catalog-model" "^1.5.0"
"@backstage/errors" "^1.2.4"
cross-fetch "^4.0.0"
uri-template "^2.0.0"
"@backstage/catalog-model@^1.0.3", "@backstage/catalog-model@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.1.4.tgz#3addf3e4708aca718734c764362a69dfc01b7006"
@ -4105,6 +4255,16 @@
ajv "^8.10.0"
lodash "^4.17.21"
"@backstage/catalog-model@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@backstage/catalog-model/-/catalog-model-1.5.0.tgz#7f5c4a80a3341555db5209fbc6fc2d25f6500707"
integrity sha512-CfLO5/DMGahneuLU4KTQEs1tgNhBciUtyGUDZB4Ii9i1Uha1poWcqp4HKg61lj1hmXNDUHmlbFqY9W7kmzRC0A==
dependencies:
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
ajv "^8.10.0"
lodash "^4.17.21"
"@backstage/cli-common@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@backstage/cli-common/-/cli-common-0.1.11.tgz#9d8fd8cbe83e21ad3d207edecb3c3df3024a35a8"
@ -4385,6 +4545,16 @@
"@backstage/version-bridge" "^1.0.7"
"@types/react" "^16.13.1 || ^17.0.0"
"@backstage/core-compat-api@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@backstage/core-compat-api/-/core-compat-api-0.2.5.tgz#bc75a51935f1c6f21393bdc9a54251c0701ed5e3"
integrity sha512-TapsSsk+7vZ95p3XVGVftwGC1m/WttFzSlVaSu1DoFc3E+cRTHoU587QHQrcR1BlgJOsk6qeFoN+ovLYSPbH8g==
dependencies:
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/frontend-plugin-api" "^0.6.5"
"@backstage/version-bridge" "^1.0.8"
"@types/react" "^16.13.1 || ^17.0.0"
"@backstage/core-components@^0.12.2":
version "0.12.2"
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.12.2.tgz#d3d678711048572a25c8455f13ea65df958f8a94"
@ -4473,6 +4643,49 @@
zen-observable "^0.10.0"
zod "^3.22.4"
"@backstage/core-components@^0.14.7":
version "0.14.7"
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.7.tgz#3dd43b9fc21d0dd0ef7f7c39b54eb9e5819b9e08"
integrity sha512-VgGCbS/CRvrHbx+e5s3h+voFVBKO1EvpCfn7z0QcwptIpMNwlj/pT0Nwou/fLUoXTUjeS8Fa8LDc2OAiBJ96Sg==
dependencies:
"@backstage/config" "^1.2.0"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/errors" "^1.2.4"
"@backstage/theme" "^0.5.4"
"@backstage/version-bridge" "^1.0.8"
"@date-io/core" "^1.3.13"
"@material-table/core" "^3.1.0"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@material-ui/lab" "4.0.0-alpha.61"
"@react-hookz/web" "^24.0.0"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
"@types/react-sparklines" "^1.7.0"
ansi-regex "^6.0.1"
classnames "^2.2.6"
d3-selection "^3.0.0"
d3-shape "^3.0.0"
d3-zoom "^3.0.0"
dagre "^0.8.5"
linkify-react "4.1.3"
linkifyjs "4.1.3"
lodash "^4.17.21"
pluralize "^8.0.0"
qs "^6.9.4"
rc-progress "3.5.1"
react-helmet "6.1.0"
react-hook-form "^7.12.2"
react-idle-timer "5.7.2"
react-markdown "^8.0.0"
react-sparklines "^1.7.0"
react-syntax-highlighter "^15.4.5"
react-use "^17.3.2"
react-virtualized-auto-sizer "^1.0.11"
react-window "^1.8.6"
remark-gfm "^3.0.1"
zen-observable "^0.10.0"
zod "^3.22.4"
"@backstage/core-plugin-api@^1.0.3", "@backstage/core-plugin-api@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.2.0.tgz#533acb42301d6d581ade247f9e99509e956788e6"
@ -4497,6 +4710,18 @@
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
history "^5.0.0"
"@backstage/core-plugin-api@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@backstage/core-plugin-api/-/core-plugin-api-1.9.2.tgz#1a75865e567708829f5a8056ad23ea94233f4b7f"
integrity sha512-VbMzgbp5c14B+xi5qFDXEd/LMsrM9D9IpU9tLPSaN2fn9FWhxmeHILNaiLHO2mdLd6RxLopKKbKWduBYbqyu5Q==
dependencies:
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
"@backstage/version-bridge" "^1.0.8"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
history "^5.0.0"
"@backstage/dev-utils@^1.0.3":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@backstage/dev-utils/-/dev-utils-1.0.10.tgz#cd06c9cf19b309373d036041739fa434069a7282"
@ -4559,6 +4784,21 @@
zod "^3.22.4"
zod-to-json-schema "^3.21.4"
"@backstage/frontend-plugin-api@^0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@backstage/frontend-plugin-api/-/frontend-plugin-api-0.6.5.tgz#7be360541cb7e63f85df5a915a9672d56ed08157"
integrity sha512-AVrwF8HNPaB+qHW3SwFU3aPqqN7EVcq8zWEgghkjdmxiSmqbvBNT8ixg9mSxtR1/LiZzlE0oc31G5Z6DQmilFA==
dependencies:
"@backstage/core-components" "^0.14.7"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/types" "^1.1.1"
"@backstage/version-bridge" "^1.0.8"
"@material-ui/core" "^4.12.4"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
lodash "^4.17.21"
zod "^3.22.4"
zod-to-json-schema "^3.21.4"
"@backstage/integration-aws-node@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@backstage/integration-aws-node/-/integration-aws-node-0.1.0.tgz#8597522574fcf43e02672fdb5c063337bf634417"
@ -4612,6 +4852,18 @@
"@material-ui/icons" "^4.9.1"
"@types/react" "^16.13.1 || ^17.0.0"
"@backstage/integration-react@^1.1.27":
version "1.1.27"
resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.27.tgz#df215f67e63d7c75e4e98c257b19d8e092836811"
integrity sha512-F4NZoUeUtE0sHrEkZ1vye1tQVG3gc/xMng4c+9lCVEZjEjM5c9geZaL1vJNoVHRpFjknYlqeqBwFoP2iqnfV4w==
dependencies:
"@backstage/config" "^1.2.0"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/integration" "^1.11.0"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@types/react" "^16.13.1 || ^17.0.0"
"@backstage/integration@^1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.10.0.tgz#81f37dcb506a4c6febaf9b3be88b5c4d2a40e6ec"
@ -4627,6 +4879,21 @@
lodash "^4.17.21"
luxon "^3.0.0"
"@backstage/integration@^1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.11.0.tgz#0a04b6d3e15569c1074b7f39a7a3a17eefd1b89b"
integrity sha512-RRci3a/uEmfYCCFxuw+8GgLPuWeCxt7iGOJYUZlyDEPfvUL+GSIdB2GQm4nzktRCUrNaJPd7QxaagmQgPCaIzg==
dependencies:
"@azure/identity" "^4.0.0"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@octokit/auth-app" "^4.0.0"
"@octokit/rest" "^19.0.3"
cross-fetch "^4.0.0"
git-url-parse "^14.0.0"
lodash "^4.17.21"
luxon "^3.0.0"
"@backstage/integration@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.4.1.tgz#bacbfd8bc783428d82a9e51354db570ceca7e618"
@ -4948,6 +5215,29 @@
zod "^3.22.4"
zod-to-json-schema "^3.21.4"
"@backstage/plugin-auth-node@^0.4.13":
version "0.4.13"
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.4.13.tgz#df54d69b0f6cbce91526937cfb21a7c732630787"
integrity sha512-i+41bNGQGY8JWFq/9GO08mylaAlSTn4vxiVpj3BYG1BZdtqpHT45MqpnVZ3s1i+/49gLoAo+PquLks9WNvmU0A==
dependencies:
"@backstage/backend-common" "^0.22.0"
"@backstage/backend-plugin-api" "^0.6.18"
"@backstage/catalog-client" "^1.6.5"
"@backstage/catalog-model" "^1.5.0"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/types" "^1.1.1"
"@types/express" "*"
"@types/passport" "^1.0.3"
express "^4.17.1"
jose "^5.0.0"
lodash "^4.17.21"
node-fetch "^2.6.7"
passport "^0.7.0"
winston "^3.2.1"
zod "^3.22.4"
zod-to-json-schema "^3.21.4"
"@backstage/plugin-catalog-backend-module-github@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-backend-module-github/-/plugin-catalog-backend-module-github-0.6.0.tgz#58fb5d055ae7f44fd29829dd22ab69d42f31f523"
@ -5065,6 +5355,15 @@
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/plugin-search-common" "^1.2.11"
"@backstage/plugin-catalog-common@^1.0.23":
version "1.0.23"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.23.tgz#2ba1fe13450f6283e049acc83aa4fcebda6153e8"
integrity sha512-u04VUq/2wNjF9ikpGxdt1kXSQf5VlPDWTwzYyJYKD80qGa6l/klUXJ3IBs8P4XyQObkPNyS/Tho/H8XDFNeqEw==
dependencies:
"@backstage/catalog-model" "^1.5.0"
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/plugin-search-common" "^1.2.11"
"@backstage/plugin-catalog-common@^1.0.3", "@backstage/plugin-catalog-common@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-common/-/plugin-catalog-common-1.0.9.tgz#a16ce8936ace90bb35514966fcd97a54845bc702"
@ -5097,23 +5396,23 @@
qs "^6.9.4"
react-use "^17.2.4"
"@backstage/plugin-catalog-import@^0.10.0":
version "0.10.9"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.10.9.tgz#c26c98a0a2a57ad2921b7fc3248099471c488352"
integrity sha512-p0vWJzFNAyuXQeH7Il+esb1xcT0c9iixQehAKzK+BVSsL6gRDfWk2KzpjfCKaeM+8qNEAXs+Al/XTm5IrFtokw==
"@backstage/plugin-catalog-import@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-import/-/plugin-catalog-import-0.11.0.tgz#8cf1196415be91e5f4d5c157024705e5218351c4"
integrity sha512-gv8+/bovJS4NvS4nes0LXceUFXK2mvDANC6YKMFyqNNAVxL142wYMeCvscOdGgY3wWmElrkIaUuOH7tZs5NUmA==
dependencies:
"@backstage/catalog-client" "^1.6.3"
"@backstage/catalog-model" "^1.4.5"
"@backstage/catalog-client" "^1.6.5"
"@backstage/catalog-model" "^1.5.0"
"@backstage/config" "^1.2.0"
"@backstage/core-compat-api" "^0.2.3"
"@backstage/core-components" "^0.14.3"
"@backstage/core-plugin-api" "^1.9.1"
"@backstage/core-compat-api" "^0.2.5"
"@backstage/core-components" "^0.14.7"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/errors" "^1.2.4"
"@backstage/frontend-plugin-api" "^0.6.3"
"@backstage/integration" "^1.9.1"
"@backstage/integration-react" "^1.1.25"
"@backstage/plugin-catalog-common" "^1.0.22"
"@backstage/plugin-catalog-react" "^1.11.2"
"@backstage/frontend-plugin-api" "^0.6.5"
"@backstage/integration" "^1.11.0"
"@backstage/integration-react" "^1.1.27"
"@backstage/plugin-catalog-common" "^1.0.23"
"@backstage/plugin-catalog-react" "^1.12.0"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@material-ui/lab" "4.0.0-alpha.61"
@ -5224,6 +5523,36 @@
yaml "^2.0.0"
zen-observable "^0.10.0"
"@backstage/plugin-catalog-react@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-react/-/plugin-catalog-react-1.12.0.tgz#9a46bdca42662fd54af9f227e585feb38688e993"
integrity sha512-DRgpmaCmcrtRuEcDRHELDgCezuJPtU36EJN5ythG0Q+fJMpxPcgU9PDEsIjAYJk96WukEDIY1u8QMd7smNUOCw==
dependencies:
"@backstage/catalog-client" "^1.6.5"
"@backstage/catalog-model" "^1.5.0"
"@backstage/core-components" "^0.14.7"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/errors" "^1.2.4"
"@backstage/frontend-plugin-api" "^0.6.5"
"@backstage/integration-react" "^1.1.27"
"@backstage/plugin-catalog-common" "^1.0.23"
"@backstage/plugin-permission-common" "^0.7.13"
"@backstage/plugin-permission-react" "^0.4.22"
"@backstage/types" "^1.1.1"
"@backstage/version-bridge" "^1.0.8"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@material-ui/lab" "4.0.0-alpha.61"
"@react-hookz/web" "^24.0.0"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
classnames "^2.2.6"
lodash "^4.17.21"
material-ui-popup-state "^1.9.3"
qs "^6.9.4"
react-use "^17.2.4"
yaml "^2.0.0"
zen-observable "^0.10.0"
"@backstage/plugin-catalog@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog/-/plugin-catalog-1.18.2.tgz#517cfbcf622dfc68c46a6571d84195b6ceaefa27"
@ -5407,6 +5736,23 @@
zod "^3.22.4"
zod-to-json-schema "^3.20.4"
"@backstage/plugin-permission-node@^0.7.29":
version "0.7.29"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.29.tgz#9545fe0fce26ca191beff5e458b920e4445a0a03"
integrity sha512-Bjvuk9m3a2qCqoQKIuTA2Lm1zQwf+zVRJWVDIGtK+gJl1xR/gEdyEDDzIa9jX6YjfXRZ3RVsuQVA7jUg8DMw+Q==
dependencies:
"@backstage/backend-common" "^0.22.0"
"@backstage/backend-plugin-api" "^0.6.18"
"@backstage/config" "^1.2.0"
"@backstage/errors" "^1.2.4"
"@backstage/plugin-auth-node" "^0.4.13"
"@backstage/plugin-permission-common" "^0.7.13"
"@types/express" "^4.17.6"
express "^4.17.1"
express-promise-router "^4.1.0"
zod "^3.22.4"
zod-to-json-schema "^3.20.4"
"@backstage/plugin-permission-react@^0.4.2", "@backstage/plugin-permission-react@^0.4.8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.8.tgz#6b10f75e8a08d221b9fec6148269c822704efa5b"
@ -5430,6 +5776,17 @@
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
swr "^2.0.0"
"@backstage/plugin-permission-react@^0.4.22":
version "0.4.22"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-react/-/plugin-permission-react-0.4.22.tgz#7a6d60a7ada0748ca7c23ccba64b1afc7b33045c"
integrity sha512-FPGbx3jasbC/PoKTud7qYgprMop1MejmgqoV3CtWFnWlhICjxEcTTl+guK5EkYWxjIiJPRFrUjEuDqQ42Fsiqg==
dependencies:
"@backstage/config" "^1.2.0"
"@backstage/core-plugin-api" "^1.9.2"
"@backstage/plugin-permission-common" "^0.7.13"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
swr "^2.0.0"
"@backstage/plugin-proxy-backend@^0.4.0":
version "0.4.14"
resolved "https://registry.yarnpkg.com/@backstage/plugin-proxy-backend/-/plugin-proxy-backend-0.4.14.tgz#9ccf8d58376f509153a51074ac557a23be51a6dc"
@ -5940,6 +6297,15 @@
"@emotion/styled" "^11.10.5"
"@mui/material" "^5.12.2"
"@backstage/theme@^0.5.4":
version "0.5.4"
resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.5.4.tgz#6509672e47f07edd64d5cdf9e8ac4c5d9c0bc3c3"
integrity sha512-uUswMJvEYiRiJWShcxrxWZui2KFLGXeBrxbmoCxpIKF+WmN1B7u8Q9uraCDprXHvEyYo87DDE21AaE255ldsUA==
dependencies:
"@emotion/react" "^11.10.5"
"@emotion/styled" "^11.10.5"
"@mui/material" "^5.12.2"
"@backstage/types@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.0.2.tgz#a12cdc7c1ec7e0d99cb2e30903b9dfd97c1050c9"
@ -5962,6 +6328,13 @@
dependencies:
"@types/react" "^16.13.1 || ^17.0.0"
"@backstage/version-bridge@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@backstage/version-bridge/-/version-bridge-1.0.8.tgz#c6664708bcd20744e7b2c440a03f1e44f7c4a2a1"
integrity sha512-f4u5YEq/+TLe/W4UnsiD8u15qcuyFx2tuO/RDrJ2c/ulm4TuSeEcupMs7b9oa2Pge5IQAISadz0em1c+VDIB+g==
dependencies:
"@types/react" "^16.13.1 || ^17.0.0"
"@balena/dockerignore@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@balena/dockerignore/-/dockerignore-1.0.2.tgz#9ffe4726915251e8eb69f44ef3547e0da2c03e0d"
@ -12019,7 +12392,7 @@ anymatch@^3.0.3, anymatch@~3.1.2:
"@backstage/plugin-catalog" "^1.3.0"
"@backstage/plugin-catalog-common" "^1.0.3"
"@backstage/plugin-catalog-graph" "^0.4.0"
"@backstage/plugin-catalog-import" "^0.10.0"
"@backstage/plugin-catalog-import" "^0.11.0"
"@backstage/plugin-catalog-react" "^1.1.1"
"@backstage/plugin-github-actions" "^0.6.0"
"@backstage/plugin-org" "^0.6.0"