Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit fc2b1c1

Browse files
build(deps-dev): bump got from 12.1.0 to 12.3.0 (#22)
Bumps [got](https://github.com/sindresorhus/got) from 12.1.0 to 12.3.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v12.1.0...v12.3.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b27fb04 commit fc2b1c1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -924,10 +924,10 @@
924924
lodash "^4.17.4"
925925
read-pkg-up "^7.0.0"
926926

927-
"@sindresorhus/is@^4.6.0":
928-
version "4.6.0"
929-
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
930-
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
927+
"@sindresorhus/is@^5.2.0":
928+
version "5.3.0"
929+
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.3.0.tgz#0ec9264cf54a527671d990eb874e030b55b70dcc"
930+
integrity sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==
931931

932932
"@szmarczak/http-timer@^5.0.1":
933933
version "5.0.1"
@@ -2525,10 +2525,10 @@ flatted@^3.1.0:
25252525
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
25262526
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
25272527

2528-
form-data-encoder@1.7.1:
2529-
version "1.7.1"
2530-
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-1.7.1.tgz#ac80660e4f87ee0d3d3c3638b7da8278ddb8ec96"
2531-
integrity sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==
2528+
form-data-encoder@^2.0.1:
2529+
version "2.0.1"
2530+
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.0.1.tgz#aec41860aca0275cb6026650d139c6701b0992c1"
2531+
integrity sha512-Oy+P9w5mnO4TWXVgUiQvggNKPI9/ummcSt5usuIV6HkaLKigwzPpoenhEqmGmx3zHqm6ZLJ+CR/99N8JLinaEw==
25322532

25332533
form-data@^2.5.0:
25342534
version "2.5.1"
@@ -2713,18 +2713,18 @@ globby@^11.0.0, globby@^11.0.1:
27132713
slash "^3.0.0"
27142714

27152715
got@^12.1.0:
2716-
version "12.1.0"
2717-
resolved "https://registry.yarnpkg.com/got/-/got-12.1.0.tgz#099f3815305c682be4fd6b0ee0726d8e4c6b0af4"
2718-
integrity sha512-hBv2ty9QN2RdbJJMK3hesmSkFTjVIHyIDDbssCKnSmq62edGgImJWD10Eb1k77TiV1bxloxqcFAVK8+9pkhOig==
2716+
version "12.3.0"
2717+
resolved "https://registry.yarnpkg.com/got/-/got-12.3.0.tgz#744625bcb072e7b1fd41a706e0af2bd1f73a2c64"
2718+
integrity sha512-7uK06aluHF0UibYFBX3lFUZ2FG/W0KS4O4EqAIrbWIdbPxIT33r6ZJy7Zy+pdh0CP/ZbF3zBa7Fd9dCn7vGPBg==
27192719
dependencies:
2720-
"@sindresorhus/is" "^4.6.0"
2720+
"@sindresorhus/is" "^5.2.0"
27212721
"@szmarczak/http-timer" "^5.0.1"
27222722
"@types/cacheable-request" "^6.0.2"
27232723
"@types/responselike" "^1.0.0"
27242724
cacheable-lookup "^6.0.4"
27252725
cacheable-request "^7.0.2"
27262726
decompress-response "^6.0.0"
2727-
form-data-encoder "1.7.1"
2727+
form-data-encoder "^2.0.1"
27282728
get-stream "^6.0.1"
27292729
http2-wrapper "^2.1.10"
27302730
lowercase-keys "^3.0.0"

0 commit comments

Comments
 (0)