diff --git a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json index d777234fe..4d480c9a8 100644 --- a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json +++ b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package-lock.json @@ -8,7 +8,7 @@ "name": "sign-protocol-no-modal-example", "version": "0.0.0", "dependencies": { - "@ethsign/sp-sdk": "^0.7.1", + "@ethsign/sp-sdk": "^0.9.1", "@web3auth/auth-adapter": "^9.4.5", "@web3auth/base": "^9.4.5", "@web3auth/ethereum-provider": "^9.4.5", @@ -848,10 +848,11 @@ } }, "node_modules/@ethsign/sp-sdk": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@ethsign/sp-sdk/-/sp-sdk-0.7.1.tgz", - "integrity": "sha512-FUZFLmxWUhv16Bo1giTasxGqNk/7ngtQK6FWcO25oC/DHGCQ5bjU2mFGU2EGoyxQ8gFZgIy+lZxhC1gj0rGWWQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@ethsign/sp-sdk/-/sp-sdk-0.9.1.tgz", + "integrity": "sha512-xX1uzRUJMGnQyAZZGSKkcEDLnWylfwcRadRiHhHGzO6TKW6M3hc+KVU/8KRyadl/k1pvb5JnYWYJ1xBjyRPGZw==", "dependencies": { + "abitype": "^1.0.6", "ethers": "^6.10.0", "query-string": "^9.0.0", "tslib": "^2.6.2" @@ -860,6 +861,26 @@ "viem": ">=2.0.0" } }, + "node_modules/@ethsign/sp-sdk/node_modules/abitype": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.0.7.tgz", + "integrity": "sha512-ZfYYSktDQUwc2eduYu8C4wOs+RDPmnRYMh7zNfzeMtGGgb0U+6tLGjixUic6mXf5xKKCcgT5Qp6cv39tOARVFw==", + "funding": { + "url": "https://github.com/sponsors/wevm" + }, + "peerDependencies": { + "typescript": ">=5.0.4", + "zod": "^3 >=3.22.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "zod": { + "optional": true + } + } + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", diff --git a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package.json b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package.json index ce31d88fb..de2209116 100644 --- a/web-no-modal-sdk/other/sign-protocol-no-modal-example/package.json +++ b/web-no-modal-sdk/other/sign-protocol-no-modal-example/package.json @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "@ethsign/sp-sdk": "^0.7.1", + "@ethsign/sp-sdk": "^0.9.1", "@web3auth/auth-adapter": "^9.4.5", "@web3auth/base": "^9.4.5", "@web3auth/ethereum-provider": "^9.4.5",