Skip to content

Commit 1b69794

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
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.24.1",
28+
"@backstage/backend-plugin-api": "0.6.19",
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.6.0",
3232
"@types/express": "^4.17.6",
33-
"express": "^4.17.1",
33+
"express": "^4.22.0",
3434
"express-promise-router": "^4.1.0",
3535
"uuid": "^8.3.2",
3636
"winston": "^3.2.1",

0 commit comments

Comments
 (0)