Skip to content

Commit 2014e8a

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump got from 14.4.1 to 14.4.2
Bumps [got](https://github.com/sindresorhus/got) from 14.4.1 to 14.4.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v14.4.1...v14.4.2) --- updated-dependencies: - dependency-name: got dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1fd838 commit 2014e8a

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"end-of-stream": "1.4.4",
9393
"fancy-log": "2.0.0",
9494
"glob": "^11.0.0",
95-
"got": "14.4.1",
95+
"got": "14.4.2",
9696
"gulp": "^5.0.0",
9797
"gulp-cli": "3.0.0",
9898
"gulp-ejs": "^5.1.0",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@
504504
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz"
505505
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
506506

507-
"@sindresorhus/is@^6.3.1":
508-
version "6.3.1"
509-
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-6.3.1.tgz"
510-
integrity sha512-FX4MfcifwJyFOI2lPoX7PQxCqx8BG1HCho7WdiXwpEQx1Ycij0JxkfYtGK7yqNScrZGSlt6RE6sw8QYoH7eKnQ==
507+
"@sindresorhus/is@^7.0.0":
508+
version "7.0.0"
509+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-7.0.0.tgz#af4d8061cd325782355e7716633e03f7758d4f17"
510+
integrity sha512-WDTlVTyvFivSOuyvMeedzg2hdoBLZ3f1uNVuEida2Rl9BrfjrIRjWA/VZIrMRLvSwJYCAlCRA3usDt1THytxWQ==
511511

512512
"@sindresorhus/merge-streams@^2.1.0":
513513
version "2.3.0"
@@ -3026,18 +3026,17 @@ good-listener@^1.2.2:
30263026
dependencies:
30273027
delegate "^3.1.2"
30283028

3029-
3030-
version "14.4.1"
3031-
resolved "https://registry.npmjs.org/got/-/got-14.4.1.tgz"
3032-
integrity sha512-IvDJbJBUeexX74xNQuMIVgCRRuNOm5wuK+OC3Dc2pnSoh1AOmgc7JVj7WC+cJ4u0aPcO9KZ2frTXcqK4W/5qTQ==
3029+
3030+
version "14.4.2"
3031+
resolved "https://registry.yarnpkg.com/got/-/got-14.4.2.tgz#988ed18d8deca3a3933915fbeff36065f8f58db7"
3032+
integrity sha512-+Te/qEZ6hr7i+f0FNgXx/6WQteSM/QqueGvxeYQQFm0GDfoxLVJ/oiwUKYMTeioColWUTdewZ06hmrBjw6F7tw==
30333033
dependencies:
3034-
"@sindresorhus/is" "^6.3.1"
3034+
"@sindresorhus/is" "^7.0.0"
30353035
"@szmarczak/http-timer" "^5.0.1"
30363036
cacheable-lookup "^7.0.0"
30373037
cacheable-request "^12.0.1"
30383038
decompress-response "^6.0.0"
30393039
form-data-encoder "^4.0.2"
3040-
get-stream "^8.0.1"
30413040
http2-wrapper "^2.2.1"
30423041
lowercase-keys "^3.0.0"
30433042
p-cancelable "^4.0.1"

0 commit comments

Comments
 (0)