Skip to content

Commit 3db9051

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 3db9051

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,20 +33,20 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/backend-common": "workspace:^",
37-
"@backstage/backend-plugin-api": "workspace:^",
36+
"@backstage/backend-common": "0.25.0",
37+
"@backstage/backend-plugin-api": "1.6.1",
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.5.0",
4343
"@types/express": "^4.17.6",
4444
"badge-maker": "^3.3.0",
4545
"cors": "^2.8.5",
4646
"express": "^4.17.1",
4747
"express-promise-router": "^4.1.0",
4848
"knex": "^2.4.2",
49-
"lodash": "^4.17.21",
49+
"lodash": "^4.17.23",
5050
"supertest": "^6.3.3",
5151
"uuid": "^9.0.0",
5252
"winston": "^3.2.1",

0 commit comments

Comments
 (0)