diff --git a/package-lock.json b/package-lock.json index 25e171c..c6d2dd2 100755 --- a/package-lock.json +++ b/package-lock.json @@ -2089,9 +2089,9 @@ "integrity": "sha512-GTfeQ2iYvYYrIkuaF0QupWP/y8sdItwL6Tr1osyaU7eUsWtGfpZqDcTZny8KNDdnQAEEP2nDWZORA/Z3EMJa3w==" }, "node_modules/@holochain-open-dev/cell-client": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@holochain-open-dev/cell-client/-/cell-client-0.3.2.tgz", - "integrity": "sha512-dybjQ/lAkB7QbQYwFIlzNFn/I11MlBPhAgR+5pqUmf9NLBLz8dFBuhtIuvcf29LLrRb8zgFpiifs8nzTTxqc6Q==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@holochain-open-dev/cell-client/-/cell-client-0.3.3.tgz", + "integrity": "sha512-WWetXn6fmIZk/Z1Ph1qfBBGfJUMvLYe04pqmN/7s8L2W5dIj5oCp59j1mhsaG1Siz+F6kUVrcNUDzBd+smx1GA==", "dependencies": { "@holochain/client": "^0.3.2", "lodash-es": "^4.17.21" @@ -14741,7 +14741,7 @@ "@eyss/invitations": "github:eyss/invitations#ui-build", "@eyss/turn-based-game": "github:eyss/turn-based-game#ui-build", "@holo-host/chaperone": "^9.0.0", - "@holochain-open-dev/cell-client": "^0.3.2", + "@holochain-open-dev/cell-client": "^0.3.3", "@holochain-open-dev/context": "^0.0.3", "@holochain-open-dev/core-types": "^0.2.0", "@holochain-open-dev/profiles": "^0.0.7", @@ -16155,7 +16155,7 @@ "@eyss/invitations": "github:eyss/invitations#ui-build", "@eyss/turn-based-game": "github:eyss/turn-based-game#ui-build", "@holo-host/chaperone": "^9.0.0", - "@holochain-open-dev/cell-client": "^0.3.2", + "@holochain-open-dev/cell-client": "^0.3.3", "@holochain-open-dev/context": "^0.0.3", "@holochain-open-dev/core-types": "^0.2.0", "@holochain-open-dev/profiles": "^0.0.7", @@ -16365,9 +16365,9 @@ "integrity": "sha512-GTfeQ2iYvYYrIkuaF0QupWP/y8sdItwL6Tr1osyaU7eUsWtGfpZqDcTZny8KNDdnQAEEP2nDWZORA/Z3EMJa3w==" }, "@holochain-open-dev/cell-client": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@holochain-open-dev/cell-client/-/cell-client-0.3.2.tgz", - "integrity": "sha512-dybjQ/lAkB7QbQYwFIlzNFn/I11MlBPhAgR+5pqUmf9NLBLz8dFBuhtIuvcf29LLrRb8zgFpiifs8nzTTxqc6Q==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@holochain-open-dev/cell-client/-/cell-client-0.3.3.tgz", + "integrity": "sha512-WWetXn6fmIZk/Z1Ph1qfBBGfJUMvLYe04pqmN/7s8L2W5dIj5oCp59j1mhsaG1Siz+F6kUVrcNUDzBd+smx1GA==", "requires": { "@holochain/client": "^0.3.2", "lodash-es": "^4.17.21" diff --git a/ui/elemental-chess/package.json b/ui/elemental-chess/package.json index d49a846..3437063 100755 --- a/ui/elemental-chess/package.json +++ b/ui/elemental-chess/package.json @@ -19,7 +19,7 @@ "@eyss/invitations": "github:eyss/invitations#ui-build", "@eyss/turn-based-game": "github:eyss/turn-based-game#ui-build", "@holo-host/chaperone": "^9.0.0", - "@holochain-open-dev/cell-client": "^0.3.2", + "@holochain-open-dev/cell-client": "^0.3.3", "@holochain-open-dev/core-types": "^0.2.0", "@holochain-open-dev/profiles": "^0.0.7", "@holochain-open-dev/context": "^0.0.3",