Bump got from 12.0.4 to 12.1.0

Bumps [got](https://github.com/sindresorhus/got) from 12.0.4 to 12.1.0.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v12.0.4...v12.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2022-05-26 03:00:11 +00:00
committed by GitHub
parent 737f9b3a71
commit b3375e0be4
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -14,7 +14,7 @@
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^2.1.0",
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"zod": "^3.17.3"
},
@@ -3724,9 +3724,9 @@
}
},
"node_modules/got": {
"version": "12.0.4",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.4.tgz",
"integrity": "sha512-2Eyz4iU/ktq7wtMFXxzK7g5p35uNYLLdiZarZ5/Yn3IJlNEpBd5+dCgcAyxN8/8guZLszffwe3wVyw+DEVrpBg==",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.1.0.tgz",
"integrity": "sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==",
"dependencies": {
"@sindresorhus/is": "^4.6.0",
"@szmarczak/http-timer": "^5.0.1",
@@ -10278,9 +10278,9 @@
}
},
"got": {
"version": "12.0.4",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.4.tgz",
"integrity": "sha512-2Eyz4iU/ktq7wtMFXxzK7g5p35uNYLLdiZarZ5/Yn3IJlNEpBd5+dCgcAyxN8/8guZLszffwe3wVyw+DEVrpBg==",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.1.0.tgz",
"integrity": "sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==",
"requires": {
"@sindresorhus/is": "^4.6.0",
"@szmarczak/http-timer": "^5.0.1",
+1 -1
View File
@@ -30,7 +30,7 @@
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^2.1.0",
"ansi-styles": "^6.1.0",
"got": "^12.0.4",
"got": "^12.1.0",
"nodemon": "^2.0.16",
"zod": "^3.17.3"
},