Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 400e4a9

Browse files
build(deps): bump chart.js from 3.9.0 to 3.9.1 in /api-editor/gui (#1069)
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.9.0 to 3.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chartjs/Chart.js/releases">chart.js's releases</a>.</em></p> <blockquote> <h2>v3.9.1</h2> <h1>Essential Links</h1> <ul> <li><a href="https://www.npmjs.com/package/chart.js">npm</a></li> <li><a href="https://www.chartjs.org/docs/latest/getting-started/v3-migration">Migration guide</a></li> <li><a href="https://www.chartjs.org/docs/latest/">Docs</a></li> <li><a href="https://www.chartjs.org/docs/latest/api/">API</a></li> <li><a href="https://www.chartjs.org/docs/latest/samples/">Samples</a></li> </ul> <h2>Bugs Fixed</h2> <ul> <li><a href="https://github-redirect.dependabot.com/chartjs/Chart.js/issues/10552">#10552</a> fix import helpers</li> </ul> <p>Thanks to <a href="https://github.com/LeeLenaleee"><code>@​LeeLenaleee</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chartjs/Chart.js/commit/5ea4b3adffcea61c7ec256ac3976927c5619c17a"><code>5ea4b3a</code></a> Bump to 3.9.1 (<a href="https://github-redirect.dependabot.com/chartjs/Chart.js/issues/10555">#10555</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/aa5e7e5802d3ce974765a7e144da455962562a2d"><code>aa5e7e5</code></a> fix import helpers (<a href="https://github-redirect.dependabot.com/chartjs/Chart.js/issues/10552">#10552</a>)</li> <li>See full diff in <a href="https://github.com/chartjs/Chart.js/compare/v3.9.0...v3.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chart.js&package-manager=npm_and_yarn&previous-version=3.9.0&new-version=3.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea70c17 commit 400e4a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

api-editor/gui/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-editor/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@emotion/react": "^11.10.0",
2121
"@emotion/styled": "^11.10.4",
2222
"@reduxjs/toolkit": "^1.8.5",
23-
"chart.js": "^3.9.0",
23+
"chart.js": "^3.9.1",
2424
"fastest-levenshtein": "^1.0.16",
2525
"framer-motion": "^6.5.1",
2626
"idb-keyval": "^6.2.0",

0 commit comments

Comments
 (0)