Skip to content

Commit 3119992

Browse files
authored
fix: plugins/catalog-backend-module-unprocessed/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMIDABLE-9788127
1 parent dcd7e16 commit 3119992

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/catalog-backend-module-unprocessed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"dist"
2929
],
3030
"dependencies": {
31-
"@backstage/backend-plugin-api": "workspace:^",
32-
"@backstage/catalog-model": "workspace:^",
33-
"@backstage/plugin-auth-node": "workspace:^",
31+
"@backstage/backend-plugin-api": "0.6.19",
32+
"@backstage/catalog-model": "0.1.1",
33+
"@backstage/plugin-auth-node": "0.5.0",
3434
"express-promise-router": "^4.1.1",
3535
"knex": "^2.4.2"
3636
}

0 commit comments

Comments
 (0)