diff --git a/packages/spelunker-web/package-lock.json b/packages/spelunker-web/package-lock.json index 36ceff1..d5088dc 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.16.0", - "@wowserhq/scene": "^0.21.0", + "@wowserhq/format": "^0.18.0", + "@wowserhq/scene": "^0.22.0", "classnames": "^2.3.1", "crypto-hash": "^2.0.0", "graphql": "^16.8.1", @@ -2672,9 +2672,9 @@ } }, "node_modules/@wowserhq/format": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.16.0.tgz", - "integrity": "sha512-guFerEu9Nc5K8eGXkJpxfiUv6xbcgx/TFJJO9afDTN4ERfgsQS+alG5i70KaRUZjKXPE236YNxc4Qz8EpytwrQ==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.18.0.tgz", + "integrity": "sha512-51FlpmQFaahpNPaeWR0+LAqC3np+ms+hmUCrdwIM2yZInEq3mDMq7K3fm0YBvEHZT9bfxj65DxW1jtfhjm7+/A==", "dependencies": { "@wowserhq/io": "^2.0.2", "gl-matrix": "^3.4.3" @@ -2686,11 +2686,11 @@ "integrity": "sha512-YGjfUbo+wNuJiy6pOhsGeWAjq7bTvMDoGn5y+2LW2LJujOvRWNUx95MaRaJgtp8O+ig/+loJRVg5mTQoY9eoIg==" }, "node_modules/@wowserhq/scene": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.21.0.tgz", - "integrity": "sha512-C/uH/FlxWBct58jwlNql8Cnl3JlcuM28S0TWA8nqhiHseH/TvdH+8l85ddEDfsA+m1RN35DGd6zYq7uvVhhbrw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.22.0.tgz", + "integrity": "sha512-sFlmw4ilJrM7mQmp5ZvMamaUrSjA5rsqI2cxMeYW+tPgJqnrOj1EOJy3nLRfa/yY9ZyaBWMXAz+Bdmb3JKnilA==", "dependencies": { - "@wowserhq/format": "^0.16.0" + "@wowserhq/format": "^0.18.0" }, "peerDependencies": { "three": "^0.160.0" @@ -12644,9 +12644,9 @@ "requires": {} }, "@wowserhq/format": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.16.0.tgz", - "integrity": "sha512-guFerEu9Nc5K8eGXkJpxfiUv6xbcgx/TFJJO9afDTN4ERfgsQS+alG5i70KaRUZjKXPE236YNxc4Qz8EpytwrQ==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@wowserhq/format/-/format-0.18.0.tgz", + "integrity": "sha512-51FlpmQFaahpNPaeWR0+LAqC3np+ms+hmUCrdwIM2yZInEq3mDMq7K3fm0YBvEHZT9bfxj65DxW1jtfhjm7+/A==", "requires": { "@wowserhq/io": "^2.0.2", "gl-matrix": "^3.4.3" @@ -12658,11 +12658,11 @@ "integrity": "sha512-YGjfUbo+wNuJiy6pOhsGeWAjq7bTvMDoGn5y+2LW2LJujOvRWNUx95MaRaJgtp8O+ig/+loJRVg5mTQoY9eoIg==" }, "@wowserhq/scene": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.21.0.tgz", - "integrity": "sha512-C/uH/FlxWBct58jwlNql8Cnl3JlcuM28S0TWA8nqhiHseH/TvdH+8l85ddEDfsA+m1RN35DGd6zYq7uvVhhbrw==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@wowserhq/scene/-/scene-0.22.0.tgz", + "integrity": "sha512-sFlmw4ilJrM7mQmp5ZvMamaUrSjA5rsqI2cxMeYW+tPgJqnrOj1EOJy3nLRfa/yY9ZyaBWMXAz+Bdmb3JKnilA==", "requires": { - "@wowserhq/format": "^0.16.0" + "@wowserhq/format": "^0.18.0" } }, "@wry/caches": { diff --git a/packages/spelunker-web/package.json b/packages/spelunker-web/package.json index 076517c..c7cc852 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.16.0", - "@wowserhq/scene": "^0.21.0", + "@wowserhq/format": "^0.18.0", + "@wowserhq/scene": "^0.22.0", "classnames": "^2.3.1", "crypto-hash": "^2.0.0", "graphql": "^16.8.1",