From 9d145d8fdfb70b0d8018108df177aa19ea8541bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:45:51 +0000 Subject: [PATCH] Bump @blueprintjs/icons from 3.11.0 to 4.7.0 in /ui Bumps [@blueprintjs/icons](https://github.com/palantir/blueprint/tree/HEAD/packages/icons) from 3.11.0 to 4.7.0. - [Release notes](https://github.com/palantir/blueprint/releases) - [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md) - [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/icons@4.7.0/packages/icons) --- updated-dependencies: - dependency-name: "@blueprintjs/icons" 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 8c5df8e99e..928213ace2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,7 @@ "dependencies": { "@alephdata/followthemoney": "^1.21.5", "@blueprintjs/core": "^3.18.1", - "@blueprintjs/icons": "3.11.0", + "@blueprintjs/icons": "4.7.0", "@blueprintjs/select": "^3.8.0", "@blueprintjs/table": "^3.7.1", "axios": "^0.19.0",