Skip to content

Commit c8a7ca1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
],
3030
"dependencies": {
3131
"@backstage/backend-plugin-api": "workspace:^",
32-
"@backstage/catalog-model": "workspace:^",
33-
"@backstage/plugin-auth-node": "workspace:^",
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)