From be906c47f010dccf4568e7dc0bfa4f5e66c261f7 Mon Sep 17 00:00:00 2001
From: lazorfuzz <leontosy@gmail.com>
Date: Tue, 20 Nov 2018 15:45:31 -0800
Subject: [PATCH] update attachmediastream

---
 package.json | 2 +-
 yarn.lock    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 7a2ca97..8c12fea 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "main": "./dist/liowebrtc.js",
   "description": "A WebRTC library that makes it easy to embed peer to peer communication into UI components.",
   "dependencies": {
-    "attachmediastream": "^2.0.0",
+    "attachmediastream": "^2.0.4",
     "eslint-plugin-jest": "^21.24.1",
     "filetransfer": "^2.0.4",
     "getscreenmedia": "^5.0.0",
diff --git a/yarn.lock b/yarn.lock
index 8c780a8..f9137a0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -371,9 +371,9 @@ atob@^2.1.1:
   version "2.1.2"
   resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
 
-attachmediastream@^2.0.0:
-  version "2.0.2"
-  resolved "https://registry.yarnpkg.com/attachmediastream/-/attachmediastream-2.0.2.tgz#796e4561637c718afc5d28891c4c7a701bdf7354"
+attachmediastream@^2.0.4:
+  version "2.0.4"
+  resolved "https://registry.yarnpkg.com/attachmediastream/-/attachmediastream-2.0.4.tgz#342c19ad1f7211761ee19ab5873339486c1926bf"
 
 aws-sign2@~0.7.0:
   version "0.7.0"
-- 
GitLab