diff --git a/packages/spelunker-web/package-lock.json b/packages/spelunker-web/package-lock.json index a3ed93e..a6e7d2e 100644 --- a/packages/spelunker-web/package-lock.json +++ b/packages/spelunker-web/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@apollo/client": "^3.8.8", - "@wowserhq/format": "^0.19.0", - "@wowserhq/scene": "^0.26.0", + "@wowserhq/format": "^0.20.0", + "@wowserhq/scene": "^0.27.0", "classnames": "^2.3.1", "crypto-hash": "^2.0.0", "graphql": "^16.8.1", @@ -2677,9 +2677,9 @@ } }, "node_modules/@wowserhq/format": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.19.0.tgz", - "integrity": "sha512-ZydthdlFhZsxCg9ftOx5X985yznRoKYcajvLz+6cuQUxSwpaC0Gm2LDjwaXyKD/OEJsui2OzS3liGwk2IjuZAw==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.20.0.tgz", + "integrity": "sha512-T8lfUjKhn/PZkATdCSpkjBmGcLRxyQT6Hk3lKB7pTwP9T0GSGPhiAKuoRiFd5BDZii48kZ0aGyFn3vk6JnEyEw==", "dependencies": { "@wowserhq/io": "^2.0.2", "gl-matrix": "^3.4.3" @@ -2691,12 +2691,12 @@ "integrity": "sha512-YGjfUbo+wNuJiy6pOhsGeWAjq7bTvMDoGn5y+2LW2LJujOvRWNUx95MaRaJgtp8O+ig/+loJRVg5mTQoY9eoIg==" }, "node_modules/@wowserhq/scene": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.26.0.tgz", - "integrity": "sha512-hqnPLUawT9vXptYjyNb8IR3b228dsXfVnKt1+jtOcSh1yTfL12K9YgKFkCXEcBZQprNjwtvLhhtqg8yyEFs8BQ==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.27.0.tgz", + "integrity": "sha512-1kDFuYy7S1WXnIeioqm449QStSdsoVtGVh9Oq/8tblUnQhu4Xq4EF6xm5XUOUpymHO12h3UIr0qv12VLm0wtRw==", "dependencies": { "@tweenjs/tween.js": "^23.1.1", - "@wowserhq/format": "^0.19.0" + "@wowserhq/format": "^0.20.0" }, "peerDependencies": { "three": "^0.160.0" @@ -12655,9 +12655,9 @@ "requires": {} }, "@wowserhq/format": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.19.0.tgz", - "integrity": "sha512-ZydthdlFhZsxCg9ftOx5X985yznRoKYcajvLz+6cuQUxSwpaC0Gm2LDjwaXyKD/OEJsui2OzS3liGwk2IjuZAw==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.20.0.tgz", + "integrity": "sha512-T8lfUjKhn/PZkATdCSpkjBmGcLRxyQT6Hk3lKB7pTwP9T0GSGPhiAKuoRiFd5BDZii48kZ0aGyFn3vk6JnEyEw==", "requires": { "@wowserhq/io": "^2.0.2", "gl-matrix": "^3.4.3" @@ -12669,12 +12669,12 @@ "integrity": "sha512-YGjfUbo+wNuJiy6pOhsGeWAjq7bTvMDoGn5y+2LW2LJujOvRWNUx95MaRaJgtp8O+ig/+loJRVg5mTQoY9eoIg==" }, "@wowserhq/scene": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.26.0.tgz", - "integrity": "sha512-hqnPLUawT9vXptYjyNb8IR3b228dsXfVnKt1+jtOcSh1yTfL12K9YgKFkCXEcBZQprNjwtvLhhtqg8yyEFs8BQ==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.27.0.tgz", + "integrity": "sha512-1kDFuYy7S1WXnIeioqm449QStSdsoVtGVh9Oq/8tblUnQhu4Xq4EF6xm5XUOUpymHO12h3UIr0qv12VLm0wtRw==", "requires": { "@tweenjs/tween.js": "^23.1.1", - "@wowserhq/format": "^0.19.0" + "@wowserhq/format": "^0.20.0" } }, "@wry/caches": { diff --git a/packages/spelunker-web/package.json b/packages/spelunker-web/package.json index d82f597..a21bc02 100644 --- a/packages/spelunker-web/package.json +++ b/packages/spelunker-web/package.json @@ -19,8 +19,8 @@ ], "dependencies": { "@apollo/client": "^3.8.8", - "@wowserhq/format": "^0.19.0", - "@wowserhq/scene": "^0.26.0", + "@wowserhq/format": "^0.20.0", + "@wowserhq/scene": "^0.27.0", "classnames": "^2.3.1", "crypto-hash": "^2.0.0", "graphql": "^16.8.1",