Merge pull request #86 from actions/dependabot/npm_and_yarn/got-12.1.0

Bump got from 12.0.4 to 12.1.0
This commit is contained in:
Federico Builes
2022-05-26 10:47:20 -07:00
committed by GitHub
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"
},