Skip to content

Commit 3e58780

Browse files
committed
fix: plugins/lighthouse-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 3e58780

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/lighthouse-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"url": "https://github.com/backstage/backstage/issues"
3939
},
4040
"dependencies": {
41-
"@backstage/backend-common": "workspace:^",
41+
"@backstage/backend-common": "0.24.1",
4242
"@backstage/backend-plugin-api": "workspace:^",
4343
"@backstage/backend-tasks": "workspace:^",
44-
"@backstage/catalog-client": "workspace:^",
44+
"@backstage/catalog-client": "0.2.0",
4545
"@backstage/catalog-model": "workspace:^",
4646
"@backstage/config": "workspace:^",
47-
"@backstage/plugin-catalog-node": "workspace:^",
48-
"@backstage/plugin-lighthouse-common": "workspace:^",
47+
"@backstage/plugin-catalog-node": "1.0.0",
48+
"@backstage/plugin-lighthouse-common": "0.1.0",
4949
"@backstage/types": "workspace:^",
5050
"winston": "^3.2.1"
5151
},

0 commit comments

Comments
 (0)