Skip to content

Commit 4379dcd

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-AJV-15274295
1 parent c67ec7f commit 4379dcd

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,20 +50,20 @@
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.5.0",
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": "0.1.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",
66-
"@kubernetes/client-node": "0.18.1",
66+
"@kubernetes/client-node": "1.0.0",
6767
"@manypkg/get-packages": "^1.1.3",
6868
"@octokit/rest": "^19.0.3",
6969
"@types/cors": "^2.8.6",

0 commit comments

Comments
 (0)