diff --git a/bun.lock b/bun.lock index 668c03c..40f8291 100644 --- a/bun.lock +++ b/bun.lock @@ -5,7 +5,7 @@ "": { "name": "docs", "dependencies": { - "@carbon/icons-react": "^11.70.0", + "@carbon/icons-react": "^11.71.0", "@docusaurus/core": "^3.9.2", "@docusaurus/plugin-content-blog": "^3.9.2", "@docusaurus/preset-classic": "^3.9.2", @@ -286,9 +286,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.68.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-fYor/Fs0RLtPMh2KRyPYR83JKoWbAmoQ7tCIW0QQcwYcIu82tvy7uT8vTNhda21w3uueOp70p6rYyY6vYjuRZA=="], + "@carbon/icon-helpers": ["@carbon/icon-helpers@10.69.0", "", { "dependencies": { "@ibm/telemetry-js": "^1.5.0" } }, "sha512-AYkP9+le5pLllM4OX1zHCSpBIX4uk8hzaV7EakyzQsUoWZIdLip0+j1n9WJvGA7EnMMaFxtmRkt1KAbSGi+YIg=="], - "@carbon/icons-react": ["@carbon/icons-react@11.70.0", "", { "dependencies": { "@carbon/icon-helpers": "^10.68.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">=16" } }, "sha512-hpC10UuSLnLCfGw4TizMf4Omm2+P3vHmstN7y7hUsRCI4lG9BC2OHEtYZiVYdBNoshKxGE2m3iUZrM3cJhIebQ=="], + "@carbon/icons-react": ["@carbon/icons-react@11.71.0", "", { "dependencies": { "@carbon/icon-helpers": "^10.69.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">=16" } }, "sha512-UYAde2bwPzyiQpz68swHKvz+G2gF19IxS0ia7Y71N2ixKbL2ZGuGPIesX+IZKse44axZ/ubkHqBUjcwvMelbig=="], "@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 585d5eb..a432382 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.70.0", + "@carbon/icons-react": "^11.71.0", "@docusaurus/core": "^3.9.2", "@docusaurus/plugin-content-blog": "^3.9.2", "@docusaurus/preset-classic": "^3.9.2",