From 3dfcbab6a977985741f3528aea2611c67456f43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:22:13 +0100 Subject: [PATCH] Bump interactjs from 1.2.9 to 1.10.26 in /ui (#445) Bumps [interactjs](https://github.com/taye/interact.js) from 1.2.9 to 1.10.26. - [Changelog](https://github.com/taye/interact.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/taye/interact.js/compare/v1.2.9...v1.10.26) --- updated-dependencies: - dependency-name: interactjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/core/package.json | 2 +- ui/wallet/package.json | 2 +- ui/yarn.lock | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ui/core/package.json b/ui/core/package.json index 091e47334..0d81707a3 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -32,7 +32,7 @@ "he": "^1.2.0", "html-svg-connect": "^2.0.0", "human-standard-token-abi": "^2.0.0", - "interactjs": "1.2.9", + "interactjs": "1.10.26", "jquery": "^3.5.0", "jquery-ui": "^1.13.2", "js-sha3": "^0.7.0", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index 033a9dbbf..96cf189b6 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -23,7 +23,7 @@ "handlebars": "^4.0.11", "html-svg-connect": "^2.0.0", "human-standard-token-abi": "^2.0.0", - "interactjs": "1.2.9", + "interactjs": "1.10.26", "jquery": "^3.5.0", "jquery-ui": "^1.13.2", "js-sha3": "^0.7.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index bd3fb41c1..1873caf84 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1881,6 +1881,11 @@ dependencies: "@hapi/hoek" "^8.3.0" +"@interactjs/types@1.10.26": + version "1.10.26" + resolved "https://registry.yarnpkg.com/@interactjs/types/-/types-1.10.26.tgz#5a6c0ef1dda9763515ff1192a40ecc99101c7a48" + integrity sha512-DekYpdkMV3XJVd/0k3f4pJluZAsCiG86yEtVXvGLK0lS/Fj0+OzYEv7HoMpcBZSkQ8s7//yaeEBgnxy2tV81lA== + "@intervolga/optimize-cssnano-plugin@^1.0.5": version "1.0.6" resolved "https://registry.yarnpkg.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8" @@ -7068,10 +7073,12 @@ inquirer@^7.0.0, inquirer@^7.1.0: strip-ansi "^6.0.0" through "^2.3.6" -interactjs@1.2.9: - version "1.2.9" - resolved "https://registry.yarnpkg.com/interactjs/-/interactjs-1.2.9.tgz#ae5a3e5bc4b174b7fe2a432df9ef4ef9cbacbdb6" - integrity sha512-dL+Raw4ITmjydNWg4G3nEGADuoNC/NNyJq4Xzu/URuHUfp1anoPKWDTTPJUkhw+In6ODNT0mgQbKWge76QcIFQ== +interactjs@1.10.26: + version "1.10.26" + resolved "https://registry.yarnpkg.com/interactjs/-/interactjs-1.10.26.tgz#ad009a46ee3610cb75de6aec22ea6cc0b0e277e2" + integrity sha512-5gNTNDTfEHp2EifqtWGi5VkD3CMZVJSTGmtK/IsVRd+rkOk3E63iVs5Z+IeD5K1Lr0qZpU2754VHAwf5i+Z9xg== + dependencies: + "@interactjs/types" "1.10.26" internal-ip@^4.3.0: version "4.3.0"