1
mirror of https://github.com/jakejarvis/careful-downloader.git synced 2025-04-26 13:28:27 -04:00

📦 npm: Bump got from 12.6.0 to 13.0.0

Bumps [got](https://github.com/sindresorhus/got) from 12.6.0 to 13.0.0.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v12.6.0...v13.0.0)

---
updated-dependencies:
- dependency-name: got
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-29 04:00:08 +00:00 committed by GitHub
parent 4e59dcbc0a
commit 56c5763a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
"debug": "^4.3.4", "debug": "^4.3.4",
"decompress": "^4.2.1", "decompress": "^4.2.1",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"got": "^12.6.0", "got": "^13.0.0",
"is-path-inside": "^4.0.0", "is-path-inside": "^4.0.0",
"tempy": "^3.0.0" "tempy": "^3.0.0"
}, },

View File

@ -787,10 +787,10 @@ globals@^13.19.0:
dependencies: dependencies:
type-fest "^0.20.2" type-fest "^0.20.2"
got@^12.6.0: got@^13.0.0:
version "12.6.0" version "13.0.0"
resolved "https://registry.yarnpkg.com/got/-/got-12.6.0.tgz#8d382ee5de4432c086e83c133efdd474484f6ac7" resolved "https://registry.yarnpkg.com/got/-/got-13.0.0.tgz#a2402862cef27a5d0d1b07c0fb25d12b58175422"
integrity sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ== integrity sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==
dependencies: dependencies:
"@sindresorhus/is" "^5.2.0" "@sindresorhus/is" "^5.2.0"
"@szmarczak/http-timer" "^5.0.1" "@szmarczak/http-timer" "^5.0.1"