Skip to content

Commit

Permalink
v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 23, 2022
1 parent e987dec commit 81fd448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon2",
"version": "0.29.0",
"version": "0.29.1",
"description": "An Argon2 library for Node",
"main": "argon2.js",
"files": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"node-addon-api": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.7.10",
"@types/node": "^18.7.11",
"c8": "^7.12.0",
"mocha": "^10.0.0",
"node-gyp": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==

"@types/node@^18.7.10":
version "18.7.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.10.tgz#f642dc9ded1bdd8c2cd847246466e71182b0fd67"
integrity sha512-SST7B//wF7xlGoLo1IEVB0cQ4e7BgXlDk5IaPgb5s0DlYLjb4if07h8+0zbQIvahfPNXs6e7zyT0EH1MqaS+5g==
"@types/node@^18.7.11":
version "18.7.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.11.tgz#486e72cfccde88da24e1f23ff1b7d8bfb64e6250"
integrity sha512-KZhFpSLlmK/sdocfSAjqPETTMd0ug6HIMIAwkwUpU79olnZdQtMxpQP+G1wDzCH7na+FltSIhbaZuKdwZ8RDrw==

"@ungap/promise-all-settled@1.1.2":
version "1.1.2"
Expand Down

0 comments on commit 81fd448

Please sign in to comment.