diff --git a/package-lock.json b/package-lock.json index ff40306e..bfcb6efd 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.5", @@ -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 a77b816d..a5553b0d 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.5",