From 509bd7f7c1d1fb3f87c0e707e7ae19fdaf82d169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 18:41:10 +0000 Subject: [PATCH] fix(deps): bump the ords-remix-dependencies group Bumps the ords-remix-dependencies group in /templates/ords-remix-jwt-sample with 4 updates: [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev), [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node), [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) and [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve). Updates `@remix-run/dev` from 2.16.8 to 2.17.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.17.0/packages/remix-dev) Updates `@remix-run/node` from 2.16.8 to 2.17.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.17.0/packages/remix-node) Updates `@remix-run/react` from 2.16.8 to 2.17.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/react@2.17.0/packages/remix-react) Updates `@remix-run/serve` from 2.16.8 to 2.17.0 - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/serve@2.17.0/packages/remix-serve) --- updated-dependencies: - dependency-name: "@remix-run/dev" dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/node" dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/react" dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies - dependency-name: "@remix-run/serve" dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ords-remix-dependencies ... Signed-off-by: dependabot[bot] --- templates/ords-remix-jwt-sample/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/ords-remix-jwt-sample/package.json b/templates/ords-remix-jwt-sample/package.json index 7fa36c7..6f42dd6 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -38,10 +38,10 @@ "@emotion/styled": "^11.13.0", "@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/react": "2.16.8", - "@remix-run/serve": "2.16.8", + "@remix-run/dev": "2.17.0", + "@remix-run/node": "2.17.0", + "@remix-run/react": "2.17.0", + "@remix-run/serve": "2.17.0", "dotenv": "^16.4.5", "embla-carousel": "^8.2.0", "embla-carousel-react": "^8.2.0",