1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-09-14 01:45:34 -04:00

Bump careful-downloader from 1.0.1 to 1.1.0

Bumps [careful-downloader](https://github.com/jakejarvis/careful-downloader) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/jakejarvis/careful-downloader/releases)
- [Commits](https://github.com/jakejarvis/careful-downloader/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: careful-downloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-06 15:36:15 +00:00
committed by Jake Jarvis
parent bf8f731e49
commit 36ec7bde36
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
"exports": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"careful-downloader": "^1.0.1",
"careful-downloader": "^1.1.0",
"chalk": "^4.1.2",
"read-pkg-up": "^8.0.0"
},

View File

@@ -399,10 +399,10 @@ caniuse-lite@^1.0.30001251, caniuse-lite@^1.0.30001264:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3"
integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==
careful-downloader@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/careful-downloader/-/careful-downloader-1.0.1.tgz#c13cfddf82e34a68eeda10095471b8bd87259f6c"
integrity sha512-vOwxDQxt1SWXX1lhJ+oBx4MWI4EYTfv1pSVIrJK6tEuiwRq58WjoVm8aUTF/TFLgk6pZeNzqCGRbdQiaSylJsQ==
careful-downloader@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/careful-downloader/-/careful-downloader-1.1.0.tgz#c7c64eb55631f55f2512788fa1e4e833c27728fa"
integrity sha512-BQCb7f7Qa/sR/V2lKn730DV/Li+0WV/LTnHy+x6pIfvZ6WkoG+MnStRkiuJp2reSNe5upBlIWg6iuQiKJgeq1g==
dependencies:
decompress "^4.2.1"
fs-extra "^10.0.0"