Skip to content

Commit a570caa

Browse files
authored
fix: plugins/techdocs-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit a570caa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/techdocs-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@
4848
"clean": "backstage-cli package clean"
4949
},
5050
"dependencies": {
51-
"@backstage/backend-common": "workspace:^",
51+
"@backstage/backend-common": "0.24.1",
5252
"@backstage/backend-plugin-api": "workspace:^",
5353
"@backstage/catalog-client": "workspace:^",
54-
"@backstage/catalog-model": "workspace:^",
54+
"@backstage/catalog-model": "0.1.1",
5555
"@backstage/config": "workspace:^",
5656
"@backstage/errors": "workspace:^",
5757
"@backstage/integration": "workspace:^",
58-
"@backstage/plugin-catalog-common": "workspace:^",
58+
"@backstage/plugin-catalog-common": "0.1.0",
5959
"@backstage/plugin-permission-common": "workspace:^",
60-
"@backstage/plugin-search-backend-module-techdocs": "workspace:^",
61-
"@backstage/plugin-search-common": "workspace:^",
60+
"@backstage/plugin-search-backend-module-techdocs": "0.4.0",
61+
"@backstage/plugin-search-common": "0.3.1",
6262
"@backstage/plugin-techdocs-node": "workspace:^",
6363
"@types/express": "^4.17.6",
6464
"dockerode": "^3.3.1",

0 commit comments

Comments
 (0)