Skip to content

Commit 7b2f441

Browse files
authored
fix: plugins/catalog-backend-module-bitbucket-server/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 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 7b2f441

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"clean": "backstage-cli package clean"
4545
},
4646
"dependencies": {
47-
"@backstage/backend-common": "workspace:^",
48-
"@backstage/backend-plugin-api": "workspace:^",
47+
"@backstage/backend-common": "0.24.1",
48+
"@backstage/backend-plugin-api": "1.6.1",
4949
"@backstage/backend-tasks": "workspace:^",
50-
"@backstage/catalog-model": "workspace:^",
50+
"@backstage/catalog-model": "0.1.1",
5151
"@backstage/config": "workspace:^",
5252
"@backstage/errors": "workspace:^",
53-
"@backstage/integration": "workspace:^",
54-
"@backstage/plugin-catalog-node": "workspace:^",
53+
"@backstage/integration": "0.1.0",
54+
"@backstage/plugin-catalog-node": "1.13.0",
5555
"@types/node-fetch": "^2.5.12",
5656
"node-fetch": "^2.6.7",
5757
"uuid": "^8.0.0",

0 commit comments

Comments
 (0)