From 7155c5d872b3e212ae498e4610a0238b0d664885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 09:16:21 +0000 Subject: [PATCH] Bump konva from 7.0.3 to 8.3.0 Bumps [konva](https://github.com/konvajs/konva) from 7.0.3 to 8.3.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/7.0.3...8.3.0) --- updated-dependencies: - dependency-name: konva dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31de907d..dc2d9a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "file-saver": "^2.0.5", "husky": "^7.0.2", "jszip": "^3.7.1", - "konva": "^7.0.3", + "konva": "^8.3.0", "lint-staged": "^10.5.4", "material-ui-popup-state": "^1.8.3", "notistack": "^1.0.10", @@ -18803,9 +18803,23 @@ } }, "node_modules/konva": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/konva/-/konva-7.0.3.tgz", - "integrity": "sha512-Qgq4DtzNeJdx2f5wDnhcvojddvYFYn/8dNvf0TrGe3sVyYMG3Jj/aVq37dfjYlOzvWPlE1aGcc0xqNRpnxHL5A==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/konva/-/konva-8.3.0.tgz", + "integrity": "sha512-V83lFjf1xPJp7SzWKktOgRFPYa8SOHKVfgru3jjdMjKTGNpCGrIh3CuJeKC/tJ5Fg0P3lOpPCR30gDbDsATmDA==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/lavrton" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/konva" + }, + { + "type": "github", + "url": "https://github.com/sponsors/lavrton" + } + ] }, "node_modules/language-subtag-registry": { "version": "0.3.21", @@ -43624,9 +43638,9 @@ "integrity": "sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==" }, "konva": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/konva/-/konva-7.0.3.tgz", - "integrity": "sha512-Qgq4DtzNeJdx2f5wDnhcvojddvYFYn/8dNvf0TrGe3sVyYMG3Jj/aVq37dfjYlOzvWPlE1aGcc0xqNRpnxHL5A==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/konva/-/konva-8.3.0.tgz", + "integrity": "sha512-V83lFjf1xPJp7SzWKktOgRFPYa8SOHKVfgru3jjdMjKTGNpCGrIh3CuJeKC/tJ5Fg0P3lOpPCR30gDbDsATmDA==" }, "language-subtag-registry": { "version": "0.3.21", diff --git a/package.json b/package.json index 49c1a956..6c79807a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "file-saver": "^2.0.5", "husky": "^7.0.2", "jszip": "^3.7.1", - "konva": "^7.0.3", + "konva": "^8.3.0", "lint-staged": "^10.5.4", "material-ui-popup-state": "^1.8.3", "notistack": "^1.0.10",