From ae78c546292a79ea2be2aa0d61abb76d135979ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:12:18 +0000 Subject: [PATCH] build(deps): Bump @ibm/plex from 5.2.1 to 6.1.1 in /ui Bumps [@ibm/plex](https://github.com/ibm/plex) from 5.2.1 to 6.1.1. - [Release notes](https://github.com/ibm/plex/releases) - [Changelog](https://github.com/IBM/plex/blob/master/CHANGELOG.md) - [Commits](https://github.com/ibm/plex/compare/v5.2.1...v6.1.1) --- updated-dependencies: - dependency-name: "@ibm/plex" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 52b08ca5..f6f6d8d8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2153,9 +2153,9 @@ } }, "@ibm/plex": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@ibm/plex/-/plex-5.2.1.tgz", - "integrity": "sha512-ASrHZCl+ts1ysXN8kknv7iuTO1s6Dz0FCPDo0tFzFkvP3XSgKbZ4ml7zgGdlXKR6uEbMr/nt4dQVLrOQn6j2Ug==" + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@ibm/plex/-/plex-6.1.1.tgz", + "integrity": "sha512-b2z/Gsc8KHOVrYo/yPauRvRDNMwF6zhEZZsvogs1rCmmyfVXBTY9uUkf6TyplhQs/L4UcjBus8R/RDp7yASTBA==" }, "@icons/material": { "version": "0.2.4", diff --git a/ui/package.json b/ui/package.json index c7207f0b..44c15c5b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -81,7 +81,7 @@ "dependencies": { "@carbon/themes": "^10.36.0", "@carbon/type": "^10.35.0", - "@ibm/plex": "^5.2.1", + "@ibm/plex": "^6.1.1", "carbon-components": "^10.37.0", "carbon-components-react": "^7.43.0", "carbon-icons": "^7.0.7",