diff --git a/kotlin-js-store/yarn.lock b/kotlin-js-store/yarn.lock index 159fbce4c..c7a03337c 100644 --- a/kotlin-js-store/yarn.lock +++ b/kotlin-js-store/yarn.lock @@ -11800,10 +11800,10 @@ graphql-ws@^5.14.0: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.16.0.tgz#849efe02f384b4332109329be01d74c345842729" integrity sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A== -graphql@^16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f" - integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== +graphql@^16.10.0: + version "16.10.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c" + integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ== handle-thing@^2.0.0: version "2.0.1" @@ -13721,10 +13721,10 @@ map-cache@^0.2.0: resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== -marked@^15.0.3: - version "15.0.3" - resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.3.tgz#f75ae6ca71aeeaea0cfa2c2f120016ac8373aede" - integrity sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg== +marked@^15.0.4: + version "15.0.4" + resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.4.tgz#864dbf50227b6507646c771c2ef5f0de2924833e" + integrity sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw== media-typer@0.3.0: version "0.3.0" diff --git a/libraries/js-dependencies/package.json b/libraries/js-dependencies/package.json index 0e48d8968..084a728c2 100644 --- a/libraries/js-dependencies/package.json +++ b/libraries/js-dependencies/package.json @@ -50,7 +50,7 @@ "fitty": "^2.4.2", "fs-extra": "^11.2.0", "global-jsdom": "25.0.0", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "graphql-http": "^1.22.3", "html-webpack-harddisk-plugin": "^2.0.0", "html-webpack-plugin": "^5.6.3", @@ -60,7 +60,7 @@ "jwks-rsa": "3.1.0", "jwt-decode": "4.0.0", "karma": "^6.4.4", - "marked": "^15.0.3", + "marked": "^15.0.4", "method-override": "^3.0.0", "mime": "1.6.0", "mini-css-extract-plugin": "^2.9.2",