diff --git a/back/package.json b/back/package.json index 8a1e445e..53bf717d 100644 --- a/back/package.json +++ b/back/package.json @@ -55,7 +55,7 @@ "query-string": "^6.13.3", "redis": "^3.1.2", "systeminformation": "^4.31.1", - "uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0", + "uWebSockets.js": "uNetworking/uWebSockets.js#v19.3.0", "uuidv4": "^6.0.7" }, "devDependencies": { diff --git a/back/yarn.lock b/back/yarn.lock index 98d675ee..dbc4cfbb 100644 --- a/back/yarn.lock +++ b/back/yarn.lock @@ -3133,9 +3133,9 @@ typescript@^3.8.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== -uWebSockets.js@uNetworking/uWebSockets.js#v18.5.0: - version "18.5.0" - resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/9b1605d2db82981cafe69dbe356e10ce412f5805" +uWebSockets.js@uNetworking/uWebSockets.js#v19.3.0: + version "19.3.0" + resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/7bf0faac5859fef2d113e83d22803f7833774c11" union-value@^1.0.0: version "1.0.1" diff --git a/front/.gitignore b/front/.gitignore index 1842041a..94b7759e 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -9,5 +9,7 @@ /dist/webpack.config.js /dist/webpack.config.js.map /dist/src +/dist/fonts +/dist/*.png *.sh !templater.sh diff --git a/front/src/Api/IframeListener.ts b/front/src/Api/IframeListener.ts index 7ce6b32d..8d83be74 100644 --- a/front/src/Api/IframeListener.ts +++ b/front/src/Api/IframeListener.ts @@ -337,7 +337,7 @@ class IframeListener { "//" + window.location.host + '/iframe_api.js" >\n' + - '\n' + "\n" + diff --git a/pusher/package.json b/pusher/package.json index c395e2d8..e23da3f5 100644 --- a/pusher/package.json +++ b/pusher/package.json @@ -52,7 +52,7 @@ "openid-client": "^4.7.4", "prom-client": "^12.0.0", "query-string": "^6.13.3", - "uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0", + "uWebSockets.js": "uNetworking/uWebSockets.js#v19.3.0", "uuidv4": "^6.0.7" }, "devDependencies": { diff --git a/pusher/yarn.lock b/pusher/yarn.lock index ec9127cb..0beb8337 100644 --- a/pusher/yarn.lock +++ b/pusher/yarn.lock @@ -2342,9 +2342,9 @@ typescript@^3.8.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== -uWebSockets.js@uNetworking/uWebSockets.js#v18.5.0: - version "18.5.0" - resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/9b1605d2db82981cafe69dbe356e10ce412f5805" +uWebSockets.js@uNetworking/uWebSockets.js#v19.3.0: + version "19.3.0" + resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/7bf0faac5859fef2d113e83d22803f7833774c11" uri-js@^4.2.2: version "4.4.1"