Bump got from 12.3.0 to 12.3.1
Bumps [got](https://github.com/sindresorhus/got) from 12.3.0 to 12.3.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1) --- 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:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -14,7 +14,7 @@
|
||||
"@octokit/plugin-retry": "^3.0.9",
|
||||
"@octokit/request-error": "^3.0.0",
|
||||
"ansi-styles": "^6.1.0",
|
||||
"got": "^12.3.0",
|
||||
"got": "^12.3.1",
|
||||
"nodemon": "^2.0.19",
|
||||
"yaml": "^2.1.1",
|
||||
"zod": "^3.17.10"
|
||||
@@ -3851,9 +3851,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/got": {
|
||||
"version": "12.3.0",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz",
|
||||
"integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==",
|
||||
"version": "12.3.1",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz",
|
||||
"integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==",
|
||||
"dependencies": {
|
||||
"@sindresorhus/is": "^5.2.0",
|
||||
"@szmarczak/http-timer": "^5.0.1",
|
||||
@@ -10140,9 +10140,9 @@
|
||||
}
|
||||
},
|
||||
"got": {
|
||||
"version": "12.3.0",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-12.3.0.tgz",
|
||||
"integrity": "sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==",
|
||||
"version": "12.3.1",
|
||||
"resolved": "https://registry.npmjs.org/got/-/got-12.3.1.tgz",
|
||||
"integrity": "sha512-tS6+JMhBh4iXMSXF6KkIsRxmloPln31QHDlcb6Ec3bzxjjFJFr/8aXdpyuLmVc9I4i2HyBHYw1QU5K1ruUdpkw==",
|
||||
"requires": {
|
||||
"@sindresorhus/is": "^5.2.0",
|
||||
"@szmarczak/http-timer": "^5.0.1",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@octokit/plugin-retry": "^3.0.9",
|
||||
"@octokit/request-error": "^3.0.0",
|
||||
"ansi-styles": "^6.1.0",
|
||||
"got": "^12.3.0",
|
||||
"got": "^12.3.1",
|
||||
"nodemon": "^2.0.19",
|
||||
"yaml": "^2.1.1",
|
||||
"zod": "^3.17.10"
|
||||
|
||||
Reference in New Issue
Block a user