diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-03 02:04:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 02:04:18 +0000 |
commit | e7f1251a362fafad0a03db956378aa3218570bbe (patch) | |
tree | 8c2916ac9ca61cbf46033c2983556876b2127190 | |
parent | 38ae2883839f4738e69d80b84c1fbd714d19b165 (diff) |
Bump tsyringe from 4.5.0 to 4.6.0
Bumps [tsyringe](https://github.com/Microsoft/tsyringe) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/Microsoft/tsyringe/releases)
- [Commits](https://github.com/Microsoft/tsyringe/commits)
---
updated-dependencies:
- dependency-name: tsyringe
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 31b5cc9..70b0a3b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ts-jest": "^27.1.3", "ts-loader": "^9.2.6", "ts-node": "^10.4.0", - "tsyringe": "4.5.0", + "tsyringe": "4.6.0", "typescript": "4.3.5", "web-ext-types": "^3.2.1", "webpack": "5.67.0", @@ -5530,10 +5530,10 @@ tsutils@^3.17.1: dependencies: tslib "^1.8.1" -tsyringe@4.5.0: - version "4.5.0" - resolved "https://registry.npmjs.org/tsyringe/-/tsyringe-4.5.0.tgz" - integrity sha512-XvYgdUxkmGQfpCkKyr/ybJx71OLSnNec1SO0xdohMjaS2UOEyKi76YfKx92XUXgc1TocypHENg6y4wCyYyMKag== +tsyringe@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/tsyringe/-/tsyringe-4.6.0.tgz#14915d3d7f0db35e1cf7269bdbf7c440713c8d07" + integrity sha512-BMQAZamSfEmIQzH8WJeRu1yZGQbPSDuI9g+yEiKZFIcO46GPZuMOC2d0b52cVBdw1d++06JnDSIIZvEnogMdAw== dependencies: tslib "^1.9.3" |