diff --git a/website/package-lock.json b/website/package-lock.json index cb5f22ae66b..8d0780fc7b0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -16,7 +16,7 @@ "@hashicorp/platform-util": "^0.1.0", "@hashicorp/react-alert-banner": "^7.0.1", "@hashicorp/react-button": "^6.0.1", - "@hashicorp/react-call-to-action": "^4.0.0", + "@hashicorp/react-call-to-action": "^4.1.1", "@hashicorp/react-code-block": "^4.1.5", "@hashicorp/react-consent-manager": "^7.1.0", "@hashicorp/react-content": "^8.0.2", @@ -1264,11 +1264,11 @@ } }, "node_modules/@hashicorp/react-call-to-action": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-call-to-action/-/react-call-to-action-4.0.0.tgz", - "integrity": "sha512-SpdyItfcQKCGMzI6RlfT2ZbplyeERd6eK12ZwTT2UDejmDSlD0s0/rauzR6brfCh2RGbyRct3/KjJFYWyVsYaw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-call-to-action/-/react-call-to-action-4.1.1.tgz", + "integrity": "sha512-d5LMGvJi/qZYkqjGkXNaPx6vLM/FmODk2NwDOCB4B+s3FKMn94BA5hnRuVkFXR6b1BLrhhtBybn9gyTIIEO5gQ==", "dependencies": { - "@hashicorp/react-button": "^6.0.0" + "@hashicorp/react-button": "^6.0.2" }, "peerDependencies": { "@hashicorp/mktg-global-styles": ">=3.x", @@ -20062,11 +20062,11 @@ } }, "@hashicorp/react-call-to-action": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-call-to-action/-/react-call-to-action-4.0.0.tgz", - "integrity": "sha512-SpdyItfcQKCGMzI6RlfT2ZbplyeERd6eK12ZwTT2UDejmDSlD0s0/rauzR6brfCh2RGbyRct3/KjJFYWyVsYaw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-call-to-action/-/react-call-to-action-4.1.1.tgz", + "integrity": "sha512-d5LMGvJi/qZYkqjGkXNaPx6vLM/FmODk2NwDOCB4B+s3FKMn94BA5hnRuVkFXR6b1BLrhhtBybn9gyTIIEO5gQ==", "requires": { - "@hashicorp/react-button": "^6.0.0" + "@hashicorp/react-button": "^6.0.2" } }, "@hashicorp/react-code-block": { diff --git a/website/package.json b/website/package.json index 363556de07d..011fa49143e 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "@hashicorp/platform-util": "^0.1.0", "@hashicorp/react-alert-banner": "^7.0.1", "@hashicorp/react-button": "^6.0.1", - "@hashicorp/react-call-to-action": "^4.0.0", + "@hashicorp/react-call-to-action": "^4.1.1", "@hashicorp/react-code-block": "^4.1.5", "@hashicorp/react-consent-manager": "^7.1.0", "@hashicorp/react-content": "^8.0.2",