From 19c4594e2b9c4655d13b5ea9f86711e00ccbab25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 18:47:34 +0000 Subject: [PATCH] fix(deps): bump isbot in /templates/ords-remix-jwt-sample Bumps [isbot](https://github.com/omrilotan/isbot) from 4.4.0 to 5.1.34. - [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md) - [Commits](https://github.com/omrilotan/isbot/compare/v4.4.0...v5.1.34) --- updated-dependencies: - dependency-name: isbot dependency-version: 5.1.34 dependency-type: direct:production update-type: version-update:semver-major ... 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..b91e16f 100644 --- a/templates/ords-remix-jwt-sample/package.json +++ b/templates/ords-remix-jwt-sample/package.json @@ -45,7 +45,7 @@ "dotenv": "^16.4.5", "embla-carousel": "^8.2.0", "embla-carousel-react": "^8.2.0", - "isbot": "4", + "isbot": "5", "isomorphic-dompurify": "^2.13.0", "material-ui-popup-state": "^5.3.1", "node-fetch": "3.3.2",