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",