freifunk-bot.meta

Issues/PRs archive for MTRNord/freifunk-bot
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.meta.git
Log | Files | Refs

118.diff (1273B)


      1 diff --git a/package.json b/package.json
      2 index 30520ea..8035e03 100644
      3 --- a/package.json
      4 +++ b/package.json
      5 @@ -22,7 +22,7 @@
      6      "nordlab"
      7    ],
      8    "dependencies": {
      9 -    "async": "^2.5.0",
     10 +    "async": "^3.0.0",
     11      "botanio": "0.0.6",
     12      "curlrequest": "^1.0.1",
     13      "express": "^4.15.4",
     14 diff --git a/yarn.lock b/yarn.lock
     15 index 85f5a64..94fe147 100644
     16 --- a/yarn.lock
     17 +++ b/yarn.lock
     18 @@ -69,11 +69,9 @@ assert-plus@^0.1.5:
     19    version "0.1.5"
     20    resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.1.5.tgz#ee74009413002d84cec7219c6ac811812e723160"
     21  
     22 -async@^2.5.0:
     23 -  version "2.5.0"
     24 -  resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
     25 -  dependencies:
     26 -    lodash "^4.14.0"
     27 +async@^3.0.0:
     28 +  version "3.1.0"
     29 +  resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772"
     30  
     31  async@~0.9.0:
     32    version "0.9.2"
     33 @@ -827,7 +825,7 @@ locate-path@^3.0.0:
     34      p-locate "^3.0.0"
     35      path-exists "^3.0.0"
     36  
     37 -lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4:
     38 +lodash@^4.13.1, lodash@^4.17.2, lodash@^4.17.4:
     39    version "4.17.4"
     40    resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
     41