Skip to content
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

fix: update dependencies to fix Snyk reports #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"license": "MIT",
"dependencies": {
"@auth0/thumbprint": "0.0.6",
"ejs": "2.5.5",
"ejs": "^3.1.9",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reasons for major bump are documented here:

* Removed require.extensions (@mde)
* Removed legacy preprocessor include (@mde)
* Removed support for EOL Nodes 4 and 6 (@mde)

We aren't using require.extensions.
We aren't using include in our templates.
Support for Node < 12 was dropped in version 7 of node-wsfed.

"jsonwebtoken": "^9.0.0",
"saml": "^1.0.0",
"saml": "^3.0.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reasons for major bump:
1 -> 2: Require Node >= 12.
2 -> 3: Handle poorly formatted PEM files.

"xtend": "~2.0.3"
},
"devDependencies": {
Expand Down