From a267686098799d659ad379c802cfc764fa2dff8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 10:34:44 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ce96f405d..6bcf21c46 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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" } diff --git a/web/package.json b/web/package.json index 59cac9b34..094640f30 100644 --- a/web/package.json +++ b/web/package.json @@ -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",