Bump argon2 from 0.27.2 to 0.28.1 (#6021)

Bumps [argon2](https://github.com/ranisalt/node-argon2) from 0.27.2 to 0.28.1.
- [Release notes](https://github.com/ranisalt/node-argon2/releases)
- [Commits](https://github.com/ranisalt/node-argon2/compare/v0.27.2...v0.28.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-03 11:07:52 -04:00
committed by GitHub
parent 23bbaf61b8
commit 755efeeec7
3 changed files with 13 additions and 13 deletions

View File

@@ -75,7 +75,7 @@
"@directus/schema": "9.0.0-rc.71",
"@directus/specs": "9.0.0-rc.71",
"@godaddy/terminus": "^4.7.2",
"argon2": "^0.27.0",
"argon2": "^0.28.1",
"async": "^3.2.0",
"async-mutex": "^0.3.1",
"atob": "^2.1.2",

22
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"@directus/schema": "9.0.0-rc.71",
"@directus/specs": "9.0.0-rc.71",
"@godaddy/terminus": "^4.7.2",
"argon2": "^0.27.0",
"argon2": "^0.28.1",
"async": "^3.2.0",
"async-mutex": "^0.3.1",
"atob": "^2.1.2",
@@ -11938,9 +11938,9 @@
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
},
"node_modules/argon2": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/argon2/-/argon2-0.27.2.tgz",
"integrity": "sha512-evnzS/Q9rj6ahaaCJjLDoJo9ZuXHhVL2BrBz3wFHb5/i9zAJovBuIY+5t2En7tJjhFXs4O3rUZDeGZxBiDOLwQ==",
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/argon2/-/argon2-0.28.1.tgz",
"integrity": "sha512-lhAY9v4gLNDT9ffzGLSVf2Fb5ikgYfZybn7kPHjdxCzu4VOzv/6890n6hv1Tie7UvoBTSYzRxyOzjAlx/GyFag==",
"hasInstallScript": true,
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.1",
@@ -11949,7 +11949,7 @@
"opencollective-postinstall": "^2.0.3"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
}
},
"node_modules/argparse": {
@@ -53938,7 +53938,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jest": "^26.0.22",
"argon2": "^0.27.1",
"argon2": "^0.28.1",
"dotenv": "^9.0.2",
"jest": "^27.0.3",
"jest-environment-jsdom": "^27.0.3",
@@ -58305,7 +58305,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jest": "^26.0.22",
"argon2": "^0.27.1",
"argon2": "^0.28.1",
"axios": "^0.21.1",
"dotenv": "^9.0.2",
"jest": "^27.0.3",
@@ -66402,9 +66402,9 @@
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
},
"argon2": {
"version": "0.27.2",
"resolved": "https://registry.npmjs.org/argon2/-/argon2-0.27.2.tgz",
"integrity": "sha512-evnzS/Q9rj6ahaaCJjLDoJo9ZuXHhVL2BrBz3wFHb5/i9zAJovBuIY+5t2En7tJjhFXs4O3rUZDeGZxBiDOLwQ==",
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/argon2/-/argon2-0.28.1.tgz",
"integrity": "sha512-lhAY9v4gLNDT9ffzGLSVf2Fb5ikgYfZybn7kPHjdxCzu4VOzv/6890n6hv1Tie7UvoBTSYzRxyOzjAlx/GyFag==",
"requires": {
"@mapbox/node-pre-gyp": "^1.0.1",
"@phc/format": "^1.0.0",
@@ -71001,7 +71001,7 @@
"@types/stream-json": "^1.7.0",
"@types/uuid": "^8.3.0",
"@types/uuid-validate": "^0.0.1",
"argon2": "^0.27.0",
"argon2": "^0.28.1",
"async": "^3.2.0",
"async-mutex": "^0.3.1",
"atob": "^2.1.2",

View File

@@ -51,7 +51,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jest": "^26.0.22",
"argon2": "^0.27.1",
"argon2": "^0.28.1",
"dotenv": "^9.0.2",
"jest": "^27.0.3",
"jest-environment-jsdom": "^27.0.3",