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",