aboutsummaryrefslogtreecommitdiff
path: root/backup/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-10 20:56:46 +0000
committerGravatar Vitaly Takmazov2023-06-14 06:16:56 +0300
commitaa7e5ae3000d0071d897baf765929bf1540cc6a9 (patch)
tree3bc16368356930472a8d15ccf2aaf18a41116705 /backup/package.json
parente77eedffa565a9b6b6267fe0eff7533e6ca3b577 (diff)
[backup] Bump minimist from 1.2.6 to 1.2.8
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.6 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.6...v1.2.8)
Diffstat (limited to 'backup/package.json')
-rw-r--r--backup/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup/package.json b/backup/package.json
index fbe29b35..bc0600b9 100644
--- a/backup/package.json
+++ b/backup/package.json
@@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
- "minimist": "^1.2.6",
+ "minimist": "^1.2.8",
"node-fetch": "^3.2.10"
}
}