Skip to content

Commit

Permalink
disable ldap update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Apr 4, 2024
1 parent 7815c20 commit 0659646
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 80 deletions.
4 changes: 2 additions & 2 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fastify-graceful-shutdown": "3.5.3",
"fastify-plugin": "4.5.1",
"ioredis": "5.3.2",
"ldapjs": "3.0.7",
"ldapjs": "2.3.3",
"nanoid": "5.0.6",
"svg-captcha": "1.4.0",
"pino-pretty": "10.3.1",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/asn1": "0.2.4",
"@types/ldapjs": "3.0.6",
"@types/ldapjs": "2.2.5",
"@types/nodemailer": "6.4.14",
"@types/qrcode": "1.5.5",
"@types/speakeasy": "2.0.10"
Expand Down
96 changes: 18 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"@uiw/react-codemirror"
],
"enabled": false
},
{
"matchPackagePatterns": [
"ldapjs",
"@types/ldapjs"
],
"enabled": false
}
]
}

0 comments on commit 0659646

Please sign in to comment.