Skip to content

Commit 580bb13

Browse files
committed
fix: plugins/linguist-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent dcd7e16 commit 580bb13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/linguist-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/backend-plugin-api": "workspace:^",
2727
"@backstage/backend-tasks": "workspace:^",
28-
"@backstage/catalog-client": "workspace:^",
28+
"@backstage/catalog-client": "0.2.0",
2929
"@backstage/catalog-model": "workspace:^",
30-
"@backstage/config": "workspace:^",
30+
"@backstage/config": "0.1.1",
3131
"@backstage/errors": "workspace:^",
32-
"@backstage/plugin-auth-node": "workspace:^",
32+
"@backstage/plugin-auth-node": "0.5.0",
3333
"@backstage/plugin-linguist-common": "workspace:^",
3434
"@backstage/types": "workspace:^",
3535
"@types/express": "*",

0 commit comments

Comments
 (0)