Skip to content

Commit 2e3091b

Browse files
committed
fix: plugins/catalog-backend-module-ldap/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 2e3091b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"start": "backstage-cli package start"
3333
},
3434
"dependencies": {
35-
"@backstage/backend-tasks": "workspace:^",
36-
"@backstage/catalog-model": "workspace:^",
35+
"@backstage/backend-tasks": "0.6.1",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/config": "workspace:^",
3838
"@backstage/errors": "workspace:^",
39-
"@backstage/plugin-catalog-common": "workspace:^",
40-
"@backstage/plugin-catalog-node": "workspace:^",
39+
"@backstage/plugin-catalog-common": "0.1.0",
40+
"@backstage/plugin-catalog-node": "1.0.0",
4141
"@backstage/types": "workspace:^",
4242
"@types/ldapjs": "^2.2.0",
4343
"ldapjs": "^2.2.0",

0 commit comments

Comments
 (0)