Update Apps Engine to 1.3.1 (#12741)

pull/12780/head
Rodrigo Nascimento 7 years ago committed by GitHub
parent 32e453e638
commit c97933f2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -444,9 +444,9 @@
"integrity": "sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA="
},
"@rocket.chat/apps-engine": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@rocket.chat/apps-engine/-/apps-engine-1.3.0.tgz",
"integrity": "sha512-zBVyopNhMJ8cMqvQnZYx5vDBbBi5P67GWU2ElYXA/gpJGqzc6gEOf3JpHg61iGuK7e1aHJTG51JRgET2hvZ8WA==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@rocket.chat/apps-engine/-/apps-engine-1.3.1.tgz",
"integrity": "sha512-zmxbU1crUVrjbqDtAyq3cCfPnoJU5tiRIjivj4nGCBra8voy4ddtMvutJS6yTMBjRzzKzTFzh4BLoMicvS/JMg==",
"requires": {
"adm-zip": "^0.4.9",
"lodash.clonedeep": "^4.5.0",

@ -121,7 +121,7 @@
"@google-cloud/language": "^1.2.0",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/vision": "^0.19.0",
"@rocket.chat/apps-engine": "1.3.0",
"@rocket.chat/apps-engine": "1.3.1",
"@slack/client": "^4.8.0",
"adm-zip": "^0.4.11",
"archiver": "^2.1.1",

Loading…
Cancel
Save