From 331584cab2004fa62bf53bf001aee328e3baffab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 08:12:04 +0000 Subject: [PATCH] Bump @remix-run/router from 1.23.0 to 1.23.2 in /transformations-sample Bumps [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) from 1.23.0 to 1.23.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.2/packages/router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.2/packages/router) --- updated-dependencies: - dependency-name: "@remix-run/router" dependency-version: 1.23.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- transformations-sample/package-lock.json | 8 ++++---- transformations-sample/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/transformations-sample/package-lock.json b/transformations-sample/package-lock.json index 322f1eb..95fdf93 100644 --- a/transformations-sample/package-lock.json +++ b/transformations-sample/package-lock.json @@ -42,7 +42,7 @@ "@itwin/unified-selection-react": "^1.0.1", "@itwin/web-viewer-react": "^5.0.0", "@itwin/webgl-compatibility": "^5.0.4", - "@remix-run/router": "^1.23.0", + "@remix-run/router": "^1.23.2", "@types/history": "^4.7.11", "@types/node": "^22.17.0", "@types/react": "^18.3.23", @@ -2382,9 +2382,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.0.tgz", - "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==", + "version": "1.23.2", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.23.2.tgz", + "integrity": "sha512-Ic6m2U/rMjTkhERIa/0ZtXJP17QUi2CbWE7cqx4J58M8aA3QTfW+2UlQ4psvTX9IO1RfNVhK3pcpdjej7L+t2w==", "license": "MIT", "engines": { "node": ">=14.0.0" diff --git a/transformations-sample/package.json b/transformations-sample/package.json index e2cd82d..9a6a588 100644 --- a/transformations-sample/package.json +++ b/transformations-sample/package.json @@ -37,7 +37,7 @@ "@itwin/unified-selection-react": "^1.0.1", "@itwin/web-viewer-react": "^5.0.0", "@itwin/webgl-compatibility": "^5.0.4", - "@remix-run/router": "^1.23.0", + "@remix-run/router": "^1.23.2", "@types/history": "^4.7.11", "@types/node": "^22.17.0", "@types/react": "^18.3.23",