Skip to content

Commit cafda6c

Browse files
committed
fix: plugins/techdocs-node/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 cafda6c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/techdocs-node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
"@aws-sdk/types": "^3.347.0",
4747
"@azure/identity": "^3.2.1",
4848
"@azure/storage-blob": "^12.5.0",
49-
"@backstage/backend-common": "workspace:^",
50-
"@backstage/catalog-model": "workspace:^",
49+
"@backstage/backend-common": "0.24.1",
50+
"@backstage/catalog-model": "0.1.1",
5151
"@backstage/config": "workspace:^",
5252
"@backstage/errors": "workspace:^",
5353
"@backstage/integration": "workspace:^",
5454
"@backstage/integration-aws-node": "workspace:^",
55-
"@backstage/plugin-search-common": "workspace:^",
55+
"@backstage/plugin-search-common": "0.3.1",
5656
"@google-cloud/storage": "^6.0.0",
57-
"@trendyol-js/openstack-swift-sdk": "^0.0.6",
57+
"@trendyol-js/openstack-swift-sdk": "^0.0.7",
5858
"@types/express": "^4.17.6",
59-
"express": "^4.17.1",
59+
"express": "^4.22.0",
6060
"fs-extra": "10.1.0",
6161
"git-url-parse": "^13.0.0",
6262
"hpagent": "^1.2.0",

0 commit comments

Comments
 (0)