update-scanner: automatic update
All checks were successful
continuous-integration/drone/push Build is passing

@sapphirecode/encoding-helper: 1.0.48 ==> 1.0.49 minor
@sapphirecode/eslint-config: 2.1.15 ==> 2.1.16 minor
This commit is contained in:
Timo Hocker 2020-07-19 15:02:11 +02:00
parent e84f29b28d
commit 33969ab555
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/password-helper",
"version": "1.0.46",
"version": "1.0.47",
"main": "index.js",
"author": {
"name": "Timo Hocker",
@ -42,4 +42,4 @@
"argon2",
"hashing"
]
}
}

View File

@ -258,14 +258,14 @@
safe-buffer "^5.1.2"
"@sapphirecode/encoding-helper@^1.0.38":
version "1.0.48"
resolved "https://registry.yarnpkg.com/@sapphirecode/encoding-helper/-/encoding-helper-1.0.48.tgz#abb6b931a8aa5045847221d640893cdadee43419"
integrity sha512-2Tk3wBg4r+WtCRUJYKyo8Igp8EIJ+CPiiutWYZR8UlSufiaUPovFLau6jmWDPpt/WwxV5cmQpAbY6Kg9gI7SeA==
version "1.0.49"
resolved "https://registry.yarnpkg.com/@sapphirecode/encoding-helper/-/encoding-helper-1.0.49.tgz#cb5389ff3b469910b4067b5b0487e99c55320424"
integrity sha512-iMgBXnXPFDuPlWJdECap+VIAwrkN0wAUK/ah4V5xJM1jmUhCHjqORv75bhkmPY+92DeusZaxBnQkC1hboeTW7A==
"@sapphirecode/eslint-config@^2.1.4":
version "2.1.15"
resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config/-/eslint-config-2.1.15.tgz#663e933d5a76141dcb535cff5e20f6f626678c4f"
integrity sha512-CxBCKH8wkmrdhdlZaRLC7ehmQD3WBiP4TvD9j3tDamSkHYmqGloYabjBjrzgfcSFDgD5DYWA3B44xm5e/R3XIQ==
version "2.1.16"
resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config/-/eslint-config-2.1.16.tgz#5c9c345665571b6b106645b38efd920baf8d210f"
integrity sha512-rUFnxmyYEMEXiw5lDGgtxcGNwKmbr8+P+wXpMVe+1vRnnaOT487aZtLrw7DIDQzygabWuhajHlrdIKck1molUg==
dependencies:
eslint-plugin-node "^11.1.0"
eslint-plugin-sort-requires-by-path "^1.0.2"