From c4a9eb4b75fd23f598779af124ded727f446ffb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 04:29:47 +0000 Subject: [PATCH] Bump konva from 7.2.5 to 8.0.1 Bumps [konva](https://github.com/konvajs/konva) from 7.2.5 to 8.0.1. - [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.2.5...8.0.1) 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 ba6ece0..f58f445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "0.0.1", "dependencies": { "@svgdotjs/svg.js": "^3.0.16", - "konva": "^7.2.5" + "konva": "^8.0.1" }, "devDependencies": { "@types/jest": "^26.0.23", @@ -8157,9 +8157,23 @@ } }, "node_modules/konva": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/konva/-/konva-7.2.5.tgz", - "integrity": "sha512-yk/li8rUF+09QNlOdkwbEId+QvfATMe/aMGVouWW1oFoUVTYWHsQuIAE6lWy11DK8mLJEJijkNAXC5K+NVlMew==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/konva/-/konva-8.0.1.tgz", + "integrity": "sha512-QDppGS1L5Dhod1zjwy9GVVjeyfPBHnPncL5oRh1NyjR1mEvhrLjzflrkdW+p73uFIW9hwCDZVLGxzzjQre9izw==", + "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/leven": { "version": "3.1.0", @@ -19388,9 +19402,9 @@ "dev": true }, "konva": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/konva/-/konva-7.2.5.tgz", - "integrity": "sha512-yk/li8rUF+09QNlOdkwbEId+QvfATMe/aMGVouWW1oFoUVTYWHsQuIAE6lWy11DK8mLJEJijkNAXC5K+NVlMew==" + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/konva/-/konva-8.0.1.tgz", + "integrity": "sha512-QDppGS1L5Dhod1zjwy9GVVjeyfPBHnPncL5oRh1NyjR1mEvhrLjzflrkdW+p73uFIW9hwCDZVLGxzzjQre9izw==" }, "leven": { "version": "3.1.0", diff --git a/package.json b/package.json index dec2ec1..8cc0b5d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@svgdotjs/svg.js": "^3.0.16", - "konva": "^7.2.5" + "konva": "^8.0.1" }, "devDependencies": { "@types/jest": "^26.0.23",