From a5981caf771c4c9abd41d30c633c77a4424b4f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:59:55 +0000 Subject: [PATCH] chore(deps): bump konva from 9.3.22 to 10.2.5 Bumps [konva](https://github.com/konvajs/konva) from 9.3.22 to 10.2.5. - [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/9.3.22...10.2.5) --- updated-dependencies: - dependency-name: konva dependency-version: 10.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package-lock.json | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index fefcefe2..6677b3e4 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -25,7 +25,7 @@ "@uiw/react-color-chrome": "2.10.1", "html2canvas": "1.4.1", "immer": "10.1.1", - "konva": "9.3.22", + "konva": "10.2.5", "lodash.clonedeep": "4.5.0", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/package-lock.json b/package-lock.json index 27781100..d82625d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@uiw/react-color-chrome": "2.10.1", "html2canvas": "1.4.1", "immer": "10.1.1", - "konva": "9.3.22", + "konva": "^10.2.5", "lodash.clonedeep": "4.5.0", "react": "18.3.1", "react-dom": "18.3.1", @@ -60,6 +60,26 @@ "vite": "8.0.8" } }, + "apps/web/node_modules/konva": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/konva/-/konva-10.2.5.tgz", + "integrity": "sha512-WwBoe/EBhFcv+seL1Wnp3OAOwOFjCY4nCCgpLRrzUzw1IX4lKf/lYhj2Z3qo9P9q2fA3h+OdGDlimSNqZJaY5A==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/lavrton" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/konva" + }, + { + "type": "github", + "url": "https://github.com/sponsors/lavrton" + } + ], + "license": "MIT" + }, "node_modules/@adobe/css-tools": { "version": "4.4.4", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.4.tgz", @@ -5636,7 +5656,8 @@ "url": "https://github.com/sponsors/lavrton" } ], - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/leven": { "version": "3.1.0",