Skip to content

Commit 6e65844

Browse files
authored
fix: plugins/catalog-backend-module-aws/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit 6e65844

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/catalog-backend-module-aws/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
"@aws-sdk/credential-providers": "^3.350.0",
5252
"@aws-sdk/middleware-endpoint": "^3.347.0",
5353
"@aws-sdk/types": "^3.347.0",
54-
"@backstage/backend-common": "workspace:^",
55-
"@backstage/backend-plugin-api": "workspace:^",
54+
"@backstage/backend-common": "0.24.1",
55+
"@backstage/backend-plugin-api": "1.6.1",
5656
"@backstage/backend-tasks": "workspace:^",
57-
"@backstage/catalog-model": "workspace:^",
57+
"@backstage/catalog-model": "0.1.1",
5858
"@backstage/config": "workspace:^",
5959
"@backstage/errors": "workspace:^",
6060
"@backstage/integration": "workspace:^",
6161
"@backstage/integration-aws-node": "workspace:^",
6262
"@backstage/plugin-catalog-common": "workspace:^",
63-
"@backstage/plugin-catalog-node": "workspace:^",
64-
"@backstage/plugin-kubernetes-common": "workspace:^",
63+
"@backstage/plugin-catalog-node": "1.13.0",
64+
"@backstage/plugin-kubernetes-common": "0.1.0",
6565
"@backstage/types": "workspace:^",
6666
"lodash": "^4.17.21",
6767
"p-limit": "^3.0.2",

0 commit comments

Comments
 (0)