Skip to content

Commit 35de6ae

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit 35de6ae

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": "1.6.1",
32+
"@backstage/catalog-model": "0.1.1",
33+
"@backstage/plugin-auth-node": "0.5.2",
3434
"express-promise-router": "^4.1.1",
3535
"knex": "^2.4.2"
3636
}

0 commit comments

Comments
 (0)