Skip to content

Commit c993bd9

Browse files
authored
fix: plugins/example-todo-list-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
1 parent c67ec7f commit c993bd9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/example-todo-list-backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"clean": "backstage-cli package clean"
2525
},
2626
"dependencies": {
27-
"@backstage/backend-common": "workspace:^",
28-
"@backstage/backend-plugin-api": "workspace:^",
27+
"@backstage/backend-common": "0.25.0",
28+
"@backstage/backend-plugin-api": "1.6.1",
2929
"@backstage/config": "workspace:^",
30-
"@backstage/errors": "workspace:^",
31-
"@backstage/plugin-auth-node": "workspace:^",
30+
"@backstage/errors": "0.1.1",
31+
"@backstage/plugin-auth-node": "0.5.0",
3232
"@types/express": "^4.17.6",
3333
"express": "^4.17.1",
3434
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)