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"
2727build-snakeyaml = " 2.0"
2828kotlin = " 2.1.20"
2929kotlinx-coroutines = " 1.10.2"
30- ktor = " 3.0.0 "
30+ ktor = " 3.1.2 "
3131workflows-kotlin = " 2.1.20"
3232
3333[libraries ]
Original file line number Diff line number Diff line change 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
17931793xml2js@^0.4.19 :
17941794 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
2727import io.ktor.client.statement.bodyAsText
2828import io.ktor.http.HttpStatusCode.Companion.OK
2929import io.ktor.http.parameters
30- import io.ktor.utils.io.core.use
3130import js.objects.recordOf
3231import kotlinx.coroutines.CoroutineStart.LAZY
3332import kotlinx.coroutines.DelicateCoroutinesApi
You can’t perform that action at this time.
0 commit comments