Skip to content

Commit ab8f17c

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-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent dcd7e16 commit ab8f17c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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:^",
54+
"@backstage/backend-common": "0.24.1",
5555
"@backstage/backend-plugin-api": "workspace:^",
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.0.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)