⬆ Bump @tanstack/react-router from 1.131.36 to 1.131.37 in /frontend (#1872)
Bumps [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) from 1.131.36 to 1.131.37. - [Release notes](https://github.com/TanStack/router/releases) - [Commits](https://github.com/TanStack/router/commits/v1.131.37/packages/react-router) --- updated-dependencies: - dependency-name: "@tanstack/react-router" dependency-version: 1.131.37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
58
frontend/package-lock.json
generated
58
frontend/package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@tanstack/react-query": "^5.87.1",
|
||||
"@tanstack/react-query-devtools": "^5.87.3",
|
||||
"@tanstack/react-router": "^1.131.36",
|
||||
"@tanstack/react-router": "^1.131.37",
|
||||
"axios": "1.11.0",
|
||||
"form-data": "4.0.4",
|
||||
"next-themes": "^0.4.6",
|
||||
@@ -2015,14 +2015,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/react-router": {
|
||||
"version": "1.131.36",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.36.tgz",
|
||||
"integrity": "sha512-9tglm3Rf9qkANBIyYLbGlOjNj7GDBr0jOEOaADfwiGV3Ua3P562MGn7nHUOrfRfA6u2MCg0EKJ+LH7AeWxAqkg==",
|
||||
"license": "MIT",
|
||||
"version": "1.131.37",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.37.tgz",
|
||||
"integrity": "sha512-nsPd4BQk7I6w3trDgjf8EwhzSSvXxONho7vRvudp1HaDnn75ZRYbwITmCk+j/PPRkHFKHm6Obd2pzR2v1Ila2w==",
|
||||
"dependencies": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
"@tanstack/react-store": "^0.7.0",
|
||||
"@tanstack/router-core": "1.131.36",
|
||||
"@tanstack/router-core": "1.131.37",
|
||||
"isbot": "^5.1.22",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"tiny-warning": "^1.0.3"
|
||||
@@ -2061,6 +2060,27 @@
|
||||
"react-dom": ">=18.0.0 || >=19.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/react-router/node_modules/@tanstack/router-core": {
|
||||
"version": "1.131.37",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.37.tgz",
|
||||
"integrity": "sha512-+TdAwY8bMUiVSOgwbIiUBJFqU2QzG5FQv7YzjuyFFigmmWwCcpZm7RAZ0fK8pmiTEaBChKtd0k7YJ/6wHNn6ew==",
|
||||
"dependencies": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
"@tanstack/store": "^0.7.0",
|
||||
"cookie-es": "^1.2.2",
|
||||
"seroval": "^1.3.2",
|
||||
"seroval-plugins": "^1.3.2",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"tiny-warning": "^1.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/tannerlinsley"
|
||||
}
|
||||
},
|
||||
"node_modules/@tanstack/react-store": {
|
||||
"version": "0.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-store/-/react-store-0.7.4.tgz",
|
||||
@@ -2083,6 +2103,7 @@
|
||||
"version": "1.131.36",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.36.tgz",
|
||||
"integrity": "sha512-faGrKwrJBjJDxbcyeaOXgQcyccmzIGkwk+tnFeJuMTnH5OMfArykYnTZ9BxIrlOY2Mori9DXmYKMlig6mVqmGA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
@@ -6762,16 +6783,32 @@
|
||||
}
|
||||
},
|
||||
"@tanstack/react-router": {
|
||||
"version": "1.131.36",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.36.tgz",
|
||||
"integrity": "sha512-9tglm3Rf9qkANBIyYLbGlOjNj7GDBr0jOEOaADfwiGV3Ua3P562MGn7nHUOrfRfA6u2MCg0EKJ+LH7AeWxAqkg==",
|
||||
"version": "1.131.37",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.131.37.tgz",
|
||||
"integrity": "sha512-nsPd4BQk7I6w3trDgjf8EwhzSSvXxONho7vRvudp1HaDnn75ZRYbwITmCk+j/PPRkHFKHm6Obd2pzR2v1Ila2w==",
|
||||
"requires": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
"@tanstack/react-store": "^0.7.0",
|
||||
"@tanstack/router-core": "1.131.36",
|
||||
"@tanstack/router-core": "1.131.37",
|
||||
"isbot": "^5.1.22",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"tiny-warning": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/router-core": {
|
||||
"version": "1.131.37",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.37.tgz",
|
||||
"integrity": "sha512-+TdAwY8bMUiVSOgwbIiUBJFqU2QzG5FQv7YzjuyFFigmmWwCcpZm7RAZ0fK8pmiTEaBChKtd0k7YJ/6wHNn6ew==",
|
||||
"requires": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
"@tanstack/store": "^0.7.0",
|
||||
"cookie-es": "^1.2.2",
|
||||
"seroval": "^1.3.2",
|
||||
"seroval-plugins": "^1.3.2",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"tiny-warning": "^1.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@tanstack/react-router-devtools": {
|
||||
@@ -6796,6 +6833,7 @@
|
||||
"version": "1.131.36",
|
||||
"resolved": "https://registry.npmjs.org/@tanstack/router-core/-/router-core-1.131.36.tgz",
|
||||
"integrity": "sha512-faGrKwrJBjJDxbcyeaOXgQcyccmzIGkwk+tnFeJuMTnH5OMfArykYnTZ9BxIrlOY2Mori9DXmYKMlig6mVqmGA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@tanstack/history": "1.131.2",
|
||||
"@tanstack/store": "^0.7.0",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@tanstack/react-query": "^5.87.1",
|
||||
"@tanstack/react-query-devtools": "^5.87.3",
|
||||
"@tanstack/react-router": "^1.131.36",
|
||||
"@tanstack/react-router": "^1.131.37",
|
||||
"axios": "1.11.0",
|
||||
"form-data": "4.0.4",
|
||||
"next-themes": "^0.4.6",
|
||||
|
||||
Reference in New Issue
Block a user