Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76d4fc6

Browse files
chore(deps): bump @backstage/backend-common from 0.20.2 to 0.21.5 (#94)
Bumps [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) from 0.20.2 to 0.21.5. - [Release notes](https://github.com/backstage/backstage/releases) - [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-common/CHANGELOG.md) - [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-common) --- updated-dependencies: - dependency-name: "@backstage/backend-common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asher <[email protected]>
1 parent 41169a9 commit 76d4fc6

File tree

3 files changed

+11
-105
lines changed

3 files changed

+11
-105
lines changed

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
1717
},
1818
"dependencies": {
19-
"@backstage/backend-common": "^0.20.1",
19+
"@backstage/backend-common": "^0.21.5",
2020
"@backstage/backend-tasks": "^0.5.20",
2121
"@backstage/catalog-client": "^1.5.2",
2222
"@backstage/catalog-model": "^1.4.3",

plugins/backstage-plugin-devcontainers-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postpack": "backstage-cli package postpack"
2424
},
2525
"dependencies": {
26-
"@backstage/backend-common": "^0.20.1",
26+
"@backstage/backend-common": "^0.21.5",
2727
"@backstage/catalog-client": "^1.6.0",
2828
"@backstage/catalog-model": "^1.4.4",
2929
"@backstage/config": "^1.1.1",

yarn.lock

+9-103
Original file line numberDiff line numberDiff line change
@@ -2082,47 +2082,7 @@
20822082
winston "^3.2.1"
20832083
winston-transport "^4.5.0"
20842084

2085-
"@backstage/backend-app-api@^0.6.0":
2086-
version "0.6.0"
2087-
resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-0.6.0.tgz#a2700047a42cc42bca74fae0a0990c8335f74c35"
2088-
integrity sha512-637RjEG4G0an2+sY3LNpgaBq8w41buE2h0Qn1hufF02FIm3Kty2iPsMd6NmcFFrKkhF+7F2kM61VHvnzOpA+Lw==
2089-
dependencies:
2090-
"@backstage/backend-common" "^0.21.4"
2091-
"@backstage/backend-plugin-api" "^0.6.14"
2092-
"@backstage/backend-tasks" "^0.5.19"
2093-
"@backstage/cli-common" "^0.1.13"
2094-
"@backstage/cli-node" "^0.2.4"
2095-
"@backstage/config" "^1.2.0"
2096-
"@backstage/config-loader" "^1.7.0"
2097-
"@backstage/errors" "^1.2.4"
2098-
"@backstage/plugin-auth-node" "^0.4.9"
2099-
"@backstage/plugin-permission-node" "^0.7.25"
2100-
"@backstage/types" "^1.1.1"
2101-
"@manypkg/get-packages" "^1.1.3"
2102-
"@types/cors" "^2.8.6"
2103-
"@types/express" "^4.17.6"
2104-
compression "^1.7.4"
2105-
cookie "^0.6.0"
2106-
cors "^2.8.5"
2107-
express "^4.17.1"
2108-
express-promise-router "^4.1.0"
2109-
express-rate-limit "^7.2.0"
2110-
fs-extra "^11.2.0"
2111-
helmet "^6.0.0"
2112-
jose "^5.0.0"
2113-
lodash "^4.17.21"
2114-
logform "^2.3.2"
2115-
minimatch "^9.0.0"
2116-
minimist "^1.2.5"
2117-
morgan "^1.10.0"
2118-
node-forge "^1.3.1"
2119-
path-to-regexp "^6.2.1"
2120-
selfsigned "^2.0.0"
2121-
stoppable "^1.1.0"
2122-
winston "^3.2.1"
2123-
winston-transport "^4.5.0"
2124-
2125-
"@backstage/backend-app-api@^0.6.1":
2085+
"@backstage/backend-app-api@^0.6.0", "@backstage/backend-app-api@^0.6.1":
21262086
version "0.6.1"
21272087
resolved "https://registry.yarnpkg.com/@backstage/backend-app-api/-/backend-app-api-0.6.1.tgz#ae113abe4d70f5c88515cba866eb1468bc86cecc"
21282088
integrity sha512-B34N38JV+fAFXowGGokEvM1sUQ07hrTr1tIk986rXnQPw/MLvvqZEe9lMOgyffzAg9dxssi6wrMKFt0qX/y+3w==
@@ -2320,7 +2280,7 @@
23202280
express "^4.17.1"
23212281
knex "^3.0.0"
23222282

2323-
"@backstage/backend-tasks@^0.5.14", "@backstage/backend-tasks@^0.5.17", "@backstage/backend-tasks@^0.5.18", "@backstage/backend-tasks@^0.5.19", "@backstage/backend-tasks@^0.5.20":
2283+
"@backstage/backend-tasks@^0.5.14", "@backstage/backend-tasks@^0.5.17", "@backstage/backend-tasks@^0.5.18", "@backstage/backend-tasks@^0.5.20":
23242284
version "0.5.20"
23252285
resolved "https://registry.yarnpkg.com/@backstage/backend-tasks/-/backend-tasks-0.5.20.tgz#073419694f01bb5afd2c98f02ca4a02f31acdebe"
23262286
integrity sha512-UfdSq4FP+JH2kdw5ctL3701TZLWV1I0lU1SvTkBeOKOASZ75chHR8gJNZB4HSW663OdIUdg+e07kwrOPUpBAUw==
@@ -2545,29 +2505,7 @@
25452505
yn "^4.0.0"
25462506
zod "^3.22.4"
25472507

2548-
"@backstage/config-loader@^1.6.1", "@backstage/config-loader@^1.6.2":
2549-
version "1.6.2"
2550-
resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.6.2.tgz#b3dea400ec18dc64e1f1236e450668fb5d27e221"
2551-
integrity sha512-RFFK1NGhg2n6OKRxkBPCO8qRmuRJ8gtEwjQdMv17V8AuaituOVDIduKW7omrq2RNr1CNJFodhGmpkHxqSkpkiQ==
2552-
dependencies:
2553-
"@backstage/cli-common" "^0.1.13"
2554-
"@backstage/config" "^1.1.1"
2555-
"@backstage/errors" "^1.2.3"
2556-
"@backstage/types" "^1.1.1"
2557-
"@types/json-schema" "^7.0.6"
2558-
ajv "^8.10.0"
2559-
chokidar "^3.5.2"
2560-
fs-extra "^11.2.0"
2561-
json-schema "^0.4.0"
2562-
json-schema-merge-allof "^0.8.1"
2563-
json-schema-traverse "^1.0.0"
2564-
lodash "^4.17.21"
2565-
minimist "^1.2.5"
2566-
node-fetch "^2.6.7"
2567-
typescript-json-schema "^0.63.0"
2568-
yaml "^2.0.0"
2569-
2570-
"@backstage/config-loader@^1.7.0":
2508+
"@backstage/config-loader@^1.6.1", "@backstage/config-loader@^1.6.2", "@backstage/config-loader@^1.7.0":
25712509
version "1.7.0"
25722510
resolved "https://registry.yarnpkg.com/@backstage/config-loader/-/config-loader-1.7.0.tgz#98dee1281ef61d7933087d977f66166b1f136ac1"
25732511
integrity sha512-NLZzfo3JnFsKJda99wbhY108TeGDcUAtmXE5q1ITdExHf/EZozVBFp0X/AbJOmUTAYWQgl6W6xSiUzY8Li5NIw==
@@ -2831,7 +2769,7 @@
28312769
zod "^3.22.4"
28322770
zod-to-json-schema "^3.21.4"
28332771

2834-
"@backstage/integration-aws-node@^0.1.11":
2772+
"@backstage/integration-aws-node@^0.1.11", "@backstage/integration-aws-node@^0.1.8", "@backstage/integration-aws-node@^0.1.9":
28352773
version "0.1.11"
28362774
resolved "https://registry.yarnpkg.com/@backstage/integration-aws-node/-/integration-aws-node-0.1.11.tgz#2900fe695badf4816c9c59e059c013f74438e7cd"
28372775
integrity sha512-489G2JThdXBCEdTC1r0G4LhD8ob81iDdYLxtOIWtXabR5TRM9hIYTohEviiDEpL2GpAVbHtCIpXvvM0TMGHLBg==
@@ -2844,19 +2782,6 @@
28442782
"@backstage/config" "^1.2.0"
28452783
"@backstage/errors" "^1.2.4"
28462784

2847-
"@backstage/integration-aws-node@^0.1.8", "@backstage/integration-aws-node@^0.1.9":
2848-
version "0.1.9"
2849-
resolved "https://registry.yarnpkg.com/@backstage/integration-aws-node/-/integration-aws-node-0.1.9.tgz#66d6898e855a6a8d495d7d1bcb3bb79b6c61479c"
2850-
integrity sha512-nr3LHM9vFGtWPqWSp1lutm5+/1H6pBcMCZ2bkTn7qy/Y5Ds7l9qY+0LSMxPbIyPoaQMM2D1x/gDPEMr/pNwPAA==
2851-
dependencies:
2852-
"@aws-sdk/client-sts" "^3.350.0"
2853-
"@aws-sdk/credential-provider-node" "^3.350.0"
2854-
"@aws-sdk/credential-providers" "^3.350.0"
2855-
"@aws-sdk/types" "^3.347.0"
2856-
"@aws-sdk/util-arn-parser" "^3.310.0"
2857-
"@backstage/config" "^1.1.1"
2858-
"@backstage/errors" "^1.2.3"
2859-
28602785
"@backstage/integration-react@^1.1.23", "@backstage/integration-react@^1.1.24":
28612786
version "1.1.24"
28622787
resolved "https://registry.yarnpkg.com/@backstage/integration-react/-/integration-react-1.1.24.tgz#2ae41ca6ad73cf5064bbe988229f0c942ba39198"
@@ -3436,7 +3361,7 @@
34363361
uuid "^9.0.0"
34373362
zod "^3.22.4"
34383363

3439-
"@backstage/plugin-permission-node@^0.7.20", "@backstage/plugin-permission-node@^0.7.23", "@backstage/plugin-permission-node@^0.7.24", "@backstage/plugin-permission-node@^0.7.25", "@backstage/plugin-permission-node@^0.7.26":
3364+
"@backstage/plugin-permission-node@^0.7.20", "@backstage/plugin-permission-node@^0.7.23", "@backstage/plugin-permission-node@^0.7.24", "@backstage/plugin-permission-node@^0.7.26":
34403365
version "0.7.26"
34413366
resolved "https://registry.yarnpkg.com/@backstage/plugin-permission-node/-/plugin-permission-node-0.7.26.tgz#9fc242e1fc1c81fb1fd8fe9dd85402dca71fc8fe"
34423367
integrity sha512-O35/+BjH+e+XuxSuFvmwX39mnvsvpi0Y/panPqD5wnNkRB0M3D6jIe/NDWayQT0SkKUiglnpZtZX+OFcdWJXRA==
@@ -8670,15 +8595,7 @@
86708595
"@types/node" "*"
86718596
"@types/ssh2" "*"
86728597

8673-
"@types/dockerode@^3.3.0":
8674-
version "3.3.23"
8675-
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.23.tgz#07b2084013d01e14d5d97856446f4d9c9f27c223"
8676-
integrity sha512-Lz5J+NFgZS4cEVhquwjIGH4oQwlVn2h7LXD3boitujBnzOE5o7s9H8hchEjoDK2SlRsJTogdKnQeiJgPPKLIEw==
8677-
dependencies:
8678-
"@types/docker-modem" "*"
8679-
"@types/node" "*"
8680-
8681-
"@types/dockerode@^3.3.24":
8598+
"@types/dockerode@^3.3.0", "@types/dockerode@^3.3.24":
86828599
version "3.3.26"
86838600
resolved "https://registry.yarnpkg.com/@types/dockerode/-/dockerode-3.3.26.tgz#e7f5f06e985ee045c9b9643fd9c34684deb80cd1"
86848601
integrity sha512-/K+I9bGhRO2SvyIHisGeOsy/ypxnWLz8+Rde9S2tNNEKa3r91e0XMYIEq2D+kb7srm7xrmpAR0CDKfXoZOr4OA==
@@ -9077,12 +8994,11 @@
90778994
"@types/react" "*"
90788995

90798996
"@types/react@*", "@types/react@^16.13.1 || ^17.0.0", "@types/react@^16.13.1 || ^17.0.0 || ^18.0.0", "@types/react@^18":
9080-
version "18.2.71"
9081-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.71.tgz#77c3b97b02014bf351b21b684f80273a3a343f96"
9082-
integrity sha512-PxEsB9OjmQeYGffoWnYAd/r5FiJuUw2niFQHPc2v2idwh8wGPkkYzOHuinNJJY6NZqfoTCiOIizDOz38gYNsyw==
8997+
version "18.2.72"
8998+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.72.tgz#3341a6d0746d1c7d8510810319323850c04bd6ed"
8999+
integrity sha512-/e7GWxGzXQF7OJAua7UAYqYi/4VpXEfbGtmYQcAQwP3SjjjAXfybTf/JK5S+SaetB/ChXl8Y2g1hCsj7jDXxcg==
90839000
dependencies:
90849001
"@types/prop-types" "*"
9085-
"@types/scheduler" "*"
90869002
csstype "^3.0.2"
90879003

90889004
"@types/request@^2.47.1", "@types/request@^2.48.8":
@@ -9112,11 +9028,6 @@
91129028
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
91139029
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
91149030

9115-
"@types/scheduler@*":
9116-
version "0.16.8"
9117-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
9118-
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
9119-
91209031
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
91219032
version "7.5.7"
91229033
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
@@ -13591,11 +13502,6 @@ express-promise-router@^4.1.0:
1359113502
lodash.flattendeep "^4.0.0"
1359213503
methods "^1.0.0"
1359313504

13594-
express-rate-limit@^7.2.0:
13595-
version "7.2.0"
13596-
resolved "https://registry.yarnpkg.com/express-rate-limit/-/express-rate-limit-7.2.0.tgz#06ce387dd5388f429cab8263c514fc07bf90a445"
13597-
integrity sha512-T7nul1t4TNyfZMJ7pKRKkdeVJWa2CqB8NA1P8BwYaoDI5QSBZARv5oMS43J7b7I5P+4asjVXjb7ONuwDKucahg==
13598-
1359913505
express-session@^1.17.1:
1360013506
version "1.18.0"
1360113507
resolved "https://registry.yarnpkg.com/express-session/-/express-session-1.18.0.tgz#a6ae39d9091f2efba5f20fc5c65a3ce7c9ce16a3"

0 commit comments

Comments
 (0)