-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Node 18 + qs dependency fixes for Snyk #249
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f144ef4
fix: added npmrc to enforce node18. fixed dns resolution so we can us…
lostinauth0 0467426
fix: override qs package locks. added sample .env
lostinauth0 29949e7
chore: added a start-local target in package.json that sources .env
lostinauth0 138ace2
Update .env.vivaldi.sample
lostinauth0 b8f03cc
Update .npmrc
lostinauth0 e3336b9
revert package-lock.json
lostinauth0 6adc3f5
revert package-lock.json
lostinauth0 6807e45
fix: package-lock generated for qs overrides
lostinauth0 ec262fd
fix: replaced request with axios
lostinauth0 46f1e34
fix: removed connect-multiparty dependency. Using multer instead
lostinauth0 3db7bc7
fix: removing unnecessary overrides in package.json
lostinauth0 fa1711f
fix: removed dependency on custom nconf, moved to latest
lostinauth0 627b2af
fix: fixed 404 handling in connector-setup/index.js
lostinauth0 db0a752
fix: fixed some error handling around reponse status codes.
lostinauth0 567dbb3
fix: updated nvmrc to use 18+
lostinauth0 ebea21c
remove requirement for node18
lostinauth0 c2b1921
added mock LDAP server. Small code changes to make connector work in …
lostinauth0 0d2267c
fix: bumping minor release
lostinauth0 881c90a
fix: fixed dependencies for snyk vulnerabilities
lostinauth0 ea47a78
fix: more package updates
lostinauth0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ad-ldap-connector", | ||
"version": "6.1.9", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. would be nice to have this happen automatically |
||
"version": "6.2.0", | ||
"description": "ADLDAP Federation Connector", | ||
"main": "server.js", | ||
"scripts": { | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to update https://github.com/auth0/ad-ldap-connector/blob/master/.nvmrc to reflect node 18?