From 28df199a78bf5abfaab1d5f3f5e32c6bc8105495 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 16:51:58 +0300 Subject: [PATCH] Bump roughjs from 4.2.1 to 4.2.3 (#1500) Bumps [roughjs](https://github.com/pshihn/rough) from 4.2.1 to 4.2.3. - [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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac3c9932..d31441b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16582,9 +16582,9 @@ } }, "roughjs": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.2.1.tgz", - "integrity": "sha512-OFUpA5smxcA6fE+uX4Nc6cvXMhYJ+/YscePoRyWpH36EJP/2GCtBi9VnhBFIO8lIfTtD0smLoWjVPFFKUMEfpA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.2.3.tgz", + "integrity": "sha512-391svwoRClxOBiCcTU/d3C54TjrxyRlDjU2lkZdkjQg5PAG9xR3bf8Uv1oRzkK+DXA+MWwp1d5/Mdo07Z2fFhA==", "requires": { "path-data-parser": "^0.1.0", "points-on-curve": "^0.2.0", diff --git a/package.json b/package.json index 8411b4e9..9b9a5cc2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react": "16.13.1", "react-dom": "16.13.1", "react-scripts": "3.4.1", - "roughjs": "4.2.1", + "roughjs": "4.2.3", "socket.io-client": "2.3.0" }, "devDependencies": {