Skip to content

Commit ee40416

Browse files
committed
fix: plugins/badges-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 ee40416

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/badges-backend/package.json

Lines changed: 3 additions & 3 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:^",
3838
"@backstage/catalog-client": "workspace:^",
39-
"@backstage/catalog-model": "workspace:^",
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.6.0",
4343
"@types/express": "^4.17.6",
4444
"badge-maker": "^3.3.0",
4545
"cors": "^2.8.5",

0 commit comments

Comments
 (0)