Parcourir la source

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] il y a 5 ans
Parent
commit
fd47bd237c
2 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

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

+ 1 - 1
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"
   },