From fd47bd237cb01c5ff1b5e9ec89c7b1e00691323a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 18:57:24 +0100 Subject: [PATCH] Bump roughjs from 4.2.3 to 4.3.0 (#1574) Bumps [roughjs](https://github.com/pshihn/rough) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/pshihn/rough/releases) - [Changelog](https://github.com/pshihn/rough/blob/master/CHANGELOG.md) - [Commits](https://github.com/pshihn/rough/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bc64d85..aec6a5d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14420,9 +14420,9 @@ "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" }, "points-on-path": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.0.tgz", - "integrity": "sha512-X+uusxIDk/DZBC1w6gYCThB9GiSI7wlatxPYmme4wmcWnHFGanxdFBtuZQj1YeYhxXESJ5/Ym/h7DWDMw4A9mA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz", + "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==", "requires": { "path-data-parser": "0.1.0", "points-on-curve": "0.2.0" @@ -16394,13 +16394,13 @@ } }, "roughjs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.2.3.tgz", - "integrity": "sha512-391svwoRClxOBiCcTU/d3C54TjrxyRlDjU2lkZdkjQg5PAG9xR3bf8Uv1oRzkK+DXA+MWwp1d5/Mdo07Z2fFhA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.3.0.tgz", + "integrity": "sha512-aHEBK0dn50v9HP5hMghQmjpkvPD3He9+pm6UbbcmniFJlIbnvWhw72xFVYR44TorhmwpwtKZj6USniiT0Mq98w==", "requires": { "path-data-parser": "^0.1.0", "points-on-curve": "^0.2.0", - "points-on-path": "^0.2.0" + "points-on-path": "^0.2.1" } }, "rsvp": { diff --git a/package.json b/package.json index 63151d90..f831bc78 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react": "16.13.1", "react-dom": "16.13.1", "react-scripts": "3.4.1", - "roughjs": "4.2.3", + "roughjs": "4.3.0", "socket.io-client": "2.3.0", "typescript": "3.8.3" },