diff --git a/front/package.json b/front/package.json index c2e7a7b9..43b8c5f9 100644 --- a/front/package.json +++ b/front/package.json @@ -5,7 +5,7 @@ "license": "SEE LICENSE IN LICENSE.txt", "devDependencies": { "@geprog/vite-plugin-env-config": "^4.0.0", - "@home-based-studio/phaser3-utils": "0.3.2", + "@home-based-studio/phaser3-utils": "^0.4.2", "@sveltejs/vite-plugin-svelte": "^1.0.0-next.36", "@tsconfig/svelte": "^1.0.10", "@types/google-protobuf": "^3.7.3", @@ -46,7 +46,7 @@ "easystarjs": "^0.4.4", "generic-type-guard": "^3.4.2", "google-protobuf": "^3.13.0", - "phaser": "^3.54.0", + "phaser": "3.55.1", "phaser-animated-tiles": "workadventure/phaser-animated-tiles#da68bbededd605925621dd4f03bd27e69284b254", "phaser3-rex-plugins": "^1.1.42", "posthog-js": "^1.14.1", diff --git a/front/yarn.lock b/front/yarn.lock index d44a8f2f..d8167874 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -77,10 +77,10 @@ resolved "https://registry.yarnpkg.com/@geprog/vite-plugin-env-config/-/vite-plugin-env-config-4.0.0.tgz#989d95f23fbab5eae7c4c96d04a18abdc289b81e" integrity sha512-25ZMNdpssqkyv1sxfa6gBhmL8yCxCqjRRc1c05GJfhPkqD6Cn9dnG6xnHHHfJaEqrDFCViD0Bcnr+tgs76OZ2Q== -"@home-based-studio/phaser3-utils@0.3.2": - version "0.3.2" - resolved "https://registry.yarnpkg.com/@home-based-studio/phaser3-utils/-/phaser3-utils-0.3.2.tgz#2240819473fbdb66123cee4b37b3d18be03d1dbe" - integrity sha512-qbv2H2IOSCyG+8hzBsZHPx4HWvlH1G4AfXuc3DyorI4QQMlvcVq5sZIjVaz6RIzeC7czivXOWsW5bApVhGa55A== +"@home-based-studio/phaser3-utils@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@home-based-studio/phaser3-utils/-/phaser3-utils-0.4.2.tgz#b2c1815a6b51321ea8dab027b5badcf714d99fd6" + integrity sha512-S0VkAq3z0Kf0vEUUyCDes911icvc+nkUq7lGp23zD/5lk7LTGM51NswSAfel7Rm/DLY8IBxvDTBJADTf/De82w== dependencies: phaser "3.55.1" @@ -2176,14 +2176,6 @@ phaser@3.55.1: eventemitter3 "^4.0.7" path "^0.12.7" -phaser@^3.54.0: - version "3.54.0" - resolved "https://registry.yarnpkg.com/phaser/-/phaser-3.54.0.tgz#46b191e46059aab2a9a57f78525c60b595767eee" - integrity sha512-/1XVI6J2siS0OGwJez7vLbRjars1zb//EvJdYMVyd3wNTUf5DHrvYUj1f6TsEISr4vjnbrNtS66QIuPbGU8x6A== - dependencies: - eventemitter3 "^4.0.7" - path "^0.12.7" - picocolors@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"