From 7ffa8d9dd5d6f402af38eb7801a857fec6c9f91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 03:07:41 +0000 Subject: [PATCH] Bump @polkadot/vue-identicon from 2.12.1 to 3.3.1 in /ui Bumps [@polkadot/vue-identicon](https://github.com/polkadot-js/ui/tree/HEAD/packages/vue-identicon) from 2.12.1 to 3.3.1. - [Release notes](https://github.com/polkadot-js/ui/releases) - [Changelog](https://github.com/polkadot-js/ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/ui/commits/v3.3.1/packages/vue-identicon) --- updated-dependencies: - dependency-name: "@polkadot/vue-identicon" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index d92eb12..2f87d55 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "dependencies": { "@polkadot/api": "^9", "@polkadot/rpc-provider": "^9", - "@polkadot/vue-identicon": "^2.9.14", + "@polkadot/vue-identicon": "^3.3.1", "apollo-boost": "^0.4.9", "axios": "^1.2.2", "chart.js": "^4.2.0",