From ea8065f4bce79f1fade1823a5d70e8fac83c9ee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:39:47 +0000 Subject: [PATCH] Bump @wharfkit/web-renderer from 1.2.2 to 1.4.1 Bumps [@wharfkit/web-renderer](https://github.com/wharfkit/web-renderer) from 1.2.2 to 1.4.1. - [Release notes](https://github.com/wharfkit/web-renderer/releases) - [Commits](https://github.com/wharfkit/web-renderer/compare/1.2.2...1.4.1) --- updated-dependencies: - dependency-name: "@wharfkit/web-renderer" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ef720d..1ad7332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@vitejs/plugin-basic-ssl": "^1.0.1", "@wharfkit/session": "^1.0.0", "@wharfkit/wallet-plugin-anchor": "^1.0.0", - "@wharfkit/web-renderer": "^1.0.1", + "@wharfkit/web-renderer": "^1.4.1", "ajv": "^8.12.0", "buffer": "^6.0.3", "mitt": "^3.0.1", @@ -1181,9 +1181,9 @@ } }, "node_modules/@wharfkit/antelope": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@wharfkit/antelope/-/antelope-1.0.7.tgz", - "integrity": "sha512-C4DRC4U+qC2XQKUgwznKX6i8xdKo+ZqxkZURrPTtY3v53IvKwj+3amTQQSpuECechS5x6ItcT+/fOFBNlQ2Juw==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@wharfkit/antelope/-/antelope-1.0.12.tgz", + "integrity": "sha512-Iuqog3rgnW+o8S+Etw5mMto14e1RILIDnRfZAvRS1DOVFgAma6Vv+rT9rJpJq7ldvTBdZu35BImkfwl0iDJCVw==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -1242,13 +1242,13 @@ } }, "node_modules/@wharfkit/session": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@wharfkit/session/-/session-1.2.7.tgz", - "integrity": "sha512-EP6uszhUlC90UAHDg+ZoXJid4z+d+iXPgOcMlWfNivq6XtyYXU+uDO9nyuZ9aiGezUs0dcnWuXsB8SM8vuR2Nw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@wharfkit/session/-/session-1.4.0.tgz", + "integrity": "sha512-U+K9eWbYzFeDshYwgrhyNoF47kYToKFpTe6xFAwaJO+2w0kIkP0vtJFl7ygd06muh7Hu3K1BqrZ3j6+FyyuIyA==", "dependencies": { "@wharfkit/abicache": "^1.2.1", "@wharfkit/account": "^1.0.0", - "@wharfkit/antelope": "^1.0.2", + "@wharfkit/antelope": "^1.0.11", "@wharfkit/common": "^1.2.0", "@wharfkit/signing-request": "^3.1.0", "pako": "^2.0.4", @@ -1290,11 +1290,11 @@ } }, "node_modules/@wharfkit/web-renderer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@wharfkit/web-renderer/-/web-renderer-1.2.2.tgz", - "integrity": "sha512-O3DX+sBQOGO9NHSVTYtSutIoE4QbG2LYozVFS9KyFwWqARzySUKBUeDM1c4UaMKjeis0KyzImW1hbFfkQtZghg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@wharfkit/web-renderer/-/web-renderer-1.4.1.tgz", + "integrity": "sha512-ky/keS0rHxJcdIWLo7d9H6eo+rK0l2mQj/3xOCwVaDKBAd/dTQwuqYIzOYMC9azdyMglgNcTRgYWm5PJrU4lIA==", "peerDependencies": { - "@wharfkit/session": "^1.0.1" + "@wharfkit/session": "^1.4.0" } }, "node_modules/abort-controller": { diff --git a/package.json b/package.json index 288236a..51356d7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@vitejs/plugin-basic-ssl": "^1.0.1", "@wharfkit/session": "^1.0.0", "@wharfkit/wallet-plugin-anchor": "^1.0.0", - "@wharfkit/web-renderer": "^1.0.1", + "@wharfkit/web-renderer": "^1.4.1", "ajv": "^8.12.0", "buffer": "^6.0.3", "mitt": "^3.0.1",