Skip to content

Commit 740dc2e

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 740dc2e

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,21 +33,21 @@
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",
46-
"express": "^4.17.1",
46+
"express": "^4.22.0",
4747
"express-promise-router": "^4.1.0",
4848
"knex": "^2.4.2",
4949
"lodash": "^4.17.21",
50-
"supertest": "^6.3.3",
50+
"supertest": "^7.1.3",
5151
"uuid": "^9.0.0",
5252
"winston": "^3.2.1",
5353
"yn": "^4.0.0"

0 commit comments

Comments
 (0)