From ef4d90c71f858a395f7bd73bf98cc412e2303442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 20:51:59 +0000 Subject: [PATCH] Bump @carbon/icons-react from 10.49.4 to 10.49.5 Bumps [@carbon/icons-react](https://github.com/carbon-design-system/carbon/tree/HEAD/packages/icons-react) from 10.49.4 to 10.49.5. - [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/HEAD/packages/icons-react) --- updated-dependencies: - dependency-name: "@carbon/icons-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3044bf8a..c657ea831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "packages/e2e" ], "dependencies": { - "@carbon/icons-react": "^10.49.2", + "@carbon/icons-react": "^10.49.5", "@carbon/themes": "^10.55.5", "@codemirror/legacy-modes": "^6.4.0", "@tanstack/react-query": "^4.36.1", @@ -2207,13 +2207,13 @@ } }, "node_modules/@carbon/icons-react": { - "version": "10.49.4", - "resolved": "https://registry.npmjs.org/@carbon/icons-react/-/icons-react-10.49.4.tgz", - "integrity": "sha512-VH+WPW2VuvxKT+deoZF9YaSEe9c+U1jXw6DD6Hk87MkGHIsq8PlyZsI8C6JYJJ+USuLKp1CG+3gA26wwU2gWww==", + "version": "10.49.5", + "resolved": "https://registry.npmjs.org/@carbon/icons-react/-/icons-react-10.49.5.tgz", + "integrity": "sha512-tyYRqaR3AwP8xQbSYuDGWAA6CcCvYptCw2qF88+Q2qVW9zUAgIGUahxwik5ChamhJSiBxv5G+d+glo+S1jnBYQ==", "hasInstallScript": true, "dependencies": { - "@carbon/icon-helpers": "^10.28.3", - "@ibm/telemetry-js": "^1.2.1", + "@carbon/icon-helpers": "^10.28.4", + "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/package.json b/package.json index d7c6b5644..add917427 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "vitest" }, "dependencies": { - "@carbon/icons-react": "^10.49.2", + "@carbon/icons-react": "^10.49.5", "@carbon/themes": "^10.55.5", "@codemirror/legacy-modes": "^6.4.0", "@tanstack/react-query": "^4.36.1",