Skip to content

Commit 1908a03

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-AJV-15274295
1 parent c67ec7f commit 1908a03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/todo-backend/package.json

Lines changed: 5 additions & 5 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:^",
32+
"@backstage/backend-common": "0.24.1",
33+
"@backstage/backend-openapi-utils": "0.0.1",
3434
"@backstage/backend-plugin-api": "workspace:^",
35-
"@backstage/catalog-client": "workspace:^",
36-
"@backstage/catalog-model": "workspace:^",
35+
"@backstage/catalog-client": "0.2.0",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/config": "workspace:^",
3838
"@backstage/errors": "workspace:^",
3939
"@backstage/integration": "workspace:^",
40-
"@backstage/plugin-catalog-node": "workspace:^",
40+
"@backstage/plugin-catalog-node": "1.0.0",
4141
"@types/express": "^4.17.6",
4242
"express": "^4.17.1",
4343
"express-promise-router": "^4.1.0",

0 commit comments

Comments
 (0)