From 6e732375cac787b2c9869c1ed637f7ba6caab5d1 Mon Sep 17 00:00:00 2001 From: Jorge Ramos Date: Mon, 28 May 2018 06:48:28 -0300 Subject: [PATCH] Update of dependencies versions (package.json). --- VERSION.md | 3 +++ package-lock.json | 29 +++++++++++++++++++++-------- package.json | 10 +++++----- 3 files changed, 29 insertions(+), 13 deletions(-) diff --git a/VERSION.md b/VERSION.md index 9b2de6d..51fbb88 100644 --- a/VERSION.md +++ b/VERSION.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 69a5d1a..c6258c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a9a6996..98792b8 100644 --- a/package.json +++ b/package.json @@ -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 " + "Rodrigo Rodriguez ", + "Jorge Ramos " ], "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",