From dbe7814f3a1650addee9fc96f255fec2b67d0c1e Mon Sep 17 00:00:00 2001 From: KDSBrowne <kert.browne85@gmail.com> Date: Mon, 23 Apr 2018 18:56:49 -0700 Subject: [PATCH] adds the makeup-screenreader-trap package --- bigbluebutton-html5/package-lock.json | 13 +++++++++++++ bigbluebutton-html5/package.json | 5 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/package-lock.json b/bigbluebutton-html5/package-lock.json index 65c1f78163..12409622a1 100644 --- a/bigbluebutton-html5/package-lock.json +++ b/bigbluebutton-html5/package-lock.json @@ -836,6 +836,11 @@ "array-find-index": "1.0.2" } }, + "custom-event-polyfill": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-0.3.0.tgz", + "integrity": "sha1-mYB4Ob5i7bRGtkWDLg2A6tb6GIg=" + }, "cycle": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz", @@ -3036,6 +3041,14 @@ "yallist": "2.1.2" } }, + "makeup-screenreader-trap": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/makeup-screenreader-trap/-/makeup-screenreader-trap-0.0.5.tgz", + "integrity": "sha512-I2rb0Prijbz3eyko3sZY10tjF5ZLUol2mpbRbl/XJCLUybMZCr5c0iKg4N+pGsCONPWITvcfIS/qtEGQUOYUmQ==", + "requires": { + "custom-event-polyfill": "0.3.0" + } + }, "map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", diff --git a/bigbluebutton-html5/package.json b/bigbluebutton-html5/package.json index 63e5826b40..950cce51ef 100644 --- a/bigbluebutton-html5/package.json +++ b/bigbluebutton-html5/package.json @@ -23,15 +23,15 @@ } }, "dependencies": { - "babel-runtime": "~6.26.0", "//": [ "core-js is included with babel-runtime", "but Meteor 1.6.0.1 doesn't see it there for some reason", "need to investigate" ], - "core-js": "~2.5.3", + "babel-runtime": "~6.26.0", "classnames": "~2.2.5", "clipboard": "~1.7.1", + "core-js": "~2.5.3", "eventemitter2": "~4.1.2", "flat": "~4.0.0", "hiredis": "~0.5.0", @@ -39,6 +39,7 @@ "immutability-helper": "~2.4.0", "langmap": "0.0.16", "lodash": "~4.17.4", + "makeup-screenreader-trap": "0.0.5", "meteor-node-stubs": "~0.3.2", "node-sass": "~4.5.3", "probe-image-size": "~3.1.0", -- GitLab