Trying to remove botbuilder dependency on hoek vunerability with no success, MS is promissing update it: https://github.com/Microsoft/BotBuilder/issues/4206.

package-lock.json can't be re-created due to a unknown non thrown error. TO BE FIXED.
This commit is contained in:
Rodrigo Rodriguez 2018-05-16 12:01:22 -03:00
parent 4f883155aa
commit 9346b6b108
3 changed files with 5 additions and 3823 deletions

View file

@ -1,5 +1,8 @@
# History
## Version 0.0.23
- FIX: Trying to remove botbuilder dependency on hoek vunerability with no success, MS is promissing update it: https://github.com/Microsoft/BotBuilder/issues/4206.
## Version 0.0.22
- FIX: Packages updated.

3819
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "0.0.22",
"version": "0.0.23",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
@ -16,7 +16,7 @@
"dependencies": {
"@types/azure": "^0.9.19",
"async": "^2.6.0",
"botbuilder": "^3.14.0",
"botbuilder": "^3.15.0",
"botbuilder-location": "^2.0.0",
"chrono-node": "^1.2.5",
"dotenv-extended": "^2.0.2",
@ -25,8 +25,6 @@
"pragmatismo-io-framework": "^1.0.11",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.37.6",
"text-parse": "^3.0.0",
"textract": "^2.2.0",
"typescript": "^2.7.1",
"urljoin": "^0.1.5",
"wait-until": "0.0.2",