From c20045b1ed740f5c5182493f4abab23b179d125b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:38:17 +0000 Subject: [PATCH] Update @nestia/core requirement from ^2.2.1 to ^2.2.3 Updates the requirements on [@nestia/core](https://github.com/samchon/nestia) to permit the latest version. - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](https://github.com/samchon/nestia/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: "@nestia/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cba48db..ba43f17 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "typescript-transform-paths": "^3.4.6" }, "dependencies": { - "@nestia/core": "^2.2.1", + "@nestia/core": "^2.2.3", "@prisma/client": "^5.3.1", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0",