From e1ca683dd84a738c55f782f3668ce0fe43be7f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Jan 2021 19:57:11 +0000 Subject: [PATCH] Bump tsyringe from 4.3.0 to 4.4.0 Bumps [tsyringe](https://github.com/Microsoft/tsyringe) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/Microsoft/tsyringe/releases) - [Commits](https://github.com/Microsoft/tsyringe/compare/v4.3.0...v4.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4979641..82879c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28053,9 +28053,9 @@ } }, "tsyringe": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.3.0.tgz", - "integrity": "sha512-Vzty1M/EQXSsEE8aoIOLl1l793chcPyQAnFJaS1mFDtFvNPY+jknSPwMIF6yfcjua+2GTgwxWFzuA3cjIx4NZA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/tsyringe/-/tsyringe-4.4.0.tgz", + "integrity": "sha512-SlMApe1lhIq546CDp7bF+IdF4RB6d+9C5T7B0AS0P/Bm+Qpizj/gEmZzvw9J/KlXPEt4qHTbi1TRvX3rCPSdTg==", "dev": true, "requires": { "tslib": "^1.9.3"