Skip to content

Commit

Permalink
build(deps): Bump @backstage/backend-common from 0.19.9 to 0.19.10
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.19.9 to 0.19.10.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 44e5600 commit bd7d353
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.19.9",
"@backstage/backend-common": "^0.19.10",
"@backstage/config": "^1.1.1",
"@backstage/plugin-scaffolder-node": "^0.2.8",
"@material-ui/core": "^4.12.4",
Expand Down
70 changes: 69 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2442,6 +2442,74 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-common@npm:^0.19.10":
version: 0.19.10
resolution: "@backstage/backend-common@npm:0.19.10"
dependencies:
"@aws-sdk/abort-controller": ^3.347.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.5.8
"@backstage/backend-dev-utils": ^0.1.2
"@backstage/backend-plugin-api": ^0.6.7
"@backstage/cli-common": ^0.1.13
"@backstage/config": ^1.1.1
"@backstage/config-loader": ^1.5.3
"@backstage/errors": ^1.2.3
"@backstage/integration": ^1.7.2
"@backstage/integration-aws-node": ^0.1.8
"@backstage/types": ^1.1.1
"@google-cloud/storage": ^6.0.0
"@keyv/memcache": ^1.3.5
"@keyv/redis": ^2.5.3
"@kubernetes/client-node": 0.19.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: ^5.0.2
base64-stream: ^1.0.0
compression: ^1.7.4
concat-stream: ^2.0.0
cors: ^2.8.5
dockerode: ^3.3.1
express: ^4.17.1
express-promise-router: ^4.1.0
fs-extra: 10.1.0
git-url-parse: ^13.0.0
helmet: ^6.0.0
isomorphic-git: ^1.23.0
jose: ^4.6.0
keyv: ^4.5.2
knex: ^3.0.0
lodash: ^4.17.21
logform: ^2.3.2
luxon: ^3.0.0
minimatch: ^5.0.0
mysql2: ^2.2.5
node-fetch: ^2.6.7
p-limit: ^3.1.0
pg: ^8.11.3
raw-body: ^2.4.1
tar: ^6.1.12
uuid: ^8.3.2
winston: ^3.2.1
winston-transport: ^4.5.0
yauzl: ^2.10.0
yn: ^4.0.0
peerDependencies:
pg-connection-string: ^2.3.0
peerDependenciesMeta:
pg-connection-string:
optional: true
checksum: 3a26a80963c6109f34b9dcd72f38f9ee4d31556cb137c7c0860d7708a7ba79ef5914b7d00d43dd01a71974e03a5a421cc95102a490aafb3b747af8fd52cbaec3
languageName: node
linkType: hard

"@backstage/backend-common@npm:^0.19.9":
version: 0.19.9
resolution: "@backstage/backend-common@npm:0.19.9"
Expand Down Expand Up @@ -4740,7 +4808,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@pagerduty/backstage-plugin-backend@workspace:."
dependencies:
"@backstage/backend-common": ^0.19.9
"@backstage/backend-common": ^0.19.10
"@backstage/cli": ^0.24.0
"@backstage/config": ^1.1.1
"@backstage/plugin-scaffolder-node": ^0.2.8
Expand Down

0 comments on commit bd7d353

Please sign in to comment.