Skip to content

Commit f9aee6b

Browse files
authored
fix: plugins/badges-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-9535930
1 parent dcd7e16 commit f9aee6b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/badges-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
36+
"@backstage/backend-common": "0.24.1",
3737
"@backstage/backend-plugin-api": "workspace:^",
38-
"@backstage/catalog-client": "workspace:^",
39-
"@backstage/catalog-model": "workspace:^",
38+
"@backstage/catalog-client": "0.2.0",
39+
"@backstage/catalog-model": "0.1.1",
4040
"@backstage/config": "workspace:^",
4141
"@backstage/errors": "workspace:^",
42-
"@backstage/plugin-auth-node": "workspace:^",
42+
"@backstage/plugin-auth-node": "0.5.0",
4343
"@types/express": "^4.17.6",
4444
"badge-maker": "^3.3.0",
4545
"cors": "^2.8.5",
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@backstage/backend-test-utils": "workspace:^",
57-
"@backstage/catalog-client": "workspace:^",
57+
"@backstage/catalog-client": "0.2.0",
5858
"@backstage/cli": "workspace:^",
5959
"@types/node": "*",
6060
"cross-fetch": "^3.1.5"

0 commit comments

Comments
 (0)