meteor3: bcrypt 1.0.3 -> 5.1.1
The 1.x native binding was built for another Node ABI and failed to load (accounts-password silently used the pure-JS fallback) and 1.x does not compile on Node 22, which would break the Docker image build. 5.1.1 ships prebuilt Node-22 binaries and loads natively. Boot + REST smoke green.
This commit is contained in:
parent
1f1f5c697d
commit
713f1346e7
3 changed files with 466 additions and 1310 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"@cleverbeagle/dates": "^0.5.1",
|
||||
"@turf/buffer": "^5.1.5",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bcrypt": "^1.0.3",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bootstrap-carousel-swipe": "0.0.6",
|
||||
"chimp": "^0.51.1",
|
||||
"commonmark": "^0.28.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue