build(deps): bump got from 14.4.6 to 14.4.7 in the npm group

Bumps the npm group with 1 update: [got](https://github.com/sindresorhus/got).


Updates `got` from 14.4.6 to 14.4.7
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v14.4.6...v14.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-30 07:08:07 +00:00 committed by GitHub
parent d019fff47b
commit 8cbb9a3e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"commander": "^13.1.0", "commander": "^13.1.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"got": "^14.4.6", "got": "^14.4.7",
"yazl": "^3.3.1" "yazl": "^3.3.1"
}, },
"bin": { "bin": {
@ -163,9 +163,9 @@
} }
}, },
"node_modules/got": { "node_modules/got": {
"version": "14.4.6", "version": "14.4.7",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.6.tgz", "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz",
"integrity": "sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==", "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@sindresorhus/is": "^7.0.1", "@sindresorhus/is": "^7.0.1",
@ -443,9 +443,9 @@
} }
}, },
"got": { "got": {
"version": "14.4.6", "version": "14.4.7",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.6.tgz", "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz",
"integrity": "sha512-rnhwfM/PhMNJ1i17k3DuDqgj0cKx3IHxBKVv/WX1uDKqrhi2Gv3l7rhPThR/Cc6uU++dD97W9c8Y0qyw9x0jag==", "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==",
"requires": { "requires": {
"@sindresorhus/is": "^7.0.1", "@sindresorhus/is": "^7.0.1",
"@szmarczak/http-timer": "^5.0.1", "@szmarczak/http-timer": "^5.0.1",

View File

@ -23,7 +23,7 @@
"dependencies": { "dependencies": {
"commander": "^13.1.0", "commander": "^13.1.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"got": "^14.4.6", "got": "^14.4.7",
"yazl": "^3.3.1" "yazl": "^3.3.1"
} }
} }