Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Merge pull request #26 from pilcrowOnPaper/fix-node-rs-dependecy
Browse files Browse the repository at this point in the history
Fix `@node-rs/argon2` and `@node-rs/bcrypt` issues
  • Loading branch information
pilcrowonpaper authored Jan 29, 2024
2 parents c7daca7 + 870df7d commit 3d7134c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## 1.0.3

- Pin `@node-rs/argon2` and `@node-rs/bcrypt` versions [#26](https://github.com/pilcrowOnPaper/oslo/pull/26)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oslo",
"type": "module",
"version": "1.0.2",
"version": "1.0.3",
"description": "A collection of auth-related utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -89,7 +89,7 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@node-rs/argon2": "1.7.2",
"@node-rs/bcrypt": "1.9.2"
"@node-rs/argon2": "1.7.0",
"@node-rs/bcrypt": "1.9.0"
}
}

0 comments on commit 3d7134c

Please sign in to comment.