From a81932546103c7674d1781c9e3929fec677404db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:51:31 +0000 Subject: [PATCH] Bump @types/enzyme Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.13 to 3.10.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme) --- updated-dependencies: - dependency-name: "@types/enzyme" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../grafana-chord-plugin/package.json | 2 +- .../grafana-custom-plugins/grafana-chord-plugin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/grafana-custom-plugins/grafana-chord-plugin/package.json b/plugins/grafana-custom-plugins/grafana-chord-plugin/package.json index c5371e1b3..eaba8fc1d 100644 --- a/plugins/grafana-custom-plugins/grafana-chord-plugin/package.json +++ b/plugins/grafana-custom-plugins/grafana-chord-plugin/package.json @@ -26,7 +26,7 @@ "@grafana/toolkit": "latest", "@grafana/ui": "latest", "@types/d3": "^7.1.0", - "@types/enzyme": "^3.10.13", + "@types/enzyme": "^3.10.14", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/my-d3": "npm:@types/d3@7.1.0", "emotion": "11.0.0" diff --git a/plugins/grafana-custom-plugins/grafana-chord-plugin/yarn.lock b/plugins/grafana-custom-plugins/grafana-chord-plugin/yarn.lock index 2fd011e20..6cd17dee6 100644 --- a/plugins/grafana-custom-plugins/grafana-chord-plugin/yarn.lock +++ b/plugins/grafana-custom-plugins/grafana-chord-plugin/yarn.lock @@ -3406,10 +3406,10 @@ dependencies: "@types/enzyme" "*" -"@types/enzyme@*", "@types/enzyme@^3.10.13": - version "3.10.13" - resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.13.tgz#332c0ed59b01f7b1c398c532a1c21a5feefabeb1" - integrity sha512-FCtoUhmFsud0Yx9fmZk179GkdZ4U9B0GFte64/Md+W/agx0L5SxsIIbhLBOxIb9y2UfBA4WQnaG1Od/UsUQs9Q== +"@types/enzyme@*", "@types/enzyme@^3.10.14": + version "3.10.14" + resolved "https://registry.yarnpkg.com/@types/enzyme/-/enzyme-3.10.14.tgz#dc30e3820a6331e8165be442cc778f25457ec44d" + integrity sha512-JeTG2MNUX1bH2DqccwUe3SuPoLu+kUz5UgR3Tvl9nBdfNj7rBZscytctSjEatd5Ul9GXXGKaQBaxODIgJYVRqA== dependencies: "@types/cheerio" "*" "@types/react" "^16"