From 3bccb0cc4a6b42674295eea0c12b44b8fef5c0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:48:44 -0500 Subject: [PATCH] chore:(deps): bump @types/chart.js from 2.9.33 to 2.9.34 in /explorer (#18478) Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js) from 2.9.33 to 2.9.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js) --- updated-dependencies: - dependency-name: "@types/chart.js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 14 +++++++------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 658b12ca17..5ac411b93a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -20,7 +20,7 @@ "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.19", - "@types/chart.js": "^2.9.33", + "@types/chart.js": "^2.9.34", "@types/classnames": "^2.3.1", "@types/jest": "^26.0.24", "@types/node": "^16.0.0", @@ -3764,9 +3764,9 @@ "integrity": "sha512-jRJgpRBuY+7izT7/WNXP/LsMO9YonsstuL+xuvycDyESpoDoIAsMd7suwpB4h9oEWB+ZlPTqJJ8EHomzNhwTPQ==" }, "node_modules/@types/chart.js": { - "version": "2.9.33", - "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.33.tgz", - "integrity": "sha512-vB6ZFx1cA91aiCoVpreLQwCQHS/Cj+9YtjBTwFlTjKXyY0douXV2KV4+fluxdI+grDZ6hTCQeg2HY/aQ9NeLHA==", + "version": "2.9.34", + "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.34.tgz", + "integrity": "sha512-CtZVk+kh1IN67dv+fB0CWmCLCRrDJgqOj15qPic2B1VCMovNO6B7Vhf/TgPpNscjhAL1j+qUntDMWb9A4ZmPTg==", "dependencies": { "moment": "^2.10.2" } @@ -27718,9 +27718,9 @@ "integrity": "sha512-jRJgpRBuY+7izT7/WNXP/LsMO9YonsstuL+xuvycDyESpoDoIAsMd7suwpB4h9oEWB+ZlPTqJJ8EHomzNhwTPQ==" }, "@types/chart.js": { - "version": "2.9.33", - "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.33.tgz", - "integrity": "sha512-vB6ZFx1cA91aiCoVpreLQwCQHS/Cj+9YtjBTwFlTjKXyY0douXV2KV4+fluxdI+grDZ6hTCQeg2HY/aQ9NeLHA==", + "version": "2.9.34", + "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.34.tgz", + "integrity": "sha512-CtZVk+kh1IN67dv+fB0CWmCLCRrDJgqOj15qPic2B1VCMovNO6B7Vhf/TgPpNscjhAL1j+qUntDMWb9A4ZmPTg==", "requires": { "moment": "^2.10.2" } diff --git a/explorer/package.json b/explorer/package.json index d0c17dfb70..fcbce4f121 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -16,7 +16,7 @@ "@types/bn.js": "^5.1.0", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.19", - "@types/chart.js": "^2.9.33", + "@types/chart.js": "^2.9.34", "@types/classnames": "^2.3.1", "@types/jest": "^26.0.24", "@types/node": "^16.0.0",