From 47ecca02991e90d171818f53bec56bf34974e6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 13:22:54 +0000 Subject: [PATCH] Bump quickchart-js from 1.4.1 to 1.4.2 Bumps [quickchart-js](https://github.com/typpo/quickchart-js) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/typpo/quickchart-js/releases) - [Commits](https://github.com/typpo/quickchart-js/commits) --- updated-dependencies: - dependency-name: quickchart-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e3c93e..c45a550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3036,9 +3036,9 @@ } }, "quickchart-js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/quickchart-js/-/quickchart-js-1.4.1.tgz", - "integrity": "sha512-LLfHUqFmygKMQKh3e4sMInx31htEVkNMnBwHFYnS7ogBuRmsVx4tE1VU1wPay2/FRDUZTNohyvEbm5EKFzHD0g==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/quickchart-js/-/quickchart-js-1.4.2.tgz", + "integrity": "sha512-HMIoSi5CmX0933zwAUq2L0fzGgAlV+TSy89PcLnmzdiAoWQYwcRJpHzUbhwMMgvDICmwko9JXYVlgPxtaZvLjw==", "requires": { "axios": "^0.21.1", "javascript-stringify": "^2.0.1" diff --git a/package.json b/package.json index 94eba61..494f236 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "node-fetch": "^2.6.2", "node-superfetch": "^0.2.3", "quick.db": "^7.1.3", - "quickchart-js": "^1.2.0", + "quickchart-js": "^1.4.2", "reconlx": "^2.4.3", "soundcloud-downloader": "^1.0.0", "string-toolkit": "^1.4.0",