diff options
author | Vitaly Takmazov | 2020-09-10 21:24:31 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | cac4df4e336fa3b69c54d4608e5f898b3894536d (patch) | |
tree | 3b7647ce72fc573cf2c908534f2719f8b94c7878 /backup/package.json | |
parent | e85af4fee2bbf479f3c7cf344be2a3fc6464fafe (diff) |
[backup] Update deps
Diffstat (limited to 'backup/package.json')
-rw-r--r-- | backup/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backup/package.json b/backup/package.json index dc5ab0bd..740085b6 100644 --- a/backup/package.json +++ b/backup/package.json @@ -13,8 +13,8 @@ "private": true, "license": "MIT", "dependencies": { - "lodash": "^4.15.0", - "minimist": "^1.2.0", + "lodash": "^4.17.20", + "minimist": "^1.2.5", "node-fetch": "^2.6.1" } } |