From 2461cbeb7e4da2e2a5a16845a1191b4ff7a3478e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:21:03 +0000 Subject: [PATCH] chore: bump @progress/kendo-drawing Bumps the kendo-dependencies group in /examples/kendo-react-nextjs with 1 update: [@progress/kendo-drawing](https://github.com/telerik/kendo-drawing). Updates `@progress/kendo-drawing` from 1.20.3 to 1.20.4 - [Commits](https://github.com/telerik/kendo-drawing/commits) --- updated-dependencies: - dependency-name: "@progress/kendo-drawing" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kendo-dependencies ... Signed-off-by: dependabot[bot] --- examples/kendo-react-nextjs/package-lock.json | 8 ++++---- examples/kendo-react-nextjs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/kendo-react-nextjs/package-lock.json b/examples/kendo-react-nextjs/package-lock.json index ccb6631e..0c77535f 100644 --- a/examples/kendo-react-nextjs/package-lock.json +++ b/examples/kendo-react-nextjs/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "dependencies": { "@progress/kendo-data-query": "^1.7.0", - "@progress/kendo-drawing": "^1.20.3", + "@progress/kendo-drawing": "^1.20.4", "@progress/kendo-licensing": "^1.3.3", "@progress/kendo-react-animation": "^8.3.0", "@progress/kendo-react-buttons": "^8.3.0", @@ -213,9 +213,9 @@ } }, "node_modules/@progress/kendo-drawing": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/@progress/kendo-drawing/-/kendo-drawing-1.20.3.tgz", - "integrity": "sha512-WsXxJncvBbYdqZgQRJzYM/xJTFVURu1FF7Qzn+e8liy0KprxvdW2kJTkyeKHjiGLgWuJZaLZhRY01od4gDl9+g==", + "version": "1.20.4", + "resolved": "https://registry.npmjs.org/@progress/kendo-drawing/-/kendo-drawing-1.20.4.tgz", + "integrity": "sha512-Us2nq0GRjArjZ76Sh2Qn8zkPKZStLnckoLAykpBkB89Y+44UE/AYwyHZpKp9BjjsUoBQ+EeOH+BrDi1dGzphcw==", "dependencies": { "@progress/pako-esm": "^1.0.1" } diff --git a/examples/kendo-react-nextjs/package.json b/examples/kendo-react-nextjs/package.json index 7ec172d1..41970f23 100644 --- a/examples/kendo-react-nextjs/package.json +++ b/examples/kendo-react-nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@progress/kendo-data-query": "^1.7.0", - "@progress/kendo-drawing": "^1.20.3", + "@progress/kendo-drawing": "^1.20.4", "@progress/kendo-licensing": "^1.3.3", "@progress/kendo-react-animation": "^8.3.0", "@progress/kendo-react-buttons": "^8.3.0",