From 4ce401fbe844d0be22b8518722d7d5f1f62d995d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 02:10:12 +0000 Subject: [PATCH] chore(deps): bump points-on-curve from 0.2.0 to 1.0.0 Bumps [points-on-curve](https://github.com/pshihn/bezier-points) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/pshihn/bezier-points/releases) - [Commits](https://github.com/pshihn/bezier-points/commits) --- updated-dependencies: - dependency-name: points-on-curve dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++++--- package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bee71f5ff7d8..bd89d89dc2cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16424,9 +16424,9 @@ } }, "points-on-curve": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", - "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-1.0.0.tgz", + "integrity": "sha512-5RXAghb/GI+u96jzhXzHflA2qYgC/mXNsjUGXSlcPSQZHNe+xJSo32L3Kb7XD7tPrmYZOTed5F/7UaWNjY6lwg==" }, "points-on-path": { "version": "0.2.1", @@ -16435,6 +16435,13 @@ "requires": { "path-data-parser": "0.1.0", "points-on-curve": "0.2.0" + }, + "dependencies": { + "points-on-curve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", + "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" + } } }, "portfinder": { @@ -19082,6 +19089,13 @@ "path-data-parser": "^0.1.0", "points-on-curve": "^0.2.0", "points-on-path": "^0.2.1" + }, + "dependencies": { + "points-on-curve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz", + "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" + } } }, "router": { diff --git a/package.json b/package.json index 4c5771e7d84a..6e7427ccb8ac 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "png-chunk-text": "1.0.0", "png-chunks-encode": "1.0.0", "png-chunks-extract": "1.0.0", - "points-on-curve": "0.2.0", + "points-on-curve": "1.0.0", "pwacompat": "2.0.17", "react": "17.0.1", "react-dom": "17.0.1",