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

Merge master into beta, update to latest auth0-spa-js version #473

Merged
merged 8 commits into from
Jan 19, 2023

Conversation

ewanharris
Copy link
Contributor

Description

Updates the beta branch with changes on master as there are changes in places such as the users API, also updates to the latest auth0-spa-js version

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

dependabot bot and others added 6 commits December 23, 2022 14:07
)

* Bump jsonwebtoken, express-jwt and jwks-rsa in /examples/users-api

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [express-jwt](https://github.com/auth0/express-jwt) and [jwks-rsa](https://github.com/auth0/node-jwks-rsa). These dependencies need to be updated together.


Updates `jsonwebtoken` from 8.5.1 to 9.0.0
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0)

Updates `express-jwt` from 6.0.0 to 8.2.0
- [Release notes](https://github.com/auth0/express-jwt/releases)
- [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/express-jwt@v6.0.0...v8.2.0)

Updates `jwks-rsa` from 1.12.2 to 3.0.0
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jwks-rsa@v1.12.2...v3.0.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: indirect
- dependency-name: express-jwt
  dependency-type: direct:production
- dependency-name: jwks-rsa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

* fix tests II

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: adamjmcgrath <adam.mcgrath@auth0.com>
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ewanharris ewanharris requested a review from a team as a code owner January 18, 2023 10:38
@adamjmcgrath
Copy link
Contributor

What version of npm are you using? It looks like it's removed all the resolved and integrity fields from the package-lock (possibly npm/cli#4263)

@ewanharris
Copy link
Contributor Author

Eurgh yeah, I'm using 8.X. Will attempt to fix it

@ewanharris
Copy link
Contributor Author

Reverted the lockfile back to version 2 (npm 7 +8) as it seems Snyk has issues with version 3 (looks like dependencies was removed so guess they parse that)

@ewanharris ewanharris merged commit 0e5c9fe into beta Jan 19, 2023
@ewanharris ewanharris deleted the chore/update-beta branch January 19, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants