Browse Source

Update js-utils

dev1
Jaya Allamsetty 5 years ago
parent
commit
9ba4c15e85
2 changed files with 14 additions and 8 deletions
  1. 13
    7
      package-lock.json
  2. 1
    1
      package.json

+ 13
- 7
package-lock.json View File

@@ -2010,9 +2010,9 @@
2010 2010
       }
2011 2011
     },
2012 2012
     "bowser": {
2013
-      "version": "1.9.1",
2014
-      "resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.1.tgz",
2015
-      "integrity": "sha512-UXti1JB6oK8hO983AImunnV6j/fqAEeDlPXh99zhsP5g32oLbxJJ6qcOaUesR+tqqhnUVQHlRJyD0dfiV0Hxaw=="
2013
+      "version": "2.7.0",
2014
+      "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.7.0.tgz",
2015
+      "integrity": "sha512-aIlMvstvu8x+34KEiOHD3AsBgdrzg6sxALYiukOWhFvGMbQI6TRP/iY0LMhUrHs56aD6P1G0Z7h45PUJaa5m9w=="
2016 2016
     },
2017 2017
     "brace-expansion": {
2018 2018
       "version": "1.1.8",
@@ -5497,11 +5497,12 @@
5497 5497
       "dev": true
5498 5498
     },
5499 5499
     "js-utils": {
5500
-      "version": "github:jitsi/js-utils#446497893023aa8dec403e0e4e35a22cae6bc87d",
5501
-      "from": "github:jitsi/js-utils#446497893023aa8dec403e0e4e35a22cae6bc87d",
5500
+      "version": "github:jitsi/js-utils#400ce825d3565019946ee75d86ed773c6f21e117",
5501
+      "from": "github:jitsi/js-utils#400ce825d3565019946ee75d86ed773c6f21e117",
5502 5502
       "requires": {
5503
-        "bowser": "1.9.1",
5504
-        "js-md5": "0.7.3"
5503
+        "bowser": "2.7.0",
5504
+        "js-md5": "0.7.3",
5505
+        "postis": "2.2.0"
5505 5506
       }
5506 5507
     },
5507 5508
     "js-yaml": {
@@ -7596,6 +7597,11 @@
7596 7597
       "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
7597 7598
       "dev": true
7598 7599
     },
7600
+    "postis": {
7601
+      "version": "2.2.0",
7602
+      "resolved": "https://registry.npmjs.org/postis/-/postis-2.2.0.tgz",
7603
+      "integrity": "sha1-3F4yN2WYXd/cv9r8MUGpVprvdak="
7604
+    },
7599 7605
     "precommit-hook": {
7600 7606
       "version": "3.0.0",
7601 7607
       "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-3.0.0.tgz",

+ 1
- 1
package.json View File

@@ -21,7 +21,7 @@
21 21
     "async": "0.9.0",
22 22
     "current-executing-script": "0.1.3",
23 23
     "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#5ec92357570dc8f0b7ffc1528820721c84c6af8b",
24
-    "js-utils": "github:jitsi/js-utils#446497893023aa8dec403e0e4e35a22cae6bc87d",
24
+    "js-utils": "github:jitsi/js-utils#400ce825d3565019946ee75d86ed773c6f21e117",
25 25
     "lodash.isequal": "4.5.0",
26 26
     "sdp-transform": "2.3.0",
27 27
     "strophe.js": "1.2.16",

Loading…
Cancel
Save