diff --git a/package-lock.json b/package-lock.json index f87ca42..2d8b521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@radix-ui/react-slot": "^1.2.2", "@radix-ui/react-tooltip": "^1.2.6", "@tailwindcss/vite": "^4.1.5", - "@tanstack/react-router": "^1.115.0", + "@tanstack/react-router": "^1.125.4", "@tanstack/react-start": "^1.115.1", "@tanstack/router-plugin": "^1.115.0", "bunyan": "^1.8.15", @@ -3338,9 +3338,9 @@ } }, "node_modules/@tanstack/history": { - "version": "1.115.0", - "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.115.0.tgz", - "integrity": "sha512-K7JJNrRVvyjAVnbXOH2XLRhFXDkeP54Kt2P4FR1Kl2KDGlIbkua5VqZQD2rot3qaDrpufyUa63nuLai1kOLTsQ==", + "version": "1.121.34", + "resolved": "https://registry.npmjs.org/@tanstack/history/-/history-1.121.34.tgz", + "integrity": "sha512-YL8dGi5ZU+xvtav2boRlw4zrRghkY6hvdcmHhA0RGSJ/CBgzv+cbADW9eYJLx74XMZvIQ1pp6VMbrpXnnM5gHA==", "engines": { "node": ">=12" }, @@ -3350,13 +3350,14 @@ } }, "node_modules/@tanstack/react-router": { - "version": "1.115.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.115.2.tgz", - "integrity": "sha512-KWRtoDp1odMUUd0m7utTot3NsAxfb/W8UlPG5omtS0TCl8F+ErwurjS6Qn7rKg7q0CF8KcFDvhhBC1cXnOpoSQ==", + "version": "1.125.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.125.4.tgz", + "integrity": "sha512-IIlDiFCR+RN/17dWtYKMYiJvH38tmtgTyciHkeZvr8vSWhThAeuwjzKneF4mQl3B//YHYcrFm7rZM59c24As/A==", "dependencies": { - "@tanstack/history": "1.115.0", + "@tanstack/history": "1.121.34", "@tanstack/react-store": "^0.7.0", - "@tanstack/router-core": "1.115.0", + "@tanstack/router-core": "1.125.4", + "isbot": "^5.1.22", "jsesc": "^3.1.0", "tiny-invariant": "^1.3.3", "tiny-warning": "^1.0.3" @@ -3694,13 +3695,16 @@ } }, "node_modules/@tanstack/router-core": { - "version": "1.115.0", - "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.115.0.tgz", - "integrity": "sha512-5XgesPkppANSnR3lrzakjx5+Vx1q4azI1t+kG2ZFvcLG8iRiJ564bDB1W3X2PZQgfKD78jDO/uWAcJTHH4sXuw==", + "version": "1.125.4", + "resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.125.4.tgz", + "integrity": "sha512-tdgGI0Kwt3Lgs9ceLbG32NPh4I2H1T9t2TKjcS+I78sifm5rjTWV8lfqVRNrvMPk5ek60vXPOL2AHAUg6ohwsA==", "dependencies": { - "@tanstack/history": "1.115.0", + "@tanstack/history": "1.121.34", "@tanstack/store": "^0.7.0", - "tiny-invariant": "^1.3.3" + "cookie-es": "^1.2.2", + "jsesc": "^3.1.0", + "tiny-invariant": "^1.3.3", + "tiny-warning": "^1.0.3" }, "engines": { "node": ">=12" @@ -6568,11 +6572,6 @@ "node": ">= 0.6" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "license": "MIT", @@ -7027,8 +7026,8 @@ }, "node_modules/inflight": { "version": "1.0.6", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -8720,8 +8719,8 @@ }, "node_modules/once": { "version": "1.4.0", - "devOptional": true, "license": "ISC", + "optional": true, "dependencies": { "wrappy": "1" } @@ -11748,8 +11747,8 @@ }, "node_modules/wrappy": { "version": "1.0.2", - "devOptional": true, - "license": "ISC" + "license": "ISC", + "optional": true }, "node_modules/ws": { "version": "8.18.0", diff --git a/package.json b/package.json index 5ced963..c1f0383 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-slot": "^1.2.2", "@radix-ui/react-tooltip": "^1.2.6", "@tailwindcss/vite": "^4.1.5", - "@tanstack/react-router": "^1.115.0", + "@tanstack/react-router": "^1.125.4", "@tanstack/react-start": "^1.115.1", "@tanstack/router-plugin": "^1.115.0", "bunyan": "^1.8.15",