Merge pull request #173 from actions/dependabot/npm_and_yarn/got-12.3.0

Bump got from 12.2.0 to 12.3.0
This commit is contained in:
Federico Builes
2022-07-29 14:23:49 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.0",
"ansi-styles": "^6.1.0",
"got": "^12.2.0",
"got": "^12.3.0",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.17.10"
@@ -3764,9 +3764,9 @@
}
},
"node_modules/got": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.2.0.tgz",
"integrity": "sha512-A81ll5Z8wzeCmSdIlWVMDWFKDo82v2nmOaMZDQNHKGInNqDBcle+CSb6BBiZcn/Aiefz/kSpo520WBKi9QAO/A==",
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz",
"integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==",
"dependencies": {
"@sindresorhus/is": "^5.2.0",
"@szmarczak/http-timer": "^5.0.1",
@@ -9982,9 +9982,9 @@
}
},
"got": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.2.0.tgz",
"integrity": "sha512-A81ll5Z8wzeCmSdIlWVMDWFKDo82v2nmOaMZDQNHKGInNqDBcle+CSb6BBiZcn/Aiefz/kSpo520WBKi9QAO/A==",
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz",
"integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==",
"requires": {
"@sindresorhus/is": "^5.2.0",
"@szmarczak/http-timer": "^5.0.1",

View File

@@ -30,7 +30,7 @@
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.0",
"ansi-styles": "^6.1.0",
"got": "^12.2.0",
"got": "^12.3.0",
"nodemon": "^2.0.19",
"yaml": "^2.1.1",
"zod": "^3.17.10"