Merge pull request #287 from actions/dependabot/npm_and_yarn/got-12.5.2

Bump got from 12.5.1 to 12.5.2
This commit is contained in:
Federico Builes
2022-10-13 08:12:07 +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.1",
"ansi-styles": "^6.2.0",
"got": "^12.5.1",
"got": "^12.5.2",
"nodemon": "^2.0.20",
"yaml": "^2.1.3",
"zod": "^3.19.1"
@@ -3834,9 +3834,9 @@
}
},
"node_modules/got": {
"version": "12.5.1",
"resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
"integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
"version": "12.5.2",
"resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz",
"integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==",
"dependencies": {
"@sindresorhus/is": "^5.2.0",
"@szmarczak/http-timer": "^5.0.1",
@@ -10116,9 +10116,9 @@
}
},
"got": {
"version": "12.5.1",
"resolved": "https://registry.npmjs.org/got/-/got-12.5.1.tgz",
"integrity": "sha512-sD16AK8cCyUoPtKr/NMvLTFFa+T3i3S+zoiuvhq0HP2YiqBZA9AtlBjAdsQBsLBK7slPuvmfE0OxhGi7N5dD4w==",
"version": "12.5.2",
"resolved": "https://registry.npmjs.org/got/-/got-12.5.2.tgz",
"integrity": "sha512-guHGMSEcsA5m1oPRweXUJnug0vuvlkX9wx5hzOka+ZBrBUOJHU0Z1JcNu3QE5IPGnA5aXUsQHdWOD4eJg9/v3A==",
"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.1",
"ansi-styles": "^6.2.0",
"got": "^12.5.1",
"got": "^12.5.2",
"nodemon": "^2.0.20",
"yaml": "^2.1.3",
"zod": "^3.19.1"