diff options
author | dependabot[bot] | 2022-04-29 07:02:45 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-06-14 06:16:56 +0300 |
commit | fd12e6cc12b914829470a34ddd36becae8c6acfd (patch) | |
tree | 9fff44325eba176e2bac7fc48e4c161f962d6305 /backup/package.json | |
parent | 19e00881810e1d68c8090bb1d414a0d3b2f958e4 (diff) |
[backup] Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
Diffstat (limited to 'backup/package.json')
-rw-r--r-- | backup/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup/package.json b/backup/package.json index 264453f2..323b9617 100644 --- a/backup/package.json +++ b/backup/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "lodash": "^4.17.21", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "node-fetch": "^3.2.4" } } |