File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
src/jsMain/kotlin/net/kautler/github/action/setup_wsl Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ build-node = "20.11.0"
27
27
build-snakeyaml = " 2.0"
28
28
kotlin = " 2.1.20"
29
29
kotlinx-coroutines = " 1.10.2"
30
- ktor = " 3.0.0 "
30
+ ktor = " 3.1.2 "
31
31
workflows-kotlin = " 2.1.20"
32
32
33
33
[libraries ]
Original file line number Diff line number Diff line change 622
622
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.3.tgz#5475eeee3ac0f1a439f237596911525a490a88b5"
623
623
integrity sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==
624
624
625
- abort-controller@3.0.0, abort-controller@ ^3.0.0 :
625
+ abort-controller@^3.0.0 :
626
626
version "3.0.0"
627
627
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
628
628
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
@@ -1349,7 +1349,7 @@ ms@^2.1.3:
1349
1349
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
1350
1350
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
1351
1351
1352
- node-fetch@2.6.7, node-fetch@ ^2.6.7 :
1352
+ node-fetch@^2.6.7 :
1353
1353
version "2.6.7"
1354
1354
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1355
1355
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -1785,10 +1785,10 @@ wrappy@1:
1785
1785
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
1786
1786
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
1787
1787
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 ==
1792
1792
1793
1793
xml2js@^0.4.19 :
1794
1794
version "0.4.23"
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import io.ktor.client.request.forms.submitForm
27
27
import io.ktor.client.statement.bodyAsText
28
28
import io.ktor.http.HttpStatusCode.Companion.OK
29
29
import io.ktor.http.parameters
30
- import io.ktor.utils.io.core.use
31
30
import js.objects.recordOf
32
31
import kotlinx.coroutines.CoroutineStart.LAZY
33
32
import kotlinx.coroutines.DelicateCoroutinesApi
You can’t perform that action at this time.
0 commit comments