Skip to content

Commit

Permalink
Merge pull request #80 from auth0/node-18
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Oct 27, 2022
2 parents 5f034dd + 304db08 commit f7d2349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/access-token-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"jose": "^4.9.2"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"typescript": "^4.5.4"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/express-oauth2-jwt-bearer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"jose": "^4.9.2"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": "^12.19.0 || ^14.15.0 || ^16.13.0 || ^18.12.0"
}
}

0 comments on commit f7d2349

Please sign in to comment.