build(deps): bump got from 14.3.0 to 14.4.0 in the npm group

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


Updates `got` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v14.3.0...v14.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-05 02:05:12 +00:00 committed by GitHub
parent b62ea9fb98
commit c67485e8fd
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": {
"commander": "^12.1.0",
"fs-extra": "^11.1.1",
"got": "^14.3.0",
"got": "^14.4.0",
"yazl": "^2.5.1"
},
"bin": {
@ -172,9 +172,9 @@
}
},
"node_modules/got": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.3.0.tgz",
"integrity": "sha512-vZkrXdq5BtPWTXqvjXSpl6zky3zpHaOVfSug/RfFHu3YrtSsvYzopVMDqrh2do77WnGoCSSRCHW25zXOSAQ9zw==",
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.0.tgz",
"integrity": "sha512-baa2HMfREJ9UQSXOPwWe0DNK+FT8Okcxe9kmTJvaetv2q/MUxq0qFzEnfSbxo+wj45/QioGcH5ZhuT9VBIPJ5Q==",
"dependencies": {
"@sindresorhus/is": "^6.3.1",
"@szmarczak/http-timer": "^5.0.1",
@ -445,9 +445,9 @@
"integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA=="
},
"got": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.3.0.tgz",
"integrity": "sha512-vZkrXdq5BtPWTXqvjXSpl6zky3zpHaOVfSug/RfFHu3YrtSsvYzopVMDqrh2do77WnGoCSSRCHW25zXOSAQ9zw==",
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/got/-/got-14.4.0.tgz",
"integrity": "sha512-baa2HMfREJ9UQSXOPwWe0DNK+FT8Okcxe9kmTJvaetv2q/MUxq0qFzEnfSbxo+wj45/QioGcH5ZhuT9VBIPJ5Q==",
"requires": {
"@sindresorhus/is": "^6.3.1",
"@szmarczak/http-timer": "^5.0.1",

View File

@ -23,7 +23,7 @@
"dependencies": {
"commander": "^12.1.0",
"fs-extra": "^11.1.1",
"got": "^14.3.0",
"got": "^14.4.0",
"yazl": "^2.5.1"
}
}