diff --git a/package-lock.json b/package-lock.json index e90ace2..d3c0f5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@radix-ui/react-visually-hidden": "^1.1.2", "@tailwindcss/vite": "^4.0.14", "@tanstack/react-query": "^5.67.3", - "@tanstack/react-router": "^1.120.5", + "@tanstack/react-router": "^1.132.47", "@tanstack/react-virtual": "^3.13.9", "@tanstack/router-devtools": "^1.120.6", "@types/fluent-ffmpeg": "^2.1.27", @@ -5025,9 +5025,9 @@ } }, "node_modules/@tanstack/history": { - "version": "1.131.2", - "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.131.2.tgz", - "integrity": "sha512-cs1WKawpXIe+vSTeiZUuSBy8JFjEuDgdMKZFRLKwQysKo8y2q6Q1HvS74Yw+m5IhOW1nTZooa6rlgdfXcgFAaw==", + "version": "1.132.31", + "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.132.31.tgz", + "integrity": "sha512-UCHM2uS0t/uSszqPEo+SBSSoQVeQ+LlOWAVBl5SA7+AedeAbKafIPjFn8huZCXNLAYb0WKV2+wETr7lDK9uz7g==", "license": "MIT", "engines": { "node": ">=12" @@ -5064,14 +5064,14 @@ } }, "node_modules/@tanstack/react-router": { - "version": "1.131.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.3.tgz", - "integrity": "sha512-1wxsStYJai0/ssOQeO+8mh5VmMmJWIZOtIEEqDxIhQX4dHyurKl6khl34+qLtDvWFsj6zgiMwjID3GQj5SMz1w==", + "version": "1.132.47", + "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.132.47.tgz", + "integrity": "sha512-mjCN1ueVLHBOK1gqLeacCrUPBZietMKTkr7xZlC32dCGn4e+83zMSlRTS2TrEl7+wEH+bqjnoyx8ALYTSiQ1Cg==", "license": "MIT", "dependencies": { - "@tanstack/history": "1.131.2", + "@tanstack/history": "1.132.31", "@tanstack/react-store": "^0.7.0", - "@tanstack/router-core": "1.131.3", + "@tanstack/router-core": "1.132.47", "isbot": "^5.1.22", "tiny-invariant": "^1.3.3", "tiny-warning": "^1.0.3" @@ -5145,14 +5145,14 @@ } }, "node_modules/@tanstack/router-core": { - "version": "1.131.3", - "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.3.tgz", - "integrity": "sha512-8sby4n2pgRJ7qZrFvuS6v21oBDHCRoFM8p+/HAIra2d32cD5wS5k9DeNltWFUAJFXdsdwpdGVA0iXSAc0WfIHw==", + "version": "1.132.47", + "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.132.47.tgz", + "integrity": "sha512-8YKFHmG6VUqXaWAJzEqjyW6w31dARS2USd2mtI5ZeZcihqMbskK28N4iotBXNn+sSKJnPRjc7A4jTnnEf8Mn8Q==", "license": "MIT", "dependencies": { - "@tanstack/history": "1.131.2", + "@tanstack/history": "1.132.31", "@tanstack/store": "^0.7.0", - "cookie-es": "^1.2.2", + "cookie-es": "^2.0.0", "seroval": "^1.3.2", "seroval-plugins": "^1.3.2", "tiny-invariant": "^1.3.3", @@ -7488,9 +7488,9 @@ } }, "node_modules/cookie-es": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz", - "integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-2.0.0.tgz", + "integrity": "sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==", "license": "MIT" }, "node_modules/cookie-signature": { diff --git a/package.json b/package.json index 6216073..882a316 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@radix-ui/react-visually-hidden": "^1.1.2", "@tailwindcss/vite": "^4.0.14", "@tanstack/react-query": "^5.67.3", - "@tanstack/react-router": "^1.120.5", + "@tanstack/react-router": "^1.132.47", "@tanstack/react-virtual": "^3.13.9", "@tanstack/router-devtools": "^1.120.6", "@types/fluent-ffmpeg": "^2.1.27",