Bump got from 12.0.1 to 12.0.3

Bumps [got](https://github.com/sindresorhus/got) from 12.0.1 to 12.0.3.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v12.0.1...v12.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-01 01:33:11 +00:00
committed by GitHub
parent 3f943b86c9
commit 1fcd0f0cda
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
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.1",
"got": "^12.0.3",
"nodemon": "^2.0.15",
"zod": "^3.13.4"
},
@@ -3792,11 +3792,11 @@
}
},
"node_modules/got": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.1.tgz",
"integrity": "sha512-1Zhoh+lDej3t7Ks1BP/Jufn+rNqdiHQgUOcTxHzg2Dao1LQfp5S4Iq0T3iBxN4Zdo7QqCJL+WJUNzDX6rCP2Ew==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.3.tgz",
"integrity": "sha512-hmdcXi/S0gcAtDg4P8j/rM7+j3o1Aq6bXhjxkDhRY2ipe7PHpvx/14DgTY2czHOLaGeU8VRvRecidwfu9qdFug==",
"dependencies": {
"@sindresorhus/is": "^4.2.0",
"@sindresorhus/is": "^4.6.0",
"@szmarczak/http-timer": "^5.0.1",
"@types/cacheable-request": "^6.0.2",
"@types/responselike": "^1.0.0",
@@ -3805,7 +3805,7 @@
"decompress-response": "^6.0.0",
"form-data-encoder": "1.7.1",
"get-stream": "^6.0.1",
"http2-wrapper": "^2.1.9",
"http2-wrapper": "^2.1.10",
"lowercase-keys": "^3.0.0",
"p-cancelable": "^3.0.0",
"responselike": "^2.0.0"
@@ -10369,11 +10369,11 @@
}
},
"got": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.1.tgz",
"integrity": "sha512-1Zhoh+lDej3t7Ks1BP/Jufn+rNqdiHQgUOcTxHzg2Dao1LQfp5S4Iq0T3iBxN4Zdo7QqCJL+WJUNzDX6rCP2Ew==",
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/got/-/got-12.0.3.tgz",
"integrity": "sha512-hmdcXi/S0gcAtDg4P8j/rM7+j3o1Aq6bXhjxkDhRY2ipe7PHpvx/14DgTY2czHOLaGeU8VRvRecidwfu9qdFug==",
"requires": {
"@sindresorhus/is": "^4.2.0",
"@sindresorhus/is": "^4.6.0",
"@szmarczak/http-timer": "^5.0.1",
"@types/cacheable-request": "^6.0.2",
"@types/responselike": "^1.0.0",
@@ -10382,7 +10382,7 @@
"decompress-response": "^6.0.0",
"form-data-encoder": "1.7.1",
"get-stream": "^6.0.1",
"http2-wrapper": "^2.1.9",
"http2-wrapper": "^2.1.10",
"lowercase-keys": "^3.0.0",
"p-cancelable": "^3.0.0",
"responselike": "^2.0.0"

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.1",
"got": "^12.0.3",
"nodemon": "^2.0.15",
"zod": "^3.13.4"
},