Skip to content

Commit d3814b4

Browse files
build(deps-dev): bump got from 14.5.0 to 14.6.0
Bumps [got](https://github.com/sindresorhus/got) from 14.5.0 to 14.6.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.5.0...v14.6.0) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 211e7be commit d3814b4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"cross-env": "10.1.0",
160160
"electron": "^38.2.2",
161161
"eslint": "^8.57.1",
162-
"got": "^14.5.0",
162+
"got": "^14.6.0",
163163
"hasha": "^7.0.0",
164164
"mkdirp": "^3.0.1",
165165
"prettier": "^3.6.2",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,13 @@ debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
11661166
dependencies:
11671167
ms "2.1.2"
11681168

1169+
decompress-response@^10.0.0:
1170+
version "10.0.0"
1171+
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-10.0.0.tgz#d8abd2a4c136c3b99b49a08d1f9a709fe35675a4"
1172+
integrity sha512-oj7KWToJuuxlPr7VV0vabvxEIiqNMo+q0NueIiL3XhtwC6FVOX7Hr1c0C4eD0bmf7Zr+S/dSf2xvkH3Ad6sU3Q==
1173+
dependencies:
1174+
mimic-response "^4.0.0"
1175+
11691176
decompress-response@^6.0.0:
11701177
version "6.0.0"
11711178
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc"
@@ -1772,16 +1779,16 @@ got@^11.8.5:
17721779
p-cancelable "^2.0.0"
17731780
responselike "^2.0.0"
17741781

1775-
got@^14.5.0:
1776-
version "14.5.0"
1777-
resolved "https://registry.yarnpkg.com/got/-/got-14.5.0.tgz#196e7420780131893a71552460028a600ef7f90c"
1778-
integrity sha512-rZ8+ZMYz9yeTFmFtOiwf/Trcli8gdqgqAz0kmkEOWcT7C3BFG3Z+dLQu0y8je7RogG7Wp1obnu5GerwCaccftw==
1782+
got@^14.6.0:
1783+
version "14.6.0"
1784+
resolved "https://registry.yarnpkg.com/got/-/got-14.6.0.tgz#d6a7ec7324f8a1ee841dcc6075796c16c29296f2"
1785+
integrity sha512-K30JHMsHcwhy+JYet3IxRFw+L9rb77y5LE3OkoAD4qzMR9/g30bWYBfkHYVJL2BBPgfU4lJsRwhy4HUkLPQc3g==
17791786
dependencies:
17801787
"@sindresorhus/is" "^7.0.1"
17811788
"@szmarczak/http-timer" "^5.0.1"
17821789
cacheable-lookup "^7.0.0"
17831790
cacheable-request "^13.0.12"
1784-
decompress-response "^6.0.0"
1791+
decompress-response "^10.0.0"
17851792
form-data-encoder "^4.0.2"
17861793
http2-wrapper "^2.2.1"
17871794
keyv "^5.5.3"

0 commit comments

Comments
 (0)