From 48d99e6c5c19b54d770ce689419dfccf4a2f237d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:08:41 +0000 Subject: [PATCH] chore:(deps): bump @types/chart.js from 2.9.24 to 2.9.25 in /explorer (#12666) Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js) from 2.9.24 to 2.9.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 3ba77de9bd..ea719ff7dc 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -3241,9 +3241,9 @@ "integrity": "sha512-aN5IAC8QNtSUdQzxu7lGBgYAOuU1tmRU4c9dIq5OKGf/SBVjXo+ffM2wEjudAWbgpOhy60nLoAGH1xm8fpCKFQ==" }, "@types/chart.js": { - "version": "2.9.24", - "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.24.tgz", - "integrity": "sha512-AQI7X+ow3SaONl44JrHoL/5B+lCsJyG31UHZ5RP98Uh15hI/zjEkDsAb4EIm4P9TGfNhZLXw/nMc5w0u10+/fQ==", + "version": "2.9.25", + "resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.25.tgz", + "integrity": "sha512-SPgPISpaGM42WL9Dezms4+8fInHxAXDzTs8DwPxhGuJT+jETXlVITTbe8bvK1n+sMmyyelR9B4w0lwMkA24oJg==", "requires": { "moment": "^2.10.2" } diff --git a/explorer/package.json b/explorer/package.json index cee5867159..ddeeb781f7 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -12,7 +12,7 @@ "@types/bn.js": "^4.11.6", "@types/bs58": "^4.0.1", "@types/chai": "^4.2.12", - "@types/chart.js": "^2.9.24", + "@types/chart.js": "^2.9.25", "@types/classnames": "^2.2.10", "@types/jest": "^26.0.14", "@types/node": "^14.11.2",