Skip to content

Bump path-to-regexp and express in /examples/users-api #798

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

Closed
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
595 changes: 352 additions & 243 deletions examples/users-api/package-lock.json
2 changes: 1 addition & 1 deletion examples/users-api/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.19.2",
"express": "^4.21.2",
"express-oauth2-jwt-bearer": "^1.2.0"
}
}

Unchanged files with check annotations Beta

const user = await client.getUser();
dispatch({ type: 'LOGIN_POPUP_COMPLETE', user });
},
[client]

Check warning on line 201 in src/auth0-provider.tsx

GitHub Actions / BrowserStack Tests

React Hook useCallback has a missing dependency: 'handleError'. Either include it or remove the dependency array

Check warning on line 201 in src/auth0-provider.tsx

GitHub Actions / Build Package

React Hook useCallback has a missing dependency: 'handleError'. Either include it or remove the dependency array
);
const logout = useCallback(