diff --git a/ui/package-lock.json b/ui/package-lock.json index c8753889..03256eea 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1505,18 +1505,18 @@ } }, "@carbon/type": { - "version": "10.29.0", - "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.29.0.tgz", - "integrity": "sha512-yFgfdZK4FhtlnTGTl7Iswx+ea2tB+SdSyKtquwybgGbP7tGYDjBNi/TyFPG25t9a6jIibHIM6q2BJ7B3dk67UQ==", + "version": "10.30.0", + "resolved": "https://registry.npmjs.org/@carbon/type/-/type-10.30.0.tgz", + "integrity": "sha512-dPD0CcsQt51Wi6qCPWmv5fxpEPkwog3X8pLKh/syHtY8OsrdNiTNpKryagN5GoZGKDjojLdLkVfyWlmoquiGHQ==", "requires": { "@carbon/import-once": "^10.6.0", - "@carbon/layout": "^10.25.0" + "@carbon/layout": "^10.26.0" }, "dependencies": { "@carbon/layout": { - "version": "10.25.0", - "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.25.0.tgz", - "integrity": "sha512-r7sOyOSFptT0qJ878AEzBacEfOhZTwID5m8Yc0azaf6pgOyX3FBPZhFevf+LdEY9D8wp7m7Sinn8ngG/ehP2eQ==" + "version": "10.26.0", + "resolved": "https://registry.npmjs.org/@carbon/layout/-/layout-10.26.0.tgz", + "integrity": "sha512-rfQTjuIYZ3TF7HO/gHs249mEsC5WOI2kFXT0ua9KLAZ3Nw2IhCwTwfk0uNYz8SBhQiqulWkvppRpuUgrk25DgA==" } } }, diff --git a/ui/package.json b/ui/package.json index ce862ccf..6df5f9d9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -80,7 +80,7 @@ }, "dependencies": { "@carbon/themes": "^10.36.0", - "@carbon/type": "^10.29.0", + "@carbon/type": "^10.30.0", "@ibm/plex": "^5.1.3", "carbon-components": "^10.37.0", "carbon-components-react": "^7.37.1",