fix(all): Updating of npm packages.

This commit is contained in:
Rodrigo Rodriguez 2020-11-22 11:23:07 -03:00
parent 2311b82392
commit 241bc5ab69
2 changed files with 638 additions and 887 deletions

1499
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "botlib", "name": "botlib",
"version": "1.6.7", "version": "1.7.0",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index", "types": "dist/index",
@ -23,27 +23,27 @@
"build-lib": "tsc" "build-lib": "tsc"
}, },
"dependencies": { "dependencies": {
"async": "3.1.0", "async": "3.2.0",
"botbuilder": "4.7.0", "botbuilder": "4.11.0",
"botbuilder-ai": "4.7.0", "botbuilder-ai": "4.11.0",
"botbuilder-azure": "4.7.0", "botbuilder-azure": "4.11.0",
"botbuilder-dialogs": "4.7.0", "botbuilder-dialogs": "4.11.0",
"chrono-node": "1.3.11", "chrono-node": "2.1.9",
"dotenv-extended": "2.7.1", "dotenv-extended": "2.9.0",
"iconv-lite": "0.5.0", "iconv-lite": "0.6.2",
"ms": "2.1.2", "ms": "2.1.2",
"pragmatismo-io-framework": "1.0.20", "pragmatismo-io-framework": "1.0.20",
"reflect-metadata": "0.1.13", "reflect-metadata": "0.1.13",
"sequelize": "5.21.5", "sequelize": "5.21.5",
"sequelize-typescript": "1.1.0", "sequelize-typescript": "1.1.0",
"underscore": "1.9.1", "underscore": "1.11.0",
"winston": "3.2.1" "winston": "3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/sequelize": "4.28.8", "@types/sequelize": "4.28.8",
"@types/winston": "2.4.4", "@types/winston": "2.4.4",
"ts-node": "8.5.4", "ts-node": "9.0.0",
"typedoc": "0.15.6", "typedoc": "0.19.2",
"typescript": "3.7.4" "typescript": "4.1.2"
} }
} }