Skip to content

Commit e640038

Browse files
committed
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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit e640038

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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:^",
47+
"@backstage/backend-common": "0.24.1",
4848
"@backstage/backend-plugin-api": "workspace:^",
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:^",
5353
"@backstage/integration": "workspace:^",
54-
"@backstage/plugin-catalog-node": "workspace:^",
54+
"@backstage/plugin-catalog-node": "1.0.0",
5555
"@types/node-fetch": "^2.5.12",
5656
"node-fetch": "^2.6.7",
5757
"uuid": "^8.0.0",

0 commit comments

Comments
 (0)