5 Commits

Author SHA1 Message Date
313fcd0026 Update dependency eslint-plugin-react-dom to ^1.53.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-08 00:10:50 +00:00
c3c90d4279 Merge pull request 'Update dependency @mui/x-charts to ^8.17.0' (#134) from renovate/mui-x-charts-8.x into main
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-07 00:11:50 +00:00
d37571e763 Merge pull request 'Update Rust crate sha2 to 0.11.0-rc.3' (#133) from renovate/sha2-0.x into main
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-07 00:11:47 +00:00
65d60161cd Update dependency @mui/x-charts to ^8.17.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-06 00:12:24 +00:00
a4d323318d Update Rust crate sha2 to 0.11.0-rc.3
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-06 00:12:20 +00:00
4 changed files with 118 additions and 118 deletions

View File

@@ -941,9 +941,9 @@ dependencies = [
[[package]] [[package]]
name = "crypto-common" name = "crypto-common"
version = "0.2.0-rc.4" version = "0.2.0-rc.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8235645834fbc6832939736ce2f2d08192652269e11010a6240f61b908a1c6" checksum = "919bd05924682a5480aec713596b9e2aabed3a0a6022fab6847f85a99e5f190a"
dependencies = [ dependencies = [
"hybrid-array", "hybrid-array",
] ]
@@ -1152,13 +1152,13 @@ dependencies = [
[[package]] [[package]]
name = "digest" name = "digest"
version = "0.11.0-rc.3" version = "0.11.0-rc.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac89f8a64533a9b0eaa73a68e424db0fb1fd6271c74cc0125336a05f090568d" checksum = "ea390c940e465846d64775e55e3115d5dc934acb953de6f6e6360bc232fe2bf7"
dependencies = [ dependencies = [
"block-buffer 0.11.0-rc.5", "block-buffer 0.11.0-rc.5",
"const-oid 0.10.1", "const-oid 0.10.1",
"crypto-common 0.2.0-rc.4", "crypto-common 0.2.0-rc.5",
] ]
[[package]] [[package]]
@@ -2297,7 +2297,7 @@ dependencies = [
"rust_xlsxwriter", "rust_xlsxwriter",
"serde", "serde",
"serde_json", "serde_json",
"sha2 0.11.0-rc.2", "sha2 0.11.0-rc.3",
"tempfile", "tempfile",
"thiserror 2.0.17", "thiserror 2.0.17",
"tokio", "tokio",
@@ -3300,13 +3300,13 @@ dependencies = [
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.11.0-rc.2" version = "0.11.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924" checksum = "19d43dc0354d88b791216bb5c1bfbb60c0814460cc653ae0ebd71f286d0bd927"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"cpufeatures", "cpufeatures",
"digest 0.11.0-rc.3", "digest 0.11.0-rc.4",
] ]
[[package]] [[package]]

View File

@@ -30,7 +30,7 @@ lazy-regex = "3.4.2"
jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] } jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] }
mime_guess = "2.0.5" mime_guess = "2.0.5"
rust-embed = { version = "8.7.2" } rust-embed = { version = "8.7.2" }
sha2 = "0.11.0-rc.2" sha2 = "0.11.0-rc.3"
base16ct = "0.2.0" base16ct = "0.2.0"
httpdate = "1.0.3" httpdate = "1.0.3"
chrono = "0.4.42" chrono = "0.4.42"

View File

@@ -16,7 +16,7 @@
"@mdi/react": "^1.6.1", "@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.2", "@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2", "@mui/material": "^7.1.2",
"@mui/x-charts": "^8.16.0", "@mui/x-charts": "^8.17.0",
"@mui/x-data-grid": "^8.15.0", "@mui/x-data-grid": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0", "@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^3.6.0", "date-and-time": "^3.6.0",
@@ -35,7 +35,7 @@
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^4.7.0", "@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0", "eslint": "^9.32.0",
"eslint-plugin-react-dom": "^1.52.4", "eslint-plugin-react-dom": "^1.53.1",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-refresh": "^00.4.20",
"eslint-plugin-react-x": "^1.52.9", "eslint-plugin-react-x": "^1.52.9",
@@ -2290,16 +2290,16 @@
} }
}, },
"node_modules/@mui/x-charts": { "node_modules/@mui/x-charts": {
"version": "8.16.0", "version": "8.17.0",
"resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.16.0.tgz", "resolved": "https://registry.npmjs.org/@mui/x-charts/-/x-charts-8.17.0.tgz",
"integrity": "sha512-Gx1kkda2BZWQUAJS5pR3hV/EaUS1cEiSWkQyu6riyeLz9trnkAuhSzOUX3X7vuN7k6JDLm+YUBpiHXFsMPrpfA==", "integrity": "sha512-bLWqiA1QMI8FwJzTOzgxaQUHgfNYvaGldLLrlu+XG8nXt9y+pR5EDZjpSO0f0PUBqol9lf7zX9jjT/GRk2QIIQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.28.4", "@babel/runtime": "^7.28.4",
"@mui/utils": "^7.3.3", "@mui/utils": "^7.3.3",
"@mui/x-charts-vendor": "8.15.0", "@mui/x-charts-vendor": "8.15.0",
"@mui/x-internal-gestures": "0.3.4", "@mui/x-internal-gestures": "0.3.4",
"@mui/x-internals": "8.16.0", "@mui/x-internals": "8.17.0",
"bezier-easing": "^2.1.0", "bezier-easing": "^2.1.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"flatqueue": "^3.0.0", "flatqueue": "^3.0.0",
@@ -2351,9 +2351,9 @@
} }
}, },
"node_modules/@mui/x-charts/node_modules/@mui/x-internals": { "node_modules/@mui/x-charts/node_modules/@mui/x-internals": {
"version": "8.16.0", "version": "8.17.0",
"resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.16.0.tgz", "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-8.17.0.tgz",
"integrity": "sha512-JR53WOFqmQYQzurOpB0H91K7/9uMcte1ooxHxTLGB+97PgB+rKY6siRWvUALGS56XyPV+1a2ALI33hd2E7+Rgg==", "integrity": "sha512-KvmR0PPX1j2i44y0DXwzs45jIPMu/YZYXYy7xvzo+ZNdYebbW5LbVeG4zdEUnKHyOG02oHdI7MM9AxcZE16TBw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.28.4", "@babel/runtime": "^7.28.4",
@@ -3983,21 +3983,21 @@
} }
}, },
"node_modules/eslint-plugin-react-dom": { "node_modules/eslint-plugin-react-dom": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-1.52.4.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-1.53.1.tgz",
"integrity": "sha512-UVt3T48F48Nbl40eqSzwkjpUnLnobj0St7EwpbItMhEOgcwjle8Jrxe2odetQBCuwPZ0dkeH0yE1PbAlNfQU/A==", "integrity": "sha512-UYrWJ2cS4HpJ1A5XBuf1HfMpPoLdfGil+27g/ldXfGemb4IXqlxHt4ANLyC8l2CWcE3SXGJW7mTslL34MG0qTQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/ast": "1.52.4", "@eslint-react/ast": "1.53.1",
"@eslint-react/core": "1.52.4", "@eslint-react/core": "1.53.1",
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@eslint-react/kit": "1.52.4", "@eslint-react/kit": "1.53.1",
"@eslint-react/shared": "1.52.4", "@eslint-react/shared": "1.53.1",
"@eslint-react/var": "1.52.4", "@eslint-react/var": "1.53.1",
"@typescript-eslint/scope-manager": "^8.39.1", "@typescript-eslint/scope-manager": "^8.43.0",
"@typescript-eslint/types": "^8.39.1", "@typescript-eslint/types": "^8.43.0",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"compare-versions": "^6.1.1", "compare-versions": "^6.1.1",
"string-ts": "^2.2.1", "string-ts": "^2.2.1",
"ts-pattern": "^5.8.0" "ts-pattern": "^5.8.0"
@@ -4019,16 +4019,16 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/ast": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/ast": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-1.53.1.tgz",
"integrity": "sha512-zsNZXrVzFhtnc+Wx6TiREwek6zKDEkFEaW1DyG6K3iR8ibGm9PuR16iYWDWsRL/YfQz9ZGHVapHO7jNthDVSvg==", "integrity": "sha512-qvUC99ewtriJp9quVEOvZ6+RHcsMLfVQ0OhZ4/LupZUDhjW7GiX1dxJsFaxHdJ9rLNLhQyLSPmbAToeqUrSruQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@typescript-eslint/types": "^8.39.1", "@typescript-eslint/types": "^8.43.0",
"@typescript-eslint/typescript-estree": "^8.39.1", "@typescript-eslint/typescript-estree": "^8.43.0",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"string-ts": "^2.2.1", "string-ts": "^2.2.1",
"ts-pattern": "^5.8.0" "ts-pattern": "^5.8.0"
}, },
@@ -4037,21 +4037,21 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/core": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/core": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-1.53.1.tgz",
"integrity": "sha512-cqS4FbQ3wSowk/73+NHI21jC9sbnAbCWIAPRWe8EpM+g5yrqYMydriI1vTMO7g93LSTAknc+mGdwI/Fi8Y991A==", "integrity": "sha512-8prroos5/Uvvh8Tjl1HHCpq4HWD3hV9tYkm7uXgKA6kqj0jHlgRcQzuO6ZPP7feBcK3uOeug7xrq03BuG8QKCA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/ast": "1.52.4", "@eslint-react/ast": "1.53.1",
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@eslint-react/kit": "1.52.4", "@eslint-react/kit": "1.53.1",
"@eslint-react/shared": "1.52.4", "@eslint-react/shared": "1.53.1",
"@eslint-react/var": "1.52.4", "@eslint-react/var": "1.53.1",
"@typescript-eslint/scope-manager": "^8.39.1", "@typescript-eslint/scope-manager": "^8.43.0",
"@typescript-eslint/type-utils": "^8.39.1", "@typescript-eslint/type-utils": "^8.43.0",
"@typescript-eslint/types": "^8.39.1", "@typescript-eslint/types": "^8.43.0",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"birecord": "^0.1.1", "birecord": "^0.1.1",
"ts-pattern": "^5.8.0" "ts-pattern": "^5.8.0"
}, },
@@ -4060,9 +4060,9 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/eff": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/eff": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/eff/-/eff-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/eff/-/eff-1.53.1.tgz",
"integrity": "sha512-n2r2ncw8pTA7WuMI4aM9R4kPNiXaF8o0lH6X/pa/XP/hhVKO6u6R2uoLV8ltm53UZVVY+6qz92hRiLoTwefd3A==", "integrity": "sha512-uq20lPRAmsWRjIZm+mAV/2kZsU2nDqn5IJslxGWe3Vfdw23hoyhEw3S1KKlxbftwbTvsZjKvVP0iw3bZo/NUpg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -4070,50 +4070,50 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/kit": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/kit": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/kit/-/kit-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/kit/-/kit-1.53.1.tgz",
"integrity": "sha512-w1o8Qh/3rWQBIFB/ENS9A/EeGhUkAheYWeA4uHLuLMZ4ULwXU2c6aw3QZ9MW12lJ5JNWKiu3MuszVHTQmYUM/Q==", "integrity": "sha512-zOi2le9V4rMrJvQV4OeedGvMGvDT46OyFPOwXKs7m0tQu5vXVJ8qwIPaVQT1n/WIuvOg49OfmAVaHpGxK++xLQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"ts-pattern": "^5.8.0", "ts-pattern": "^5.8.0",
"zod": "^4.0.17" "zod": "^4.1.5"
}, },
"engines": { "engines": {
"node": ">=18.18.0" "node": ">=18.18.0"
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/shared": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/shared": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-1.53.1.tgz",
"integrity": "sha512-ckRfgtBpsEGQgS9x2N/u+TB67UeASzYclQdlbhn29Y3/G3lvYTrXEyo49jZKVkpBW8ewSQAlwqUeipOrfv27XA==", "integrity": "sha512-gomJQmFqQgQVI3Ra4vTMG/s6a4bx3JqeNiTBjxBJt4C9iGaBj458GkP4LJHX7TM6xUzX+fMSKOPX7eV3C/+UCw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@eslint-react/kit": "1.52.4", "@eslint-react/kit": "1.53.1",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"ts-pattern": "^5.8.0", "ts-pattern": "^5.8.0",
"zod": "^4.0.17" "zod": "^4.1.5"
}, },
"engines": { "engines": {
"node": ">=18.18.0" "node": ">=18.18.0"
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/var": { "node_modules/eslint-plugin-react-dom/node_modules/@eslint-react/var": {
"version": "1.52.4", "version": "1.53.1",
"resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-1.52.4.tgz", "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-1.53.1.tgz",
"integrity": "sha512-tckDIawDTtpG3UVg/XEqxULq669B7Br2q84Hh3d3pTPojUamRZ+zbWY3gwyS+JS9iQ1lI9aOInQISdKzRuGWKQ==", "integrity": "sha512-yzwopvPntcHU7mmDvWzRo1fb8QhjD8eDRRohD11rTV1u7nWO4QbJi0pOyugQakvte1/W11Y0Vr8Of0Ojk/A6zg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-react/ast": "1.52.4", "@eslint-react/ast": "1.53.1",
"@eslint-react/eff": "1.52.4", "@eslint-react/eff": "1.53.1",
"@typescript-eslint/scope-manager": "^8.39.1", "@typescript-eslint/scope-manager": "^8.43.0",
"@typescript-eslint/types": "^8.39.1", "@typescript-eslint/types": "^8.43.0",
"@typescript-eslint/utils": "^8.39.1", "@typescript-eslint/utils": "^8.43.0",
"string-ts": "^2.2.1", "string-ts": "^2.2.1",
"ts-pattern": "^5.8.0" "ts-pattern": "^5.8.0"
}, },
@@ -4122,14 +4122,14 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/project-service": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/project-service": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.3.tgz",
"integrity": "sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==", "integrity": "sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/tsconfig-utils": "^8.39.1", "@typescript-eslint/tsconfig-utils": "^8.46.3",
"@typescript-eslint/types": "^8.39.1", "@typescript-eslint/types": "^8.46.3",
"debug": "^4.3.4" "debug": "^4.3.4"
}, },
"engines": { "engines": {
@@ -4144,14 +4144,14 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/scope-manager": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/scope-manager": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz",
"integrity": "sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==", "integrity": "sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/types": "8.39.1", "@typescript-eslint/types": "8.46.3",
"@typescript-eslint/visitor-keys": "8.39.1" "@typescript-eslint/visitor-keys": "8.46.3"
}, },
"engines": { "engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4162,9 +4162,9 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/tsconfig-utils": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/tsconfig-utils": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz",
"integrity": "sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==", "integrity": "sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -4179,15 +4179,15 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/type-utils": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/type-utils": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz",
"integrity": "sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==", "integrity": "sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/types": "8.39.1", "@typescript-eslint/types": "8.46.3",
"@typescript-eslint/typescript-estree": "8.39.1", "@typescript-eslint/typescript-estree": "8.46.3",
"@typescript-eslint/utils": "8.39.1", "@typescript-eslint/utils": "8.46.3",
"debug": "^4.3.4", "debug": "^4.3.4",
"ts-api-utils": "^2.1.0" "ts-api-utils": "^2.1.0"
}, },
@@ -4204,9 +4204,9 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/types": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/types": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.3.tgz",
"integrity": "sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==", "integrity": "sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {
@@ -4218,16 +4218,16 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/typescript-estree": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/typescript-estree": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz",
"integrity": "sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==", "integrity": "sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/project-service": "8.39.1", "@typescript-eslint/project-service": "8.46.3",
"@typescript-eslint/tsconfig-utils": "8.39.1", "@typescript-eslint/tsconfig-utils": "8.46.3",
"@typescript-eslint/types": "8.39.1", "@typescript-eslint/types": "8.46.3",
"@typescript-eslint/visitor-keys": "8.39.1", "@typescript-eslint/visitor-keys": "8.46.3",
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"is-glob": "^4.0.3", "is-glob": "^4.0.3",
@@ -4247,16 +4247,16 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/utils": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/utils": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.3.tgz",
"integrity": "sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==", "integrity": "sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@eslint-community/eslint-utils": "^4.7.0", "@eslint-community/eslint-utils": "^4.7.0",
"@typescript-eslint/scope-manager": "8.39.1", "@typescript-eslint/scope-manager": "8.46.3",
"@typescript-eslint/types": "8.39.1", "@typescript-eslint/types": "8.46.3",
"@typescript-eslint/typescript-estree": "8.39.1" "@typescript-eslint/typescript-estree": "8.46.3"
}, },
"engines": { "engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4271,13 +4271,13 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/visitor-keys": { "node_modules/eslint-plugin-react-dom/node_modules/@typescript-eslint/visitor-keys": {
"version": "8.39.1", "version": "8.46.3",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz",
"integrity": "sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==", "integrity": "sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/types": "8.39.1", "@typescript-eslint/types": "8.46.3",
"eslint-visitor-keys": "^4.2.1" "eslint-visitor-keys": "^4.2.1"
}, },
"engines": { "engines": {
@@ -4315,9 +4315,9 @@
} }
}, },
"node_modules/eslint-plugin-react-dom/node_modules/semver": { "node_modules/eslint-plugin-react-dom/node_modules/semver": {
"version": "7.7.2", "version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
"dev": true, "dev": true,
"license": "ISC", "license": "ISC",
"bin": { "bin": {

View File

@@ -18,7 +18,7 @@
"@mdi/react": "^1.6.1", "@mdi/react": "^1.6.1",
"@mui/icons-material": "^7.1.2", "@mui/icons-material": "^7.1.2",
"@mui/material": "^7.1.2", "@mui/material": "^7.1.2",
"@mui/x-charts": "^8.16.0", "@mui/x-charts": "^8.17.0",
"@mui/x-data-grid": "^8.15.0", "@mui/x-data-grid": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0", "@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^3.6.0", "date-and-time": "^3.6.0",
@@ -37,7 +37,7 @@
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^4.7.0", "@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0", "eslint": "^9.32.0",
"eslint-plugin-react-dom": "^1.52.4", "eslint-plugin-react-dom": "^1.53.1",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^00.4.20", "eslint-plugin-react-refresh": "^00.4.20",
"eslint-plugin-react-x": "^1.52.9", "eslint-plugin-react-x": "^1.52.9",