Skip to content

Commit

Permalink
Bump @types/node from 18.15.13 to 20.8.9
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.13 to 20.8.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 7d78e7e commit 56d0f98
Show file tree
Hide file tree
Showing 10 changed files with 737 additions and 470 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/node": "^20.8.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@web3auth/base": "^7.0.4",
Expand Down
266 changes: 163 additions & 103 deletions single-factor-auth-web/sfa-web-auth0-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion single-factor-auth-web/sfa-web-auth0-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/node": "^20.8.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@web3auth/base": "^7.0.4",
Expand Down
133 changes: 80 additions & 53 deletions single-factor-auth-web/sfa-web-custom-jwt-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.5.3",
"@types/node": "20.8.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@web3auth/base": "^7.0.4",
Expand Down
Loading

0 comments on commit 56d0f98

Please sign in to comment.