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 | |
parent | e85af4fee2bbf479f3c7cf344be2a3fc6464fafe (diff) |
[backup] Update deps
-rw-r--r-- | backup/package.json | 4 | ||||
-rw-r--r-- | backup/yarn.lock | 4 |
2 files changed, 4 insertions, 4 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" } } diff --git a/backup/yarn.lock b/backup/yarn.lock index 84c80159..8fd2b5a7 100644 --- a/backup/yarn.lock +++ b/backup/yarn.lock @@ -2,12 +2,12 @@ # yarn lockfile v1 -lodash@^4.15.0: +lodash@^4.17.20: version "4.17.20" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== -minimist@^1.2.0: +minimist@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |