Skip to content

Commit 4bd708e

Browse files
committed
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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 4bd708e

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.0.0",
4343
"@backstage/types": "workspace:^",
4444
"lodash": "^4.17.21",
4545
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)