Skip to content

Commit

Permalink
[DEP-DEV]: Bump chart.js from 3.4.0 to 3.4.1 (#76)
Browse files Browse the repository at this point in the history
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 9, 2021
1 parent dd1c58b commit fc70af0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"autoprefixer": "^10.2.6",
"bootstrap": "^5.0.2",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.4.0",
"chart.js": "^3.4.1",
"core-js": "^3.15.2",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
Expand Down
2 changes: 0 additions & 2 deletions src/Resources/public/app.e5bbb882.js

This file was deleted.

2 changes: 2 additions & 0 deletions src/Resources/public/app.f09903e2.js

Large diffs are not rendered by default.

Expand Up @@ -5,7 +5,7 @@
*/

/*!
* Chart.js v3.4.0
* Chart.js v3.4.1
* https://www.chartjs.org
* (c) 2021 Chart.js Contributors
* Released under the MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/entrypoints.json
Expand Up @@ -5,7 +5,7 @@
"/bundles/template/app.4e615dd1.css"
],
"js": [
"/bundles/template/app.e5bbb882.js"
"/bundles/template/app.f09903e2.js"
]
},
"webfont": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"bundles/template/app.css": "/bundles/template/app.4e615dd1.css",
"bundles/template/app.js": "/bundles/template/app.e5bbb882.js",
"bundles/template/app.js": "/bundles/template/app.f09903e2.js",
"bundles/template/webfont.css": "/bundles/template/webfont.eb64eebe.css",
"bundles/template/885.999b312a.js": "/bundles/template/885.999b312a.js",
"bundles/template/images/fa-solid-900.svg": "/bundles/template/images/fa-solid-900.13de59f1.svg",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1985,10 +1985,10 @@ character-reference-invalid@^1.0.0:
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==

chart.js@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.0.tgz#4fb2a750225fcc1b387221422f5d4260b55b4579"
integrity sha512-mJsRm2apQm5mwz2OgYqGNG4erZh/qljcRZkWSa0kLkFr3UC3e1wKRMgnIh6WdhUrNu0w/JT9PkjLyylqEqHXEQ==
chart.js@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.1.tgz#ff3b2b2a04a37b83618b4a6399a5f87ccc0f1e8a"
integrity sha512-0R4mL7WiBcYoazIhrzSYnWcOw6RmrRn7Q4nKZNsBQZCBrlkZKodQbfeojCCo8eETPRCs1ZNTsAcZhIfyhyP61g==

choices.js@^9.0.1:
version "9.0.1"
Expand Down

0 comments on commit fc70af0

Please sign in to comment.