Upgrade tello to v1.2.0

Fixes #16106
Fixes #17746
This commit is contained in:
Antonio Scandurra 2019-07-26 11:21:44 +02:00
parent 99faf0f229
commit d227a202dd
2 changed files with 12 additions and 12 deletions

View File

@ -687,11 +687,11 @@
"integrity": "sha1-ri1acpR38onWDdf5amMUoi3Wwio="
},
"atomdoc": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/atomdoc/-/atomdoc-1.0.6.tgz",
"integrity": "sha512-DU9ABgZw7egM0mxAe2AZX1RqEDyXu/PeIsVni/R3hxeuXEyyf+GVfygcYwclx1d7bEUVVMP+zTB8Aw4itei4sA==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/atomdoc/-/atomdoc-1.2.0.tgz",
"integrity": "sha512-+FbOglb00hPp3G2+XobYEcXUutZD7+jI4IrNo86PaZDdonoSeTWog75z9cO+Zjzix2dQ3cwfO7Qy4LCztLJ6vg==",
"requires": {
"marked": "^0.3.6"
"marked": "^0.6.2"
}
},
"author-regex": {
@ -5049,9 +5049,9 @@
"integrity": "sha512-NcWuJFHDA8V3wkDgR/j4+gZx+YQwstPgfQDV8ndUeWWzta3dnDTBxpVzqS9lkmJAuV5YX35lmyojl6HO5JXAgw=="
},
"marked": {
"version": "0.3.19",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg=="
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz",
"integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ=="
},
"math-random": {
"version": "1.0.1",
@ -10398,11 +10398,11 @@
}
},
"tello": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/tello/-/tello-1.0.7.tgz",
"integrity": "sha512-N/EvP7dLmiNQwg0NFY1igz69Fj6G8RGM2AuVSpJfDWYb831w9Ary81/jwRhgIarFDH6deK7jytHyYMo6FtHbiA==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/tello/-/tello-1.2.0.tgz",
"integrity": "sha512-K5eljuokSpu1rQAB7ZyR62BVqkaYefco37xvERDngkq+e5BKZW40UNlfGbAajEvbAIo5Z6Etzh5yw0fZDfGlpg==",
"requires": {
"atomdoc": "1.0.6",
"atomdoc": "1.2.0",
"optimist": "~0.6",
"underscore": "~1.6"
},

View File

@ -44,7 +44,7 @@
"stylelint": "^9.0.0",
"stylelint-config-standard": "^18.1.0",
"sync-request": "3.0.1",
"tello": "1.0.7",
"tello": "1.2.0",
"terser": "^3.8.1",
"webdriverio": "^5.9.2",
"yargs": "4.8.1"