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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-28 16:51:58 +03:00 committed by GitHub
parent 2d52e35aca
commit 28df199a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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": {