Skip to content

Commit 2fd4ecc

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-TAR-15032660
1 parent c67ec7f commit 2fd4ecc

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.6.0",
3434
"express-promise-router": "^4.1.1",
3535
"knex": "^2.4.2"
3636
}

0 commit comments

Comments
 (0)