From f6a7e1c61168fb6d0a5078c6deb4d779fab987c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:56:39 +0000 Subject: [PATCH] Update react-konva requirement from ^16.9.0-1 to ^18.2.5 in /ocr/web Updates the requirements on [react-konva](https://github.com/konvajs/react-konva) to permit the latest version. - [Release notes](https://github.com/konvajs/react-konva/releases) - [Commits](https://github.com/konvajs/react-konva/commits) --- updated-dependencies: - dependency-name: react-konva dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ocr/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocr/web/package.json b/ocr/web/package.json index f5116378..a729daa2 100644 --- a/ocr/web/package.json +++ b/ocr/web/package.json @@ -12,7 +12,7 @@ "react-dom": "^16.8.3", "react-file-uploader": "^1.0.0", "react-html5-camera-photo": "^1.3.0", - "react-konva": "^16.9.0-1", + "react-konva": "^18.2.5", "react-scripts": "^3.0.1", "react-uuid": "^1.0.2", "reactstrap": "^8.1.1"