Skip to content

Commit a151f43

Browse files
committed
Update ktor to 3.1.2
1 parent b4cc8de commit a151f43

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-node = "20.11.0"
2727
build-snakeyaml = "2.0"
2828
kotlin = "2.1.20"
2929
kotlinx-coroutines = "1.10.2"
30-
ktor = "3.0.0"
30+
ktor = "3.1.2"
3131
workflows-kotlin = "2.1.20"
3232

3333
[libraries]

kotlin-js-store/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.3.tgz#5475eeee3ac0f1a439f237596911525a490a88b5"
623623
integrity sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==
624624

625-
abort-controller@3.0.0, abort-controller@^3.0.0:
625+
abort-controller@^3.0.0:
626626
version "3.0.0"
627627
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
628628
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
@@ -1349,7 +1349,7 @@ ms@^2.1.3:
13491349
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
13501350
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
13511351

1352-
node-fetch@2.6.7, node-fetch@^2.6.7:
1352+
node-fetch@^2.6.7:
13531353
version "2.6.7"
13541354
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
13551355
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -1785,10 +1785,10 @@ wrappy@1:
17851785
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
17861786
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
17871787

1788-
ws@8.5.0:
1789-
version "8.5.0"
1790-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
1791-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
1788+
ws@8.18.0:
1789+
version "8.18.0"
1790+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
1791+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
17921792

17931793
xml2js@^0.4.19:
17941794
version "0.4.23"

src/jsMain/kotlin/net/kautler/github/action/setup_wsl/Distribution.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import io.ktor.client.request.forms.submitForm
2727
import io.ktor.client.statement.bodyAsText
2828
import io.ktor.http.HttpStatusCode.Companion.OK
2929
import io.ktor.http.parameters
30-
import io.ktor.utils.io.core.use
3130
import js.objects.recordOf
3231
import kotlinx.coroutines.CoroutineStart.LAZY
3332
import kotlinx.coroutines.DelicateCoroutinesApi

0 commit comments

Comments
 (0)