diff --git a/bun.lock b/bun.lock index eb124da..74647ce 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "docs", "dependencies": { - "@carbon/icons-react": "^11.75.0", + "@carbon/icons-react": "^11.76.0", "@docusaurus/core": "^3.9.2", "@docusaurus/plugin-content-blog": "^3.9.2", "@docusaurus/preset-classic": "^3.9.2", @@ -294,9 +294,9 @@ "@babel/types": ["@babel/types@7.28.2", "", { "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1" } }, "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ=="], - "@carbon/icon-helpers": ["@carbon/icon-helpers@10.72.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-KUBzy7JtZhL+FxWJB4O8fyyJQ5zXuLX160vpQAK75Xo7VqY1l5QTF7VMZxo7HF6Q129M/7u5oHOg4ob4gtn6HQ=="], + "@carbon/icon-helpers": ["@carbon/icon-helpers@10.73.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-Grn/QxHZfSOdXp/WBadegVfq1LT96QwX9b977dqMU5qmxp6cxKqUGvV1oqs6GiBacKoQFrH2xgbKwlcecgSHfA=="], - "@carbon/icons-react": ["@carbon/icons-react@11.75.0", "", { "dependencies": { "@carbon/icon-helpers": "^10.72.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">=16" } }, "sha512-2hfp5GcA5ihpyiJ5oY4oExHz2xncgfg8wSoRFoBSgHljugIK5GYfVKf16EWYKMrg8YT2W1PQpHneSHq0gkKKXQ=="], + "@carbon/icons-react": ["@carbon/icons-react@11.76.0", "", { "dependencies": { "@carbon/icon-helpers": "^10.73.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">=16" } }, "sha512-FsRlufW8lcdEX/Vj0NpdloBDPmXGRCIaD6ENhYt0f42zJncs6OqNQ58plqNteHg/JMQAdA+pP8f5tSkopNhRRg=="], "@codemirror/autocomplete": ["@codemirror/autocomplete@6.18.7", "", { "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.17.0", "@lezer/common": "^1.0.0" } }, "sha512-8EzdeIoWPJDsMBwz3zdzwXnUpCzMiCyz5/A3FIPpriaclFCGDkAzK13sMcnsu5rowqiyeQN2Vs2TsOcoDPZirQ=="], diff --git a/package.json b/package.json index f2e238e..c583a79 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "create-release-notes": "bun ./scripts/create-release-notes.js" }, "dependencies": { - "@carbon/icons-react": "^11.75.0", + "@carbon/icons-react": "^11.76.0", "@docusaurus/core": "^3.9.2", "@docusaurus/plugin-content-blog": "^3.9.2", "@docusaurus/preset-classic": "^3.9.2",