Skip to content

Commit 15d9f06

Browse files
committed
fix: plugins/catalog-backend-module-bitbucket-cloud/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 15d9f06

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"dependencies": {
4848
"@backstage/backend-common": "workspace:^",
4949
"@backstage/backend-plugin-api": "workspace:^",
50-
"@backstage/backend-tasks": "workspace:^",
50+
"@backstage/backend-tasks": "0.6.1",
5151
"@backstage/catalog-client": "workspace:^",
52-
"@backstage/catalog-model": "workspace:^",
52+
"@backstage/catalog-model": "0.1.1",
5353
"@backstage/config": "workspace:^",
5454
"@backstage/integration": "workspace:^",
55-
"@backstage/plugin-bitbucket-cloud-common": "workspace:^",
56-
"@backstage/plugin-catalog-common": "workspace:^",
57-
"@backstage/plugin-catalog-node": "workspace:^",
55+
"@backstage/plugin-bitbucket-cloud-common": "0.1.0",
56+
"@backstage/plugin-catalog-common": "0.1.0",
57+
"@backstage/plugin-catalog-node": "1.0.0",
5858
"@backstage/plugin-events-node": "workspace:^",
5959
"uuid": "^8.0.0",
6060
"winston": "^3.2.1"

0 commit comments

Comments
 (0)