From 6b35b0b23977886dbc3a330ec185eecc1386c73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:12:16 +0000 Subject: [PATCH] fix(deps): bump @remix-run/node in /templates/ords-remix-jwt-sample Bumps [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) from 2.16.8 to 2.17.2. - [Release notes](https://github.com/remix-run/remix/releases) - [Commits](https://github.com/remix-run/remix/commits/remix@2.17.2/packages/remix-node) --- updated-dependencies: - dependency-name: "@remix-run/node" dependency-version: 2.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index 7fa36c7..8cec6e7 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -39,7 +39,7 @@ "@mui/icons-material": "5.16.14", "@mui/material": "5.16.14", "@remix-run/dev": "2.16.8", - "@remix-run/node": "2.16.8", + "@remix-run/node": "2.17.2", "@remix-run/react": "2.16.8", "@remix-run/serve": "2.16.8", "dotenv": "^16.4.5",