build(deps): bump @types/chart.js from 2.9.35 to 2.9.36 in /web (#2621)

Bumps [@types/chart.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chart.js) from 2.9.35 to 2.9.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chart.js)

---
updated-dependencies:
- dependency-name: "@types/chart.js"
  dependency-type: direct:production
  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>
This commit is contained in:
dependabot[bot] 2022-03-30 10:34:44 +02:00 committed by GitHub
parent 9ee06b7d1f
commit a267686098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -34,7 +34,7 @@
"@sentry/tracing": "^6.19.2",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chart.js": "^2.9.35",
"@types/chart.js": "^2.9.36",
"@types/codemirror": "5.60.5",
"@types/grecaptcha": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
@ -2721,9 +2721,9 @@
}
},
"node_modules/@types/chart.js": {
"version": "2.9.35",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.35.tgz",
"integrity": "sha512-MWx/zZlh4wHBbM4Tm4YsZyYGb1/LkTiFLFwX/FXb0EJCvXX2xWTRHwlJ2RAAEXWxLrOdaAWP8vFtJXny+4CpEw==",
"version": "2.9.36",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.36.tgz",
"integrity": "sha512-lkG9C6O5TqKyW3JDWMfCedVUATH4AeQCo8Q/vflT/0VDj6KMcba+jr1wLe+IXQ+F9mVWn80DVsDnt6cPuGutIg==",
"dependencies": {
"moment": "^2.10.2"
}
@ -10833,9 +10833,9 @@
}
},
"@types/chart.js": {
"version": "2.9.35",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.35.tgz",
"integrity": "sha512-MWx/zZlh4wHBbM4Tm4YsZyYGb1/LkTiFLFwX/FXb0EJCvXX2xWTRHwlJ2RAAEXWxLrOdaAWP8vFtJXny+4CpEw==",
"version": "2.9.36",
"resolved": "https://registry.npmjs.org/@types/chart.js/-/chart.js-2.9.36.tgz",
"integrity": "sha512-lkG9C6O5TqKyW3JDWMfCedVUATH4AeQCo8Q/vflT/0VDj6KMcba+jr1wLe+IXQ+F9mVWn80DVsDnt6cPuGutIg==",
"requires": {
"moment": "^2.10.2"
}

View File

@ -77,7 +77,7 @@
"@sentry/tracing": "^6.19.2",
"@squoosh/cli": "^0.7.2",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/chart.js": "^2.9.35",
"@types/chart.js": "^2.9.36",
"@types/codemirror": "5.60.5",
"@types/grecaptcha": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",