From 3247f9f21910121e3d0207fc7433c7a3d2e50b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:01:40 +0000 Subject: [PATCH] Bump konva from 4.2.2 to 8.4.0 in /ocr/web Bumps [konva](https://github.com/konvajs/konva) from 4.2.2 to 8.4.0. - [Release notes](https://github.com/konvajs/konva/releases) - [Changelog](https://github.com/konvajs/konva/blob/master/CHANGELOG.md) - [Commits](https://github.com/konvajs/konva/compare/4.2.2...8.4.0) --- updated-dependencies: - dependency-name: konva dependency-type: direct:production update-type: version-update:semver-major ... 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..fc50bfc7 100644 --- a/ocr/web/package.json +++ b/ocr/web/package.json @@ -5,7 +5,7 @@ "dependencies": { "axios": "^0.21.1", "bootstrap": "^3.4.1", - "konva": "^4.0.12", + "konva": "^8.4.0", "prop-types": "^15.7.2", "react": "^16.8.3", "react-card-flip": "^1.0.10",