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:
parent
4f883155aa
commit
9346b6b108
3 changed files with 5 additions and 3823 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
# History
|
# 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
|
## Version 0.0.22
|
||||||
|
|
||||||
- FIX: Packages updated.
|
- FIX: Packages updated.
|
||||||
|
|
|
||||||
3819
package-lock.json
generated
3819
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "botlib",
|
"name": "botlib",
|
||||||
"version": "0.0.22",
|
"version": "0.0.23",
|
||||||
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
|
||||||
"main": "dist/src/index.js",
|
"main": "dist/src/index.js",
|
||||||
"types": "dist/src/index.d.ts",
|
"types": "dist/src/index.d.ts",
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/azure": "^0.9.19",
|
"@types/azure": "^0.9.19",
|
||||||
"async": "^2.6.0",
|
"async": "^2.6.0",
|
||||||
"botbuilder": "^3.14.0",
|
"botbuilder": "^3.15.0",
|
||||||
"botbuilder-location": "^2.0.0",
|
"botbuilder-location": "^2.0.0",
|
||||||
"chrono-node": "^1.2.5",
|
"chrono-node": "^1.2.5",
|
||||||
"dotenv-extended": "^2.0.2",
|
"dotenv-extended": "^2.0.2",
|
||||||
|
|
@ -25,8 +25,6 @@
|
||||||
"pragmatismo-io-framework": "^1.0.11",
|
"pragmatismo-io-framework": "^1.0.11",
|
||||||
"reflect-metadata": "^0.1.12",
|
"reflect-metadata": "^0.1.12",
|
||||||
"sequelize": "^4.37.6",
|
"sequelize": "^4.37.6",
|
||||||
"text-parse": "^3.0.0",
|
|
||||||
"textract": "^2.2.0",
|
|
||||||
"typescript": "^2.7.1",
|
"typescript": "^2.7.1",
|
||||||
"urljoin": "^0.1.5",
|
"urljoin": "^0.1.5",
|
||||||
"wait-until": "0.0.2",
|
"wait-until": "0.0.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue