openvidu-ionic: Updated xcode dependency
This commit is contained in:
parent
c7441121c9
commit
ae63211805
26
openvidu-ionic/package-lock.json
generated
26
openvidu-ionic/package-lock.json
generated
@ -4170,6 +4170,15 @@
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
||||
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
||||
},
|
||||
"xcode": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
||||
"integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==",
|
||||
"requires": {
|
||||
"simple-plist": "^1.0.0",
|
||||
"uuid": "^3.3.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -18269,12 +18278,19 @@
|
||||
}
|
||||
},
|
||||
"xcode": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
||||
"integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==",
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz",
|
||||
"integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==",
|
||||
"requires": {
|
||||
"simple-plist": "^1.0.0",
|
||||
"uuid": "^3.3.2"
|
||||
"simple-plist": "^1.1.0",
|
||||
"uuid": "^7.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
|
||||
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"xml-escape": {
|
||||
|
||||
@ -38,8 +38,7 @@
|
||||
"core-js": "3.6.5",
|
||||
"openvidu-browser": "2.14.0",
|
||||
"rxjs": "6.5.5",
|
||||
"tslib": "1.11.1",
|
||||
"xcode": "2.1.0",
|
||||
"xcode": "3.0.1",
|
||||
"zone.js": "0.10.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@ -69,6 +68,7 @@
|
||||
"karma-jasmine-html-reporter": "1.5.3",
|
||||
"protractor": "5.4.4",
|
||||
"ts-node": "8.9.1",
|
||||
"tslib": "1.11.1",
|
||||
"tslint": "6.1.2",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user