From 5b97563f4e9422e39b51506277f02ec479c4c914 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2019 05:41:50 +0000 Subject: [PATCH] build(deps): bump @medjaibot/framework from 1.3.0 to 1.4.0 Bumps [@medjaibot/framework](https://github.com/MedjaiBot/Framework) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/MedjaiBot/Framework/releases) - [Changelog](https://github.com/MedjaiBot/Framework/blob/v1.4.0/CHANGELOG.md) - [Commits](https://github.com/MedjaiBot/Framework/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5da18b4..0bb5661 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "typescript": "^3.6.3" }, "dependencies": { - "@medjaibot/framework": "^1.3.0", + "@medjaibot/framework": "^1.4.0", "dotenv": "^8.1.0", "inversify": "^5.0.1", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index 42a10a3..83e944a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -323,10 +323,10 @@ "@types/istanbul-reports" "^1.1.1" "@types/yargs" "^13.0.0" -"@medjaibot/framework@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@medjaibot/framework/-/framework-1.3.0.tgz#2889eaf4223fd3af65004f2207cedff2cb57f401" - integrity sha512-+uaHeSXE8ZqM8j0kNaRSxH95wtDpeSys9aEnwXXG8Q+hvsNYKjt64V8J1Io6tZtTSDnplFZJr4bdnFPknZrZ1A== +"@medjaibot/framework@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@medjaibot/framework/-/framework-1.4.0.tgz#b3225ce917036f0fb471658597d56b9b6bbd9fb2" + integrity sha512-sOY31LTzhGyoEDk2rhm8JH+SoicdqOxkjE4dOL0gHy4jt67EBKNiTVK7VU9LrXUa2uJSRLQ5xB35kWolTzWPGg== dependencies: inversify "^5.0.1" reflect-metadata "^0.1.13"