From 8ff977308fe1b4545f7cbd5b7e6ad95bac6729dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 05:33:56 +0000 Subject: [PATCH] Bump inversify from 5.0.1 to 5.0.5 Bumps [inversify](https://github.com/inversify/InversifyJS) from 5.0.1 to 5.0.5. - [Release notes](https://github.com/inversify/InversifyJS/releases) - [Changelog](https://github.com/inversify/InversifyJS/blob/master/CHANGELOG.md) - [Commits](https://github.com/inversify/InversifyJS/compare/5.0.1...5.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fd5e6d..90e5d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -265,9 +265,9 @@ "dev": true }, "inversify": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/inversify/-/inversify-5.0.1.tgz", - "integrity": "sha512-Ieh06s48WnEYGcqHepdsJUIJUXpwH5o5vodAX+DK2JA/gjy4EbEcQZxw+uFfzysmKjiLXGYwNG3qDZsKVMcINQ==" + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/inversify/-/inversify-5.0.5.tgz", + "integrity": "sha512-60QsfPz8NAU/GZqXu8hJ+BhNf/C/c+Hp0eDc6XMIJTxBiP36AQyyQKpBkOVTLWBFDQWYVHpbbEuIsHu9dLuJDA==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index a0de9b5..a26c978 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/mocha": "^7.0.2" }, "dependencies": { - "inversify": "^5.0.1", + "inversify": "^5.0.5", "reflect-metadata": "^0.1.13" } }