bump roughjs version (#1332)

This commit is contained in:
Preet 2020-04-09 02:12:01 -07:00 committed by GitHub
parent 57bbc9fe55
commit 2852610960
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

@ -13437,9 +13437,9 @@
}
},
"roughjs": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.1.3.tgz",
"integrity": "sha512-tpmMIBuiPTImvvyFr/ZYwHqIRJU+a2KmHvqAIfiPG0jIx8xmVuIU3QqL0UQ0jDxwfIJJJYEobgaYtkvUai2+/A=="
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.1.4.tgz",
"integrity": "sha512-Mrx8r/NhTa9K+WuL2YfB5p40OAN/iRXXxmKUf/rxwgRh9Jrgz+dS2DOqnh0uMwzICJ2Rp0xTIFMgdqf0BCsmug=="
},
"rsvp": {
"version": "4.8.5",

View File

@ -27,7 +27,7 @@
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"roughjs": "4.1.3",
"roughjs": "4.1.4",
"socket.io-client": "2.3.0"
},
"devDependencies": {