Update of dependencies versions (package.json).

This commit is contained in:
Jorge Ramos 2018-05-28 06:48:28 -03:00
parent 234643231d
commit 6e732375ca
3 changed files with 29 additions and 13 deletions

View file

@ -1,5 +1,8 @@
# History
## Version 0.0.24
- Update of dependencies versions (package.json).
## 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.

29
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botlib",
"version": "0.0.23",
"version": "0.0.24",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -193,9 +193,10 @@
}
},
"@types/sequelize": {
"version": "4.27.14",
"resolved": "https://registry.npmjs.org/@types/sequelize/-/sequelize-4.27.14.tgz",
"integrity": "sha512-HhVIMkod7zsr8XeonUwVtFYs3XGWFvyB7FlicBXwLEFKKQwQ2xpO+4YuwGDir7CrmsT5bhCru4VhEAZQAwPonQ==",
"version": "4.27.20",
"resolved": "https://registry.npmjs.org/@types/sequelize/-/sequelize-4.27.20.tgz",
"integrity": "sha512-iaikdvQWtHTTISWB5aLDhA/8T734ZTxTwneN+dFTyhjSEyiG3TmCZJ+GS+KH2Ei4EOMzm2OVyRNBeXW9TYKVCA==",
"dev": true,
"requires": {
"@types/bluebird": "3.5.18",
"@types/continuation-local-storage": "3.2.1",
@ -2344,9 +2345,9 @@
"integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA=="
},
"sequelize": {
"version": "4.37.7",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-4.37.7.tgz",
"integrity": "sha512-1/M1Aua2GgejZbUI3T90G3uXXjcM4gTfFC36jGsepaJh3cRK9plPmlZeKkAQWWn4bCJaJozeEtuxfyPfQUY9wg==",
"version": "4.37.10",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-4.37.10.tgz",
"integrity": "sha512-Ugfqfciorsq2xX2xOimp/f2VVQdMAnClrl+0i34OgjVgQOAXDjgbbA5TwYTgGNxuv/a7r3+ELQi28mNmoizsSw==",
"requires": {
"bluebird": "3.5.1",
"cls-bluebird": "2.1.0",
@ -2384,6 +2385,17 @@
"version": "6.0.41",
"resolved": "https://registry.npmjs.org/@types/node/-/node-6.0.41.tgz",
"integrity": "sha1-V4z1Oq7GWIe8rxZ5L4ciky6P+Oo="
},
"@types/sequelize": {
"version": "4.27.14",
"resolved": "https://registry.npmjs.org/@types/sequelize/-/sequelize-4.27.14.tgz",
"integrity": "sha512-HhVIMkod7zsr8XeonUwVtFYs3XGWFvyB7FlicBXwLEFKKQwQ2xpO+4YuwGDir7CrmsT5bhCru4VhEAZQAwPonQ==",
"requires": {
"@types/bluebird": "3.5.18",
"@types/continuation-local-storage": "3.2.1",
"@types/lodash": "4.14.109",
"@types/validator": "9.4.1"
}
}
}
},
@ -2753,7 +2765,8 @@
"typescript": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.8.3.tgz",
"integrity": "sha512-K7g15Bb6Ra4lKf7Iq2l/I5/En+hLIHmxWZGq3D4DIRNFxMNV6j2SHSvDOqs2tGd4UvD/fJvrwopzQXjLrT7Itw=="
"integrity": "sha512-K7g15Bb6Ra4lKf7Iq2l/I5/En+hLIHmxWZGq3D4DIRNFxMNV6j2SHSvDOqs2tGd4UvD/fJvrwopzQXjLrT7Itw==",
"dev": true
},
"typpy": {
"version": "2.3.10",

View file

@ -1,11 +1,12 @@
{
"name": "botlib",
"version": "0.0.23",
"version": "0.0.24",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"contributors": [
"Rodrigo Rodriguez <me@rodrigorodriguez.com>"
"Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"Jorge Ramos <jramos@pobox.com>"
],
"homepage": "http://www.generalbot.com",
"repository": {
@ -24,14 +25,13 @@
"iconv-lite": "^0.4.19",
"pragmatismo-io-framework": "^1.0.11",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.37.6",
"typescript": "^2.7.1",
"sequelize": "^4.37.10",
"urljoin": "^0.1.5",
"wait-until": "0.0.2",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/sequelize": "^4.27.14",
"@types/sequelize": "^4.27.20",
"@types/chai": "4.1.3",
"@types/mocha": "5.2.0",
"chai": "^4.1.2",