From 32755dba4d99c8c6a48700a629fb64f94683d501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:05:09 +0000 Subject: [PATCH] npm(deps): bump @tinyhttp/app from 1.3.15 to 2.0.28 Bumps [@tinyhttp/app](https://github.com/tinyhttp/tinyhttp/tree/HEAD/packages/app) from 1.3.15 to 2.0.28. - [Release notes](https://github.com/tinyhttp/tinyhttp/releases) - [Commits](https://github.com/tinyhttp/tinyhttp/commits/@tinyhttp/app@2.0.28/packages/app) --- updated-dependencies: - dependency-name: "@tinyhttp/app" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c294490..8f00d11 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ ] }, "dependencies": { - "@tinyhttp/app": "^1.3.7", + "@tinyhttp/app": "^2.0.28", "apollo-server-express": "^2.25.0", "axios": "^0.22.0", "body-parser": "^1.19.0",