aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2021-02-23 14:22:54 +0100
committerSaúl Ibarra Corretgé <s@saghul.net>2021-02-23 14:22:54 +0100
commitb8f4da2213fab7dd5b741b5cd9e43529221fba15 (patch)
treebd6caab89f391450e941f71e2c2cac4b62a95d0b /package-lock.json
parentedc2f3e8c8ca812fd927f7ff086193bd1ad0603b (diff)
Update dependencies
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json32
1 files changed, 12 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json
index 3c85b05..766edb0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3594,6 +3594,15 @@
"resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
"integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA=="
},
+ "@jitsi/js-utils": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@jitsi/js-utils/-/js-utils-1.0.5.tgz",
+ "integrity": "sha512-1APQyuqQaYDR+W7cdgzsaBo6x8dpF8sfelcBf3ngNU3Jd+DzuuwUvCMTbr2+cCuy6w59ZAuQ7e2ixCnnOXOW4Q==",
+ "requires": {
+ "bowser": "2.7.0",
+ "js-md5": "0.7.3"
+ }
+ },
"@sindresorhus/is": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
@@ -10164,23 +10173,15 @@
}
},
"jitsi-meet-electron-utils": {
- "version": "github:jitsi/jitsi-meet-electron-utils#d606da675a3e8f2e327bcf12b15120b188002d0f",
- "from": "github:jitsi/jitsi-meet-electron-utils#v2.0.12",
+ "version": "github:jitsi/jitsi-meet-electron-utils#314b561a095e414fe1d7687f705fce126f46b112",
+ "from": "github:jitsi/jitsi-meet-electron-utils#v2.0.13",
"requires": {
"jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#v1.0.0",
"mac-screen-capture-permissions": "^1.1.0",
"nan": "^2.14.0",
"postis": "^2.2.0",
"prebuild-install": "^5.3.0",
- "robotjs": "0.6.0",
- "semver": "7.1.1"
- },
- "dependencies": {
- "semver": {
- "version": "7.1.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz",
- "integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A=="
- }
+ "robotjs": "0.6.0"
}
},
"jitsi-meet-logger": {
@@ -10197,15 +10198,6 @@
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
},
- "js-utils": {
- "version": "github:jitsi/js-utils#cf11996bd866fdb47326c59a5d3bc24be17282d4",
- "from": "github:jitsi/js-utils#cf11996bd866fdb47326c59a5d3bc24be17282d4",
- "requires": {
- "bowser": "2.7.0",
- "js-md5": "0.7.3",
- "postis": "2.2.0"
- }
- },
"js-yaml": {
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",