Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
228 changes: 159 additions & 69 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2410,12 +2410,12 @@
winston "^3.2.1"
winston-transport "^4.5.0"

"@backstage/backend-app-api@^1.2.6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-1.2.6.tgz#1ea14dfdd7ca2246a534984d6c932b88c6be6396"
integrity sha512-U4pWzD2bkldVytgMSDEuO8CAe0YijNxH5nG/1JkGF0KTPmKvu9ENigaqepLWqm9e2x72HTLCXxnbQPhl2jiGNQ==
"@backstage/backend-app-api@^1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-1.2.7.tgz#0c51dfc93188d8517703377007ea272c1a9fd503"
integrity sha512-KzzcrCe+Tz5bht/hKHdgPWs8yg+6pgnYoDsM8tHtJCNskKpJQgIx0Mf2CdggaGY4uwU4GVyUUw1DCfz2FLUaQg==
dependencies:
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"

Expand Down Expand Up @@ -2691,30 +2691,30 @@
yauzl "^3.0.0"
yn "^4.0.0"

"@backstage/backend-defaults@^0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@backstage/backend-defaults/-/backend-defaults-0.12.0.tgz#65a17c4af20966c2a8fcd0d9cd90b7450ddecefd"
integrity sha512-IJcvjZgTjAQ7vnLMFwOmCFfpwzNqhx2bEkDfBMyElw/gUebdtdBOxY3YN5zkArPAskZZaK0G30MYwGDSRuNWIA==
"@backstage/backend-defaults@^0.12.0", "@backstage/backend-defaults@^0.12.1":
version "0.12.1"
resolved "https://registry.yarnpkg.com/@backstage/backend-defaults/-/backend-defaults-0.12.1.tgz#2348af29acbf1e7ce540d8e721adf9c50194a0d6"
integrity sha512-1/m1czr8THWrTbMq1b6aMBf5/h/KCXVgTWvSET5g9gwJwL54Ra21pITY4duDIjq2re6IumhlELTC5CvR8k/FOA==
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"
"@azure/storage-blob" "^12.5.0"
"@backstage/backend-app-api" "^1.2.6"
"@backstage/backend-app-api" "^1.2.7"
"@backstage/backend-dev-utils" "^0.1.5"
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/cli-node" "^0.2.14"
"@backstage/config" "^1.3.3"
"@backstage/config-loader" "^1.10.2"
"@backstage/config-loader" "^1.10.3"
"@backstage/errors" "^1.2.7"
"@backstage/integration" "^1.17.1"
"@backstage/integration" "^1.18.0"
"@backstage/integration-aws-node" "^0.1.17"
"@backstage/plugin-auth-node" "^0.6.6"
"@backstage/plugin-events-node" "^0.4.14"
"@backstage/plugin-permission-node" "^0.10.3"
"@backstage/types" "^1.2.1"
"@backstage/plugin-auth-node" "^0.6.7"
"@backstage/plugin-events-node" "^0.4.15"
"@backstage/plugin-permission-node" "^0.10.4"
"@backstage/types" "^1.2.2"
"@google-cloud/storage" "^7.0.0"
"@keyv/memcache" "^2.0.1"
"@keyv/redis" "^4.0.1"
Expand Down Expand Up @@ -2863,18 +2863,18 @@
knex "^3.0.0"
luxon "^3.0.0"

"@backstage/backend-plugin-api@^1.0.0", "@backstage/backend-plugin-api@^1.1.1", "@backstage/backend-plugin-api@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-1.4.2.tgz#9cd617695004638ec28f2123436fbe0e542c6f3f"
integrity sha512-GZro02OXTX2kC05nLL+C/2d6/OFbnKKS4Ajd4q2+Ule+aFuTGBR9zzcx18RBgJQCxFb8wj35DJNhi1EIZ+zj+g==
"@backstage/backend-plugin-api@^1.0.0", "@backstage/backend-plugin-api@^1.1.1", "@backstage/backend-plugin-api@^1.4.2", "@backstage/backend-plugin-api@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@backstage/backend-plugin-api/-/backend-plugin-api-1.4.3.tgz#aa359d9aaf0e4c7202db2a748f4e985cccce3568"
integrity sha512-ohpOz8xZFYVInW/29bd44X4jGwZ5WlGiWlCc2BuVvXzZj6qTNFbVetQNJ2x5d0dhIRZwa6qWMxf9iry6LgXOUA==
dependencies:
"@backstage/cli-common" "^0.1.15"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/plugin-auth-node" "^0.6.6"
"@backstage/plugin-auth-node" "^0.6.7"
"@backstage/plugin-permission-common" "^0.9.1"
"@backstage/plugin-permission-node" "^0.10.3"
"@backstage/types" "^1.2.1"
"@backstage/plugin-permission-node" "^0.10.4"
"@backstage/types" "^1.2.2"
"@types/express" "^4.17.6"
"@types/json-schema" "^7.0.6"
"@types/luxon" "^3.0.0"
Expand Down Expand Up @@ -2921,10 +2921,10 @@
uuid "^9.0.0"
zod "^3.22.4"

"@backstage/catalog-client@^1.11.0", "@backstage/catalog-client@^1.4.1", "@backstage/catalog-client@^1.6.4", "@backstage/catalog-client@^1.6.5", "@backstage/catalog-client@^1.9.1":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.11.0.tgz#263492fd4970bc7724c317c018a78d5a08c0a544"
integrity sha512-pt4ETl+ljdcPpGjavlOzB9yjNRxxLVuYdVzlhB+ZUeZk6BzvwlFgdnKHvk8OizPCSCgCdVb10ZGYvoUnEmCemg==
"@backstage/catalog-client@^1.11.0", "@backstage/catalog-client@^1.12.0", "@backstage/catalog-client@^1.4.1", "@backstage/catalog-client@^1.6.4", "@backstage/catalog-client@^1.6.5", "@backstage/catalog-client@^1.9.1":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@backstage/catalog-client/-/catalog-client-1.12.0.tgz#544d1bf4fcb30632e752b42edf4f285ab8a69f63"
integrity sha512-jw+rsTOOmhNCKdipe8DqNoAhlWeHhHu8AGhHejSH5PZMIMBrZDZLmr7TyhEQaF/apFA75sfY7n07vf9jfprXEQ==
dependencies:
"@backstage/catalog-model" "^1.7.5"
"@backstage/errors" "^1.2.7"
Expand Down Expand Up @@ -3092,6 +3092,27 @@
typescript-json-schema "^0.65.0"
yaml "^2.0.0"

"@backstage/config-loader@^1.10.3":
version "1.10.3"
resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.10.3.tgz#54924b19ebf528aa91b515e6def9f6d29c4ad11a"
integrity sha512-HBKe6Dv/pQakHQY/0zLoEJ1tqigWEBHm48qm5sCPG7aMDil3slIT+tLD+DcQz42X6CWlyiYltGMn5Wk3Y1X9QA==
dependencies:
"@backstage/cli-common" "^0.1.15"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/types" "^1.2.2"
"@types/json-schema" "^7.0.6"
ajv "^8.10.0"
chokidar "^3.5.2"
fs-extra "^11.2.0"
json-schema "^0.4.0"
json-schema-merge-allof "^0.8.1"
json-schema-traverse "^1.0.0"
lodash "^4.17.21"
minimist "^1.2.5"
typescript-json-schema "^0.65.0"
yaml "^2.0.0"

"@backstage/config@^1.0.7", "@backstage/config@^1.2.0", "@backstage/config@^1.3.2", "@backstage/config@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@backstage/config/-/config-1.3.3.tgz#75b6a85615b129d311782c2c64962a111695bea3"
Expand Down Expand Up @@ -3434,10 +3455,10 @@
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"

"@backstage/integration@^1.10.0", "@backstage/integration@^1.13.0", "@backstage/integration@^1.14.0", "@backstage/integration@^1.15.0", "@backstage/integration@^1.17.0", "@backstage/integration@^1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.17.1.tgz#c48c6966bc59b25b4d2e8d98790862064839fc57"
integrity sha512-15UmnFwDne4Hm5j0q7kNN2bvDW7ZObaxbO465p7l6YvQBTyqTWK3+G5tcyT4SqdGbja/j35YsyLQe9WXSWZ80Q==
"@backstage/integration@^1.10.0", "@backstage/integration@^1.13.0", "@backstage/integration@^1.14.0", "@backstage/integration@^1.15.0", "@backstage/integration@^1.17.0", "@backstage/integration@^1.17.1", "@backstage/integration@^1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@backstage/integration/-/integration-1.18.0.tgz#8f400e5a22b7ccad6dba049f2c494c03b4ae0de7"
integrity sha512-2s6zdY3xo8F9mYREjY0myWj/BCCBH7FSX+abCxmhv8GZT7i446FhWWYg44FI9eoxdTT/xNRTebMulxA4zQmGzw==
dependencies:
"@azure/identity" "^4.0.0"
"@azure/storage-blob" "^12.5.0"
Expand Down Expand Up @@ -3622,6 +3643,27 @@
zod-to-json-schema "^3.21.4"
zod-validation-error "^3.4.0"

"@backstage/plugin-auth-node@^0.6.7":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-node/-/plugin-auth-node-0.6.7.tgz#08d9c6aa49cb26c347a023e958ea7e4a1504fe29"
integrity sha512-1MRNqmBueDPyKBzfW9PLRRu2kriERdlt5CiNaUWbwx2YBbDFRDylhund7qQxbVnF9VlbKtxSmJU7RBh/TwrEQg==
dependencies:
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/catalog-client" "^1.12.0"
"@backstage/catalog-model" "^1.7.5"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/types" "^1.2.2"
"@types/express" "^4.17.6"
"@types/passport" "^1.0.3"
express "^4.17.1"
jose "^5.0.0"
lodash "^4.17.21"
passport "^0.7.0"
zod "^3.22.4"
zod-to-json-schema "^3.21.4"
zod-validation-error "^3.4.0"

"@backstage/plugin-auth-react@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@backstage/plugin-auth-react/-/plugin-auth-react-0.1.18.tgz#ed928fbe64898937cedf863d0facc9e567f25222"
Expand Down Expand Up @@ -3771,19 +3813,19 @@
react-use "^17.2.4"
yaml "^2.0.0"

"@backstage/plugin-catalog-node@^1.11.1", "@backstage/plugin-catalog-node@^1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.18.0.tgz#65f1cd08c652a6b259230d458db2971c4270fdc1"
integrity sha512-xPtpCn90YkKF+hSz7RS9A/sSTk9UF4EPb2HPVDwlNcRPcIOe+ODS5KNFFkYJfnAmcGkuZrgFBU4YKfrLamVG8g==
"@backstage/plugin-catalog-node@^1.11.1", "@backstage/plugin-catalog-node@^1.18.0", "@backstage/plugin-catalog-node@^1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-catalog-node/-/plugin-catalog-node-1.19.0.tgz#25c783ec3000d36273096e3af58fadacbeaf53a6"
integrity sha512-NQbJxfBGIuOHWJTovMTOOT7NEmzKhEXN/WavLQvCfSJa8zLL/joElyaVUtxrD2jyftFXDM5MCQvlhqXwBEXkSQ==
dependencies:
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/catalog-client" "^1.11.0"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/catalog-client" "^1.12.0"
"@backstage/catalog-model" "^1.7.5"
"@backstage/errors" "^1.2.7"
"@backstage/plugin-catalog-common" "^1.1.5"
"@backstage/plugin-permission-common" "^0.9.1"
"@backstage/plugin-permission-node" "^0.10.3"
"@backstage/types" "^1.2.1"
"@backstage/plugin-permission-node" "^0.10.4"
"@backstage/types" "^1.2.2"
lodash "^4.17.21"
yaml "^2.0.0"

Expand Down Expand Up @@ -3869,6 +3911,21 @@
express "^4.17.1"
uri-template "^2.0.0"

"@backstage/plugin-events-node@^0.4.15":
version "0.4.15"
resolved "https://registry.yarnpkg.com/@backstage/plugin-events-node/-/plugin-events-node-0.4.15.tgz#47380237e727a8de418d76c8e6416a4adc74681e"
integrity sha512-2TzbctSNwBBl1V4x/8zC9OoCjGWJIWgp5v43DaF7ovWfgzMelnlmoEMvNLVBqyqnw7kWCG6qkvjFA7v+3UNtUA==
dependencies:
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/errors" "^1.2.7"
"@backstage/types" "^1.2.2"
"@types/content-type" "^1.1.8"
"@types/express" "^4.17.6"
content-type "^1.0.5"
cross-fetch "^4.0.0"
express "^4.17.1"
uri-template "^2.0.0"

"@backstage/plugin-github-actions@^0.6.0":
version "0.6.16"
resolved "https://registry.yarnpkg.com/@backstage/plugin-github-actions/-/plugin-github-actions-0.6.16.tgz#67b3093abf1c98ec4e6431dbf8fd442fd305326b"
Expand Down Expand Up @@ -4097,6 +4154,22 @@
zod "^3.22.4"
zod-to-json-schema "^3.20.4"

"@backstage/plugin-permission-node@^0.10.4":
version "0.10.4"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.10.4.tgz#d8770f804a37c900ce280df2eaa65b62d683087c"
integrity sha512-me6vbuYfCqAutFm26ln0WguKhq4dzWSXozvzFyuix+1vj812bLt0HWxjUCx47K1601rW19EOg2vrce2IvAYZsQ==
dependencies:
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/plugin-auth-node" "^0.6.7"
"@backstage/plugin-permission-common" "^0.9.1"
"@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-node@^0.7.32":
version "0.7.32"
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.32.tgz#e462a4c8d6d8021ae5d8ff64bec84e176641fd77"
Expand Down Expand Up @@ -4467,21 +4540,21 @@
lodash "^4.17.21"
uuid "^11.0.0"

"@backstage/plugin-search-backend-module-techdocs@^0.4.5":
version "0.4.5"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-techdocs/-/plugin-search-backend-module-techdocs-0.4.5.tgz#896427e522dd8dcb08c146663cab15257be648be"
integrity sha512-kuegkS/c6Wfvdu36T21uOCCcKGrc0bncDKMZCt7mZDIxDYztQiYbTvkeIPXuWGzXrdDPVeFDQc0OOTNIsaiS4w==
"@backstage/plugin-search-backend-module-techdocs@^0.4.6":
version "0.4.6"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-module-techdocs/-/plugin-search-backend-module-techdocs-0.4.6.tgz#c14b9f3d2c66279369e1cb6bdc168476d1af7e18"
integrity sha512-ZjrrKCRRYsHjIMWUyZGjb/YyRyf+qK/Ke4vYf6O1LIWEAIvWiWNys8TfpJeiB1e0iZe6Zz/lepnaEhtCdUOQHA==
dependencies:
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/catalog-client" "^1.11.0"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/catalog-client" "^1.12.0"
"@backstage/catalog-model" "^1.7.5"
"@backstage/config" "^1.3.3"
"@backstage/plugin-catalog-common" "^1.1.5"
"@backstage/plugin-catalog-node" "^1.18.0"
"@backstage/plugin-catalog-node" "^1.19.0"
"@backstage/plugin-permission-common" "^0.9.1"
"@backstage/plugin-search-backend-node" "^1.3.14"
"@backstage/plugin-search-backend-node" "^1.3.15"
"@backstage/plugin-search-common" "^1.2.19"
"@backstage/plugin-techdocs-node" "^1.13.6"
"@backstage/plugin-techdocs-node" "^1.13.7"
lodash "^4.17.21"
p-limit "^3.1.0"

Expand All @@ -4501,6 +4574,22 @@
ndjson "^2.0.0"
uuid "^11.0.0"

"@backstage/plugin-search-backend-node@^1.3.15":
version "1.3.15"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend-node/-/plugin-search-backend-node-1.3.15.tgz#86989b6e4cd6d906b9a78b9356b1cd456e4ee191"
integrity sha512-SbJmMaTTi5IL40/zCUj65tco0Ug34ec1zBZF6R+uaLF0IbwazOznCvvOcq/3i6dPDOtxpfj04CJ5tyXBduu18A==
dependencies:
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/plugin-permission-common" "^0.9.1"
"@backstage/plugin-search-common" "^1.2.19"
"@types/lunr" "^2.3.3"
lodash "^4.17.21"
lunr "^2.3.9"
ndjson "^2.0.0"
uuid "^11.0.0"

"@backstage/plugin-search-backend@^2.0.0":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@backstage/plugin-search-backend/-/plugin-search-backend-2.0.5.tgz#92e8afad849100b115d92a5643376d0d426bb195"
Expand Down Expand Up @@ -4639,23 +4728,24 @@
react-use "^17.2.4"

"@backstage/plugin-techdocs-backend@^2.0.0":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-backend/-/plugin-techdocs-backend-2.0.5.tgz#9a1eb4d880fd1b700bf134ec330be133467ccb80"
integrity sha512-r9wrNwfNOUbry9sv8WwKKHbaIEFljNRDmwUVbcK/cNCSO3coLVM6M+2/pbLN9dtIednsmFZq0x2+QyVI8H2f2w==
version "2.1.0"
resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-backend/-/plugin-techdocs-backend-2.1.0.tgz#5a470a9115d6b70bb62b616d5ddd2352e6e062ae"
integrity sha512-ameV5XBHf/IaZy55BD9896abQXjZ6LFFBEmzSScIs81fRvr2qUOFxuuvmCgD7ynrJT5Tcx9mqzmZXIoJMh0InQ==
dependencies:
"@backstage/backend-defaults" "^0.12.0"
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/catalog-client" "^1.11.0"
"@backstage/backend-defaults" "^0.12.1"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/catalog-client" "^1.12.0"
"@backstage/catalog-model" "^1.7.5"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/integration" "^1.17.1"
"@backstage/integration" "^1.18.0"
"@backstage/plugin-catalog-common" "^1.1.5"
"@backstage/plugin-catalog-node" "^1.18.0"
"@backstage/plugin-catalog-node" "^1.19.0"
"@backstage/plugin-permission-common" "^0.9.1"
"@backstage/plugin-search-backend-module-techdocs" "^0.4.5"
"@backstage/plugin-search-backend-module-techdocs" "^0.4.6"
"@backstage/plugin-techdocs-common" "^0.1.1"
"@backstage/plugin-techdocs-node" "^1.13.6"
"@backstage/plugin-techdocs-node" "^1.13.7"
"@backstage/types" "^1.2.2"
express "^4.17.1"
express-promise-router "^4.1.0"
fs-extra "^11.2.0"
Expand Down Expand Up @@ -4686,22 +4776,22 @@
git-url-parse "^15.0.0"
photoswipe "^5.3.7"

"@backstage/plugin-techdocs-node@^1.13.6":
version "1.13.6"
resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-node/-/plugin-techdocs-node-1.13.6.tgz#ba4f4bab1c4415ab95eca3cbff2b69d2eabc48d5"
integrity sha512-E1JntXHEa58cTooI7z2zXUCI79eP8gxyFsDVfxTorsiWZiOWQ4aBFMw/gG8IXHv3tv4/5m5XZkpXxhRPkGvi7A==
"@backstage/plugin-techdocs-node@^1.13.7":
version "1.13.7"
resolved "https://registry.yarnpkg.com/@backstage/plugin-techdocs-node/-/plugin-techdocs-node-1.13.7.tgz#215b10b9ba6df2847d3c98d3abfdbe3f4864bd13"
integrity sha512-oJW/ZorVpoUM4y7/M/6QJtdKw43oqmSkUq+pi6mIQOyLIi1JV/XHIeziJGH0PWaXxyXJMSTo1A5BY35xGm54pg==
dependencies:
"@aws-sdk/client-s3" "^3.350.0"
"@aws-sdk/credential-providers" "^3.350.0"
"@aws-sdk/lib-storage" "^3.350.0"
"@aws-sdk/types" "^3.347.0"
"@azure/identity" "^4.0.0"
"@azure/storage-blob" "^12.5.0"
"@backstage/backend-plugin-api" "^1.4.2"
"@backstage/backend-plugin-api" "^1.4.3"
"@backstage/catalog-model" "^1.7.5"
"@backstage/config" "^1.3.3"
"@backstage/errors" "^1.2.7"
"@backstage/integration" "^1.17.1"
"@backstage/integration" "^1.18.0"
"@backstage/integration-aws-node" "^0.1.17"
"@backstage/plugin-search-common" "^1.2.19"
"@backstage/plugin-techdocs-common" "^0.1.1"
Expand Down Expand Up @@ -4900,10 +4990,10 @@
"@emotion/styled" "^11.10.5"
"@mui/material" "^5.12.2"

"@backstage/types@^1.1.1", "@backstage/types@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.2.1.tgz#8c15c71e6b629806d3dc00227aaa4fd1c19cef16"
integrity sha512-0GkrZthoIkUzoeop+8fZZk2MWlLd1q0LB59tMarsjw7ccMtFYR96jhlf1qGvcbw7Gn5ETtJfTC2C1aUzvgvF+w==
"@backstage/types@^1.1.1", "@backstage/types@^1.2.1", "@backstage/types@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@backstage/types/-/types-1.2.2.tgz#280e3dec7be5bcddc54ee0e8a024a2768d274692"
integrity sha512-gCctHIL3VSCKiffbWDq4Zl2n7g8NPO/dD2ksdOEm9KzWfb5AubsfQzakoKjZ8XvmdaY9jY7j1yRmHSjAqq7rBA==

"@backstage/version-bridge@^1.0.11", "@backstage/version-bridge@^1.0.3", "@backstage/version-bridge@^1.0.8":
version "1.0.11"
Expand Down
Loading