Skip to content

Update dependencies, fix routing, and add Netlify config#7

Closed
Kaysahni wants to merge 214 commits into
masterfrom
4-do-something-cool
Closed

Update dependencies, fix routing, and add Netlify config#7
Kaysahni wants to merge 214 commits into
masterfrom
4-do-something-cool

Conversation

@Kaysahni

Copy link
Copy Markdown
Owner

Summary

  • Update numerous dependencies (Babel, PostCSS, Auth0 React SDK, Express, testing libraries, and more) to latest versions for security and compatibility
  • Fix routing from the address bar in production mode
  • Add Netlify deployment configuration (netlify.toml)
  • Update default audience config values and logic
  • Add GitHub issue forms and Dependabot/Semgrep CI workflows

Test plan

  • Verify the app builds and starts successfully
  • Test login/logout flow with Auth0
  • Confirm routing works correctly in production mode
  • Verify Netlify deployment with the new config

🤖 Generated with Claude Code

snyk-bot and others added 30 commits April 27, 2022 21:25
…d9f273a03be3204d741c323e10a0c2a7

[Snyk] Upgrade @babel/core from 7.17.8 to 7.17.9
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](mde/ejs@v3.1.6...v3.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/ejs-3.1.7

Bump ejs from 3.1.6 to 3.1.7 in /Sample-01
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/async-2.6.4

Bump async from 2.6.3 to 2.6.4 in /Sample-01
…8dc7accbb5ebc3d629811aa7eae0059e

[Snyk] Upgrade react-scripts from 5.0.0 to 5.0.1
Co-authored-by: Frederik Prijck <frederik.prijck@auth0.com>
Snyk has created this PR to upgrade react-router-dom from 5.3.0 to 5.3.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/auth0-quickstarts/project/1ff530e8-06db-4897-9371-2fb28e566150?utm_source=github&utm_medium=referral&page=upgrade-pr
…98f71ac4372c56d53136541e7f4bad88

[Snyk] Upgrade react-router-dom from 5.3.0 to 5.3.1
Snyk has created this PR to upgrade @auth0/auth0-react from 1.9.0 to 1.10.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/auth0-quickstarts/project/1ff530e8-06db-4897-9371-2fb28e566150?utm_source=github&utm_medium=referral&page=upgrade-pr
…6f35cf53efc3d9df8c9e2c0250fb363b

[Snyk] Upgrade @auth0/auth0-react from 1.9.0 to 1.10.0
Snyk has created this PR to upgrade autoprefixer from 10.4.4 to 10.4.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/auth0-quickstarts/project/1ff530e8-06db-4897-9371-2fb28e566150?utm_source=github&utm_medium=referral&page=upgrade-pr
…c371267314207ec9df55f58ade82f65e

[Snyk] Upgrade autoprefixer from 10.4.4 to 10.4.5
Snyk has created this PR to upgrade @babel/core from 7.17.9 to 7.17.10.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/auth0-quickstarts/project/1ff530e8-06db-4897-9371-2fb28e566150?utm_source=github&utm_medium=referral&page=upgrade-pr
…0614c0de28095f68b41a34571f5fe2a5

[Snyk] Upgrade express from 4.17.3 to 4.18.0
…a7be487d2c6808c05da505efad7537e2

[Snyk] Upgrade typescript from 4.6.3 to 4.6.4
…9be237975a72fb69490fee0521a0df5b

[Snyk] Upgrade @babel/core from 7.17.9 to 7.17.10
…9de3f2d9f753b65c71b219e049a1d87c

[Snyk] Upgrade postcss from 8.4.12 to 8.4.13
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.1 to 5.3.3.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.3/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Widcket and others added 28 commits July 13, 2023 13:30
…m_and_yarn/Sample-01/auth0/auth0-react-2.2.0

build(deps): bump @auth0/auth0-react from 2.1.0 to 2.2.0 in /Sample-01
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.5 to 5.17.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.16.5...v5.17.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/testing-library/jest-dom-5.17.0

build(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 5.17.0 in /Sample-01
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/word-wrap-1.2.4

build(deps): bump word-wrap from 1.2.3 to 1.2.4 in /Sample-01
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/babel/core-7.23.0

build(deps): bump @babel/core from 7.22.1 to 7.23.0 in /Sample-01
…uth0-samples#348)

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.2 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…samples#350)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.21...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [express-oauth2-jwt-bearer](https://github.com/auth0/node-oauth2-jwt-bearer) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/auth0/node-oauth2-jwt-bearer/releases)
- [Commits](auth0/node-oauth2-jwt-bearer@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: express-oauth2-jwt-bearer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/express-oauth2-jwt-bearer-1.6.0

build(deps): bump express-oauth2-jwt-bearer from 1.5.0 to 1.6.0 in /Sample-01
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/babel/traverse-7.23.2
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.0.0...v14.1.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/testing-library/react-14.1.0

build(deps-dev): bump @testing-library/react from 14.0.0 to 14.1.0 in /Sample-01
…/Sample-01 (auth0-samples#357)

build(deps): bump @babel/plugin-syntax-flow in /Sample-01

Bumps [@babel/plugin-syntax-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-flow) from 7.22.5 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-syntax-flow)

---
updated-dependencies:
- dependency-name: "@babel/plugin-syntax-flow"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.22.3 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-react-jsx)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-react-jsx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn/Sample-01/babel/plugin-transform-react-jsx-7.23.4

build(deps): bump @babel/plugin-transform-react-jsx from 7.22.3 to 7.23.4 in /Sample-01
…uth0-samples#359)

Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* updating default audience value

* have to escape curly brackets in React JSX
Changing duplicate {yourApiIdentifier} value when downloaded as sample app from Quickstarts
@vercel

vercel Bot commented Mar 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
auth0-react-samples Error Error Mar 25, 2026 6:04pm

@Kaysahni Kaysahni closed this Mar 25, 2026
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.