Skip to content

Commit 91edd46

Browse files
authored
fix: packages/backend-common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit 91edd46

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/backend-common/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@
5050
"@aws-sdk/client-s3": "^3.350.0",
5151
"@aws-sdk/credential-providers": "^3.350.0",
5252
"@aws-sdk/types": "^3.347.0",
53-
"@backstage/backend-app-api": "workspace:^",
53+
"@backstage/backend-app-api": "0.7.6",
5454
"@backstage/backend-dev-utils": "workspace:^",
55-
"@backstage/backend-plugin-api": "workspace:^",
55+
"@backstage/backend-plugin-api": "0.6.19",
5656
"@backstage/cli-common": "workspace:^",
5757
"@backstage/config": "workspace:^",
58-
"@backstage/config-loader": "workspace:^",
58+
"@backstage/config-loader": "1.5.1",
5959
"@backstage/errors": "workspace:^",
6060
"@backstage/integration": "workspace:^",
61-
"@backstage/integration-aws-node": "workspace:^",
61+
"@backstage/integration-aws-node": "0.1.0",
6262
"@backstage/types": "workspace:^",
6363
"@google-cloud/storage": "^6.0.0",
6464
"@keyv/memcache": "^1.3.5",
6565
"@keyv/redis": "^2.5.3",
6666
"@kubernetes/client-node": "0.18.1",
67-
"@manypkg/get-packages": "^1.1.3",
67+
"@manypkg/get-packages": "^2.0.0",
6868
"@octokit/rest": "^19.0.3",
6969
"@types/cors": "^2.8.6",
7070
"@types/dockerode": "^3.3.0",

0 commit comments

Comments
 (0)