Skip to content

Commit 67416b7

Browse files
fix(deps): update dependency argon2 to v0.30.3 (#5937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e266db commit 67416b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"dependencies": {
9090
"@coder/logger": "^3.0.0",
91-
"argon2": "0.30.2",
91+
"argon2": "0.30.3",
9292
"compression": "^1.7.4",
9393
"cookie-parser": "^1.4.5",
9494
"env-paths": "^2.2.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ arg@^4.1.0:
505505
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
506506
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
507507

508-
509-
version "0.30.2"
510-
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.30.2.tgz#b308a039d6d0cda5a3c47cbddd12685f033c33fa"
511-
integrity sha512-RBbXTUsrJUQH259/72CCJxQa0hV961pV4PyZ7R1czGkArSsQP4DToCS2axmNfHywXaBNEMPWMW6rM82EArulYA==
508+
509+
version "0.30.3"
510+
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.30.3.tgz#795ca57acad76fc67dd5695732662a03018b84ed"
511+
integrity sha512-DoH/kv8c9127ueJSBxAVJXinW9+EuPA3EMUxoV2sAY1qDE5H9BjTyVF/aD2XyHqbqUWabgBkIfcP3ZZuGhbJdg==
512512
dependencies:
513513
"@mapbox/node-pre-gyp" "^1.0.10"
514514
"@phc/format" "^1.0.0"

0 commit comments

Comments
 (0)