From 2663c9c6c84f66f6998d14609a78ca005f4ab59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:08:52 +0000 Subject: [PATCH] feat: bump @expressots/core from 2.16.1 to 2.16.2 Bumps [@expressots/core](https://github.com/expressots/expressots) from 2.16.1 to 2.16.2. - [Release notes](https://github.com/expressots/expressots/releases) - [Changelog](https://github.com/expressots/expressots/blob/main/CHANGELOG.md) - [Commits](https://github.com/expressots/expressots/compare/2.16.1...2.16.2) --- updated-dependencies: - dependency-name: "@expressots/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5465c1b..12e6762 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint:fix": "eslint \"src/**/*.ts\" --fix" }, "dependencies": { - "@expressots/core": "2.16.1", + "@expressots/core": "2.16.2", "inversify": "6.0.2", "reflect-metadata": "0.2.2" },