From 0cde95b54de713f5892cf83897349174332cbaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:48:19 +0000 Subject: [PATCH] Bump @carbon/icons-react from 11.26.0 to 11.27.0 Bumps [@carbon/icons-react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-react) from 11.26.0 to 11.27.0. - [Release notes](https://github.com/carbon-design-system/carbon/releases) - [Changelog](https://github.com/carbon-design-system/carbon/blob/main/docs/release.md) - [Commits](https://github.com/carbon-design-system/carbon/commits/v11.27.0/packages/icons-react) --- updated-dependencies: - dependency-name: "@carbon/icons-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9cf09fd..e4b315f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@carbon/icons-react": "^11.26.0", + "@carbon/icons-react": "^11.27.0", "@carbon/react": "^1.37.0", "next": "^13.4.19", "react": "^18.2.0", @@ -54,9 +54,9 @@ "integrity": "sha512-8gvP8Qr2pNspIUPiQRQQUB9gdklLxfs7JDIz4a/PUzon7IcVielpl08blh2IjpbDr/cZSje5fwn3CAInCKNb1g==" }, "node_modules/@carbon/icons-react": { - "version": "11.26.0", - "resolved": "https://registry.npmjs.org/@carbon/icons-react/-/icons-react-11.26.0.tgz", - "integrity": "sha512-lw3e/+yDyD+dexqhrZcxNmLO96R2O0pAfjZaaJr9CF60paeTiEcQBzAsQLp3iIjWnLlIDbmbEqCBrtBvGV04ng==", + "version": "11.27.0", + "resolved": "https://registry.npmjs.org/@carbon/icons-react/-/icons-react-11.27.0.tgz", + "integrity": "sha512-Q6z7hCLAvehRjhAhA2SOkzIQs1VKnh4+mOhAafuaxyLDF4Hnu/R0Thq61By9YJ1YrY3/F+JjpHqbmzibPw5pPQ==", "hasInstallScript": true, "dependencies": { "@carbon/icon-helpers": "^10.44.0", diff --git a/package.json b/package.json index ffaa506..c012e1a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@carbon/icons-react": "^11.26.0", + "@carbon/icons-react": "^11.27.0", "@carbon/react": "^1.37.0", "next": "^13.4.19", "react": "^18.2.0",