Skip to content

Commit d649ff1

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/todo-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
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",
42-
"express": "^4.17.1",
42+
"express": "^4.22.0",
4343
"express-promise-router": "^4.1.0",
4444
"leasot": "^12.0.0",
4545
"winston": "^3.2.1",

0 commit comments

Comments
 (0)