Skip to content

Commit

Permalink
Upgrade workos-node to v7.37.1 (#188)
Browse files Browse the repository at this point in the history
v7.37.1 of workos-node fixes issue where worker code was importing
Node's crypto library.

Fixes #187
  • Loading branch information
nicknisi authored Jan 21, 2025
1 parent a21db78 commit 7f492dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format": "prettier \"{src,__tests__}/**/*.{js,ts,tsx}\" --write"
},
"dependencies": {
"@workos-inc/node": "^7.37.0",
"@workos-inc/node": "^7.37.1",
"iron-session": "^8.0.1",
"jose": "^5.2.3",
"path-to-regexp": "^6.2.2"
Expand Down

0 comments on commit 7f492dc

Please sign in to comment.