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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-16 13:22:54 +00:00 committed by GitHub
parent f078cd030a
commit 47ecca0299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3036,9 +3036,9 @@
} }
}, },
"quickchart-js": { "quickchart-js": {
"version": "1.4.1", "version": "1.4.2",
"resolved": "https://registry.npmjs.org/quickchart-js/-/quickchart-js-1.4.1.tgz", "resolved": "https://registry.npmjs.org/quickchart-js/-/quickchart-js-1.4.2.tgz",
"integrity": "sha512-LLfHUqFmygKMQKh3e4sMInx31htEVkNMnBwHFYnS7ogBuRmsVx4tE1VU1wPay2/FRDUZTNohyvEbm5EKFzHD0g==", "integrity": "sha512-HMIoSi5CmX0933zwAUq2L0fzGgAlV+TSy89PcLnmzdiAoWQYwcRJpHzUbhwMMgvDICmwko9JXYVlgPxtaZvLjw==",
"requires": { "requires": {
"axios": "^0.21.1", "axios": "^0.21.1",
"javascript-stringify": "^2.0.1" "javascript-stringify": "^2.0.1"

View file

@ -70,7 +70,7 @@
"node-fetch": "^2.6.2", "node-fetch": "^2.6.2",
"node-superfetch": "^0.2.3", "node-superfetch": "^0.2.3",
"quick.db": "^7.1.3", "quick.db": "^7.1.3",
"quickchart-js": "^1.2.0", "quickchart-js": "^1.4.2",
"reconlx": "^2.4.3", "reconlx": "^2.4.3",
"soundcloud-downloader": "^1.0.0", "soundcloud-downloader": "^1.0.0",
"string-toolkit": "^1.4.0", "string-toolkit": "^1.4.0",