update-scanner: automatic update

@scode/encoding-helper: 1.0.16 ==> 1.0.17 minor
@scode/eslint-config: 2.0.6 ==> 2.0.7 minor
argon2: 0.26.1 ==> 0.26.2 minor
This commit is contained in:
Timo Hocker 2020-04-09 09:47:17 +02:00
parent 3c05902eb5
commit 8b156a7249

View File

@ -258,14 +258,14 @@
safe-buffer "^5.1.2" safe-buffer "^5.1.2"
"@scode/encoding-helper@^1.0.10": "@scode/encoding-helper@^1.0.10":
version "1.0.16" version "1.0.17"
resolved "https://npm.scode.ovh/@scode%2fencoding-helper/-/encoding-helper-1.0.16.tgz#878c7a3c9bac97e069c08f1079e649f2d2b46b4d" resolved "https://npm.scode.ovh/@scode%2fencoding-helper/-/encoding-helper-1.0.17.tgz#8afc2c473384dfcedeabf966de38c2425229f24b"
integrity sha512-VoV3SkeiDarM2GOOYUTn2ipKDLjehYKHVMCECxZvlkoSMzSbJcz8eeCRFXCVsn9Q4YDBJcr+QaYarcxGj3ZB+A== integrity sha512-w4levK1pMpHij1V0dgtc3Eo0akkgU1Oz4f5witVYG2wwujxBlpLzd3WpFvSEjdAfvEWqHy6wXGl8vlrjKcXmYg==
"@scode/eslint-config@^2.0.2": "@scode/eslint-config@^2.0.2":
version "2.0.6" version "2.0.7"
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.6.tgz#0cf4d4a7776103ef7debac37dcc202ef8644f1a4" resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.7.tgz#8f9730d28aa85cf3007bbace7da3094f2eaa862b"
integrity sha512-+QTZicBzgEUHqXI2aL6YFSkurN/rh5k4Fcw/0b7ZB1J2wUwXV18xiBoWR+fX4RmMIhNdwedeNmMdxXxIx21SWA== integrity sha512-7+g50HTN5jOURC5pT0eYQT96YSL2EtK7BDqJL8wfa9ZUhg3nYs0wPubZ/Ei9e2eqyUvcKxAdLBizMCe0Zu41AA==
dependencies: dependencies:
eslint-plugin-jsdoc "22" eslint-plugin-jsdoc "22"
eslint-plugin-node "^11.0.0" eslint-plugin-node "^11.0.0"
@ -363,9 +363,9 @@
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
"@types/node@*": "@types/node@*":
version "13.11.0" version "13.11.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.0.tgz#390ea202539c61c8fa6ba4428b57e05bc36dc47b" resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
integrity sha512-uM4mnmsIIPK/yeO+42F2RQhGUIs39K2RFmugcJANppXe6J1nvH87PvzPZYpza7Xhhs8Yn9yIAVdLZ84z61+0xQ== integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
"@types/normalize-package-data@^2.4.0": "@types/normalize-package-data@^2.4.0":
version "2.4.0" version "2.4.0"
@ -488,9 +488,9 @@ are-we-there-yet@~1.1.2:
readable-stream "^2.0.6" readable-stream "^2.0.6"
argon2@^0.26.1: argon2@^0.26.1:
version "0.26.1" version "0.26.2"
resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.26.1.tgz#f8c86cc36ee1d01f44e5ce293432ccb0d42ad325" resolved "https://registry.yarnpkg.com/argon2/-/argon2-0.26.2.tgz#16c62637f79f8511d666c9a824dd991aa3a7731c"
integrity sha512-+FjoQcUrIjlSSZzdFgcejb9q3/bN8kegWfmu4KrnZ0GVPRpP/crnXTdoqV2TBORMyFqzYb3S6zqrZHy7m5VtVA== integrity sha512-Tk9I/r3KIHCIHU5x2UawKsPi+g7MByAYnUZghXztQDXRp/997P31wa4qvdvokTaFBpsu6jOZACd+2qkBGGssRA==
dependencies: dependencies:
"@phc/format" "^0.5.0" "@phc/format" "^0.5.0"
node-addon-api "^2.0.0" node-addon-api "^2.0.0"