Skip to content

Commit a5deb76

Browse files
authored
fix: plugins/catalog-backend-module-bitbucket/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 a5deb76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"start": "backstage-cli package start"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
36+
"@backstage/backend-common": "0.24.1",
3737
"@backstage/catalog-model": "workspace:^",
3838
"@backstage/config": "workspace:^",
3939
"@backstage/errors": "workspace:^",
4040
"@backstage/integration": "workspace:^",
41-
"@backstage/plugin-bitbucket-cloud-common": "workspace:^",
42-
"@backstage/plugin-catalog-node": "workspace:^",
41+
"@backstage/plugin-bitbucket-cloud-common": "0.1.0",
42+
"@backstage/plugin-catalog-node": "1.13.0",
4343
"@backstage/types": "workspace:^",
4444
"lodash": "^4.17.21",
4545
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)