Skip to content

Commit

Permalink
chore(deps): update dependency argon2 to ^0.40.0 (#794)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [argon2](https://github.com/ranisalt/node-argon2) | [`^0.31.2` -> `^0.40.0`](https://renovatebot.com/diffs/npm/argon2/0.31.2/0.40.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/argon2/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/argon2/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/argon2/0.31.2/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/argon2/0.31.2/0.40.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/node-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent e7a6509 commit 7f436e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/argon2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.39",
"argon2": "^0.31.2",
"argon2": "^0.40.0",
"cross-env": "^7.0.3"
}
}
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ __metadata:
resolution: "@node-rs/argon2@workspace:packages/argon2"
dependencies:
"@napi-rs/cli": "npm:^3.0.0-alpha.39"
argon2: "npm:^0.31.2"
argon2: "npm:^0.40.0"
cross-env: "npm:^7.0.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2400,14 +2400,15 @@ __metadata:
languageName: node
linkType: hard

"argon2@npm:^0.31.2":
version: 0.31.2
resolution: "argon2@npm:0.31.2"
"argon2@npm:^0.40.0":
version: 0.40.1
resolution: "argon2@npm:0.40.1"
dependencies:
"@mapbox/node-pre-gyp": "npm:^1.0.11"
"@phc/format": "npm:^1.0.0"
node-addon-api: "npm:^7.0.0"
checksum: 10c0/2452e0e7e3f80a9af42e5bbd40b6d4370fb210d9f23011e6baae0fc56225bb0adf1ddefcf634afac3d0cc7934118b07884a650a4ed3bc958c37942ff7ee6bcb0
node-addon-api: "npm:^7.1.0"
node-gyp: "npm:latest"
node-gyp-build: "npm:^4.8.0"
checksum: 10c0/b2fb46953e4bf8571f67160e2a6976d2e36d412bc6042d18b33f770088dbcf77b895f7dc6c5e144556fe0e5d83b715d60998eafeb0a9ddfbd648fb956e101f36
languageName: node
linkType: hard

Expand Down Expand Up @@ -6831,7 +6832,7 @@ __metadata:
languageName: node
linkType: hard

"node-addon-api@npm:^7.0.0":
"node-addon-api@npm:^7.1.0":
version: 7.1.0
resolution: "node-addon-api@npm:7.1.0"
dependencies:
Expand Down Expand Up @@ -6868,7 +6869,7 @@ __metadata:
languageName: node
linkType: hard

"node-gyp-build@npm:^4.2.2":
"node-gyp-build@npm:^4.2.2, node-gyp-build@npm:^4.8.0":
version: 4.8.0
resolution: "node-gyp-build@npm:4.8.0"
bin:
Expand Down

0 comments on commit 7f436e8

Please sign in to comment.