Skip to content

Commit

Permalink
Bump @backstage/backend-common from 0.20.1 to 0.20.2 (#251)
Browse files Browse the repository at this point in the history
Bumps [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) from 0.20.1 to 0.20.2.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent ec97125 commit 91ce396
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.20.1",
"@backstage/backend-common": "^0.20.2",
"@backstage/backend-tasks": "^0.5.14",
"@backstage/catalog-client": "^1.5.2",
"@backstage/catalog-model": "^1.4.3",
Expand Down
70 changes: 69 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2714,6 +2714,74 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-common@npm:^0.20.2":
version: 0.20.2
resolution: "@backstage/backend-common@npm:0.20.2"
dependencies:
"@aws-sdk/abort-controller": "npm:^3.347.0"
"@aws-sdk/client-s3": "npm:^3.350.0"
"@aws-sdk/credential-providers": "npm:^3.350.0"
"@aws-sdk/types": "npm:^3.347.0"
"@backstage/backend-app-api": "npm:^0.5.10"
"@backstage/backend-dev-utils": "npm:^0.1.3"
"@backstage/backend-plugin-api": "npm:^0.6.9"
"@backstage/cli-common": "npm:^0.1.13"
"@backstage/config": "npm:^1.1.1"
"@backstage/config-loader": "npm:^1.6.1"
"@backstage/errors": "npm:^1.2.3"
"@backstage/integration": "npm:^1.8.0"
"@backstage/integration-aws-node": "npm:^0.1.8"
"@backstage/types": "npm:^1.1.1"
"@google-cloud/storage": "npm:^7.0.0"
"@keyv/memcache": "npm:^1.3.5"
"@keyv/redis": "npm:^2.5.3"
"@kubernetes/client-node": "npm:0.20.0"
"@manypkg/get-packages": "npm:^1.1.3"
"@octokit/rest": "npm:^19.0.3"
"@types/cors": "npm:^2.8.6"
"@types/dockerode": "npm:^3.3.0"
"@types/express": "npm:^4.17.6"
"@types/luxon": "npm:^3.0.0"
"@types/webpack-env": "npm:^1.15.2"
archiver: "npm:^6.0.0"
base64-stream: "npm:^1.0.0"
compression: "npm:^1.7.4"
concat-stream: "npm:^2.0.0"
cors: "npm:^2.8.5"
dockerode: "npm:^3.3.1"
express: "npm:^4.17.1"
express-promise-router: "npm:^4.1.0"
fs-extra: "npm:10.1.0"
git-url-parse: "npm:^13.0.0"
helmet: "npm:^6.0.0"
isomorphic-git: "npm:^1.23.0"
jose: "npm:^4.6.0"
keyv: "npm:^4.5.2"
knex: "npm:^3.0.0"
lodash: "npm:^4.17.21"
logform: "npm:^2.3.2"
luxon: "npm:^3.0.0"
minimatch: "npm:^5.0.0"
mysql2: "npm:^2.2.5"
node-fetch: "npm:^2.6.7"
p-limit: "npm:^3.1.0"
pg: "npm:^8.11.3"
raw-body: "npm:^2.4.1"
tar: "npm:^6.1.12"
uuid: "npm:^8.3.2"
winston: "npm:^3.2.1"
winston-transport: "npm:^4.5.0"
yauzl: "npm:^2.10.0"
yn: "npm:^4.0.0"
peerDependencies:
pg-connection-string: ^2.3.0
peerDependenciesMeta:
pg-connection-string:
optional: true
checksum: 91efb14e2f09d8bd1f489c0d3815ff7ade7fbeb7a2494770bce68b1da9b867b512a3543c887b0d26432639a66f901810e9ce59232df0cc70fa52e852cef0f807
languageName: node
linkType: hard

"@backstage/backend-dev-utils@npm:^0.1.3":
version: 0.1.3
resolution: "@backstage/backend-dev-utils@npm:0.1.3"
Expand Down Expand Up @@ -13088,7 +13156,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "backend@workspace:packages/backend"
dependencies:
"@backstage/backend-common": "npm:^0.20.1"
"@backstage/backend-common": "npm:^0.20.2"
"@backstage/backend-tasks": "npm:^0.5.14"
"@backstage/catalog-client": "npm:^1.5.2"
"@backstage/catalog-model": "npm:^1.4.3"
Expand Down

0 comments on commit 91ce396

Please sign in to comment.