diff --git a/package.json b/package.json index 0f532d2e10..53e57a33fd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "express": "^4.19.2", "express-http-proxy": "^2.0.0", "fork-ts-checker-webpack-plugin": "^9.0.0", - "goban": "=8.3.13", + "goban": "=8.3.14", "gulp": "^5.0.0", "gulp-clean-css": "^4.3.0", "gulp-eslint-new": "^2.0.0", diff --git a/src/ogs.styl b/src/ogs.styl index 5d3c1dc31e..f072aaa765 100644 --- a/src/ogs.styl +++ b/src/ogs.styl @@ -504,7 +504,7 @@ nowrap() @require "global_styl/bootstrap-esq.styl"; @require "global_styl/misc-ui.styl"; @require "global_styl/ogs-font.styl"; -@require "../node_modules/goban/src/Goban.styl"; +@require "../node_modules/goban/build/Goban.styl"; @require "global_styl/swal.styl"; @require "global_styl/flags16.styl"; @require "global_styl/flags32.styl"; diff --git a/yarn.lock b/yarn.lock index 499f80248d..e315e1c73a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5869,10 +5869,10 @@ glogg@^2.2.0: dependencies: sparkles "^2.1.0" -goban@=8.3.13: - version "8.3.13" - resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.13.tgz#c9639823435ad65c26e5f9a4696c8a49f4149c50" - integrity sha512-Aa7+4MtoG/i6GD4/folIGaigtEvbJumfgQYCYgx5t0Zt9m4tYFohcZrtQP13vgQEVpQO8cPXa/tvnZZccVYs2w== +goban@=8.3.14: + version "8.3.14" + resolved "https://registry.yarnpkg.com/goban/-/goban-8.3.14.tgz#3c3f06f6e7f6c86d1659dd510e9efedcebf326a1" + integrity sha512-DDwlk5W6GrDLD3ya4xv4EZ9EdTz0YSqD86W9ED1lVqRYpmW5H9O5MMr2epzhGLEVbKIwXtiIlcL5HqcdbotrTA== dependencies: eventemitter3 "^5.0.0"