From a9eee91ff12d93b271a96efd6309e34aeade9d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 14:57:51 +0000 Subject: [PATCH] build(deps): bump @hashicorp/react-call-to-action in /website Bumps @hashicorp/react-call-to-action from 4.0.0 to 4.1.1. --- updated-dependencies: - dependency-name: "@hashicorp/react-call-to-action" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 18 +++++++++--------- website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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",