Skip to content

Commit

Permalink
build(deps): Bump argon2 from 0.41.0 to 0.41.1 (#1692)
Browse files Browse the repository at this point in the history
Bumps [argon2](https://github.com/ranisalt/node-argon2) from 0.41.0 to 0.41.1.
- [Release notes](https://github.com/ranisalt/node-argon2/releases)
- [Commits](ranisalt/node-argon2@v0.41.0...v0.41.1)

---
updated-dependencies:
- dependency-name: argon2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent d060e05 commit afebc3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/socketio": "^4.5.18",
"@line/bot-sdk": "^9.2.2",
"argon2": "^0.41.0",
"argon2": "^0.41.1",
"azure-cognitiveservices-websearch": "^2.0.0",
"cls-hooked": "^4.2.2",
"compression": "^1.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2661,10 +2661,10 @@ arg@^4.1.0:
resolved "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==

argon2@^0.41.0:
version "0.41.0"
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.41.0.tgz#d7cde834dac1300a03abf8ed9a725e14f61c2508"
integrity sha512-3LEs/lMujSxvzMdKeF4pf41zPMVctpXLvAzrOcfi2clrULeNCNwaAIjMTKKnC8iU+g48+LnH2XbGwh1P/5pwHg==
argon2@^0.41.1:
version "0.41.1"
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.41.1.tgz#30ce6b013e273bc7e92c558d40e66d35e5e8c63b"
integrity sha512-dqCW8kJXke8Ik+McUcMDltrbuAWETPyU6iq+4AhxqKphWi7pChB/Zgd/Tp/o8xRLbg8ksMj46F/vph9wnxpTzQ==
dependencies:
"@phc/format" "^1.0.0"
node-addon-api "^8.1.0"
Expand Down

0 comments on commit afebc3b

Please sign in to comment.