From 89afea5b775b7c21e27c480e645a32cc01be5513 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 May 2021 11:08:18 +0000 Subject: [PATCH] Update dependency chart.js to v3 --- .../_Articles/runtime-complexity/package.json | 2 +- .../_Articles/runtime-complexity/yarn.lock | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/package.json b/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/package.json index e10352b5..9becca0d 100644 --- a/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/package.json +++ b/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/package.json @@ -1,7 +1,7 @@ { "dependencies": { "performance-now": "^2.1.0", - "chart.js": "2.7.2", + "chart.js": "3.2.1", "randomstring": "^1.1.5" } } diff --git a/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/yarn.lock b/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/yarn.lock index 776e9d0e..20cc61e9 100644 --- a/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/yarn.lock +++ b/_CONTAINER/JAVASCRIPT/DS-and-Algorithms-Prac/Resources/_Articles/runtime-complexity/yarn.lock @@ -6,26 +6,15 @@ array-uniq@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.2.tgz#5fcc373920775723cfd64d65c64bef53bf9eba6d" -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - -mkdirp@~0.5.0: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - dependencies: - minimist "0.0.8" +chart.js@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.2.1.tgz#1a17d6a88cef324ef711949e227eb51d6c4c26d3" + integrity sha512-XsNDf3854RGZkLCt+5vWAXGAtUdKP2nhfikLGZqud6G4CvRE2ts64TIxTTfspOin2kEZvPgomE29E6oU02dYjQ== performance-now@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" -plotly@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/plotly/-/plotly-1.0.6.tgz#b2672c3df88333625bdf684982d0e3f6521d7aaa" - dependencies: - mkdirp "~0.5.0" - randomstring@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.1.5.tgz#6df0628f75cbd5932930d9fe3ab4e956a18518c3"