Skip to content

Commit 25063d5

Browse files
authored
fix: plugins/todo-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 25063d5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/todo-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"start": "backstage-cli package start"
3030
},
3131
"dependencies": {
32-
"@backstage/backend-common": "workspace:^",
33-
"@backstage/backend-openapi-utils": "workspace:^",
34-
"@backstage/backend-plugin-api": "workspace:^",
35-
"@backstage/catalog-client": "workspace:^",
36-
"@backstage/catalog-model": "workspace:^",
32+
"@backstage/backend-common": "0.24.1",
33+
"@backstage/backend-openapi-utils": "0.0.1",
34+
"@backstage/backend-plugin-api": "1.6.1",
35+
"@backstage/catalog-client": "0.2.0",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/config": "workspace:^",
3838
"@backstage/errors": "workspace:^",
39-
"@backstage/integration": "workspace:^",
40-
"@backstage/plugin-catalog-node": "workspace:^",
39+
"@backstage/integration": "0.1.0",
40+
"@backstage/plugin-catalog-node": "1.13.0",
4141
"@types/express": "^4.17.6",
4242
"express": "^4.17.1",
4343
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)