From 2801342a73c9d54cfff556487d46e73bd6073f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 01:23:13 +0000 Subject: [PATCH] chore(deps): bump roughjs from 4.3.1 to 4.5.2 Bumps [roughjs](https://github.com/pshihn/rough) from 4.3.1 to 4.5.2. - [Release notes](https://github.com/pshihn/rough/releases) - [Changelog](https://github.com/rough-stuff/rough/blob/master/CHANGELOG.md) - [Commits](https://github.com/pshihn/rough/commits) --- updated-dependencies: - dependency-name: roughjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 bee71f5ff7d8..d020af3f464b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19075,9 +19075,9 @@ } }, "roughjs": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.3.1.tgz", - "integrity": "sha512-m42+OBaBR7x5UhIKyjBCnWqqkaEkBKLkXvHv4pOWJXPofvMnQY4ZcFEQlqf3coKKyZN2lfWMyx7QXSg2GD7SGA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.5.2.tgz", + "integrity": "sha512-2xSlLDKdsWyFxrveYWk9YQ/Y9UfK38EAMRNkYkMqYBJvPX8abCa9PN0x3w02H8Oa6/0bcZICJU+U95VumPqseg==", "requires": { "path-data-parser": "^0.1.0", "points-on-curve": "^0.2.0", diff --git a/package.json b/package.json index 4c5771e7d84a..295864990ab9 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react": "17.0.1", "react-dom": "17.0.1", "react-scripts": "4.0.1", - "roughjs": "4.3.1", + "roughjs": "4.5.2", "socket.io-client": "2.3.1", "typescript": "4.1.3" },