From 043e825cf6b12f4904ea88588dbf5ba737459fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 14:26:46 +0000 Subject: [PATCH] chore(deps): bump chartist from 0.11.4 to 1.3.0 Bumps [chartist](https://github.com/chartist-js/chartist) from 0.11.4 to 1.3.0. - [Release notes](https://github.com/chartist-js/chartist/releases) - [Changelog](https://github.com/chartist-js/chartist/blob/main/CHANGELOG.md) - [Commits](https://github.com/chartist-js/chartist/compare/v0.11.4...v1.3.0) --- updated-dependencies: - dependency-name: chartist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c8a3cb0..fb1f9e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@docusaurus/theme-live-codeblock": "^2.2.0", "@emotion/css": "^11.1.3", "autoprefixer": "^9.8.6", - "chartist": "^0.11.4", + "chartist": "^1.3.0", "classnames": "^2.3.1", "faker": "^5.5.3", "gridjs": "^6.0.6", @@ -4814,11 +4814,11 @@ } }, "node_modules/chartist": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.4.tgz", - "integrity": "sha512-H4AimxaUD738/u9Mq8t27J4lh6STsLi4BQHt65nOtpLk3xyrBPaLiLMrHw7/WV9CmsjGA02WihjuL5qpSagLYw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/chartist/-/chartist-1.3.0.tgz", + "integrity": "sha512-M3ckI3ua7EHt08WLZvdi3QXn5g+in27qU6TxjI5bpriS6QwIZlWtisyUhFbpGclW546SlT3SL9oq0vFFDiAo6g==", "engines": { - "node": ">=4.6.0" + "node": ">=14" } }, "node_modules/cheerio": { diff --git a/package.json b/package.json index 8cf75d43..9accad8a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@docusaurus/theme-live-codeblock": "^2.2.0", "@emotion/css": "^11.1.3", "autoprefixer": "^9.8.6", - "chartist": "^0.11.4", + "chartist": "^1.3.0", "classnames": "^2.3.1", "faker": "^5.5.3", "gridjs": "^6.0.6",