chore(deps): Update non-major dependencies (#1684)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-26 17:02:38 +00:00
committed by GitHub
parent a510b81cf5
commit f3696332af
4 changed files with 234 additions and 147 deletions
+1 -2
View File
@@ -7,7 +7,7 @@ require (
github.com/andybalholm/brotli v1.2.1
github.com/bddjr/hlfhr v1.6.0
github.com/beevik/ntp v1.5.0
github.com/cilium/ebpf v0.21.0
github.com/cilium/ebpf v0.22.0
github.com/coder/websocket v1.8.15
github.com/containerd/errdefs v1.0.0
github.com/coreos/go-systemd/v22 v22.7.0
@@ -113,7 +113,6 @@ require (
github.com/philhofer/fwd v1.2.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/stretchr/objx v0.5.3 // indirect
github.com/timtadh/data-structures v0.6.2 // indirect
github.com/timtadh/lexmachine v0.2.3 // indirect
+2 -2
View File
@@ -47,8 +47,8 @@ github.com/boombuler/barcode v1.1.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl
github.com/boyter/go-string v1.0.5 h1:/xcOlWdgelLYLVkUU0xBLfioGjZ9KIMUMI/RXG138YY=
github.com/boyter/go-string v1.0.5/go.mod h1:Mww9cDld2S2cdJ0tQffBhsZFMQRA2OJdcjWYZXvZ4Ss=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/cilium/ebpf v0.21.0 h1:4dpx1J/B/1apeTmWBH5BkVLayHTkFrMovVPnHEk+l3k=
github.com/cilium/ebpf v0.21.0/go.mod h1:1kHKv6Kvh5a6TePP5vvvoMa1bclRyzUXELSs272fmIQ=
github.com/cilium/ebpf v0.22.0 h1:v2ktp0roffpMOj2MMf3idtCQZOsAoC4BJbAJN+ke2bY=
github.com/cilium/ebpf v0.22.0/go.mod h1:CDzZbe2hC5JjlDC+CY3KFCzlYwN4gbxppYM+Z10bQt4=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNUA=
github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
+2 -2
View File
@@ -68,7 +68,7 @@
"@types/luxon": "3.7.2",
"@types/node": "24.13.2",
"@types/node-forge": "1.3.14",
"@unocss/eslint-config": "66.7.2",
"@unocss/eslint-config": "66.7.3",
"@vitejs/plugin-vue": "6.0.7",
"@vue/eslint-config-typescript": "14.9.0",
"@vue/tsconfig": "0.9.1",
@@ -85,7 +85,7 @@
"sass": "1.101.0",
"tsx": "4.22.4",
"typescript": "6.0.3",
"unocss": "66.7.2",
"unocss": "66.7.3",
"unplugin-auto-import": "21.0.0",
"unplugin-icons": "23.0.1",
"unplugin-vue-components": "32.1.0",
+229 -141
View File
@@ -127,8 +127,8 @@ importers:
specifier: 1.3.14
version: 1.3.14
'@unocss/eslint-config':
specifier: 66.7.2
version: 66.7.2(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
specifier: 66.7.3
version: 66.7.3(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
'@vitejs/plugin-vue':
specifier: 6.0.7
version: 6.0.7(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))(vue@3.5.39(typescript@6.0.3))
@@ -178,8 +178,8 @@ importers:
specifier: 6.0.3
version: 6.0.3
unocss:
specifier: 66.7.2
version: 66.7.2(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
specifier: 66.7.3
version: 66.7.3(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
unplugin-auto-import:
specifier: 21.0.0
version: 21.0.0(@vueuse/core@14.3.0(vue@3.5.39(typescript@6.0.3)))
@@ -1326,16 +1326,32 @@ packages:
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/project-service@8.62.0':
resolution: {integrity: sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/scope-manager@8.61.1':
resolution: {integrity: sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/scope-manager@8.62.0':
resolution: {integrity: sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/tsconfig-utils@8.61.1':
resolution: {integrity: sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/tsconfig-utils@8.62.0':
resolution: {integrity: sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/type-utils@8.61.1':
resolution: {integrity: sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1347,12 +1363,22 @@ packages:
resolution: {integrity: sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/types@8.62.0':
resolution: {integrity: sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@8.61.1':
resolution: {integrity: sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/typescript-estree@8.62.0':
resolution: {integrity: sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/utils@8.61.1':
resolution: {integrity: sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1360,79 +1386,90 @@ packages:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/utils@8.62.0':
resolution: {integrity: sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.1.0'
'@typescript-eslint/visitor-keys@8.61.1':
resolution: {integrity: sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@unocss/cli@66.7.2':
resolution: {integrity: sha512-50vBptZyiyYzm5CBNSVs1WYIFX+7IKYFwLNrm6pVCOjHfrBmmpfvyCznPMzUcGEFKvP2VsyB2hf3k57GBCSS9Q==}
'@typescript-eslint/visitor-keys@8.62.0':
resolution: {integrity: sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@unocss/cli@66.7.3':
resolution: {integrity: sha512-GBKAFgCw6gFebGRlRyC7K/61eSksUdDozay2Zu35a63uTfQteJiu1luoIwFmK9aEOa4+Jzft1wdfZzjTASRIVw==}
hasBin: true
'@unocss/config@66.7.2':
resolution: {integrity: sha512-m8LZUZOFHBesViFOnC1MzMMQ1ovYbZ/F2ntkKSIWzLO/VvEYo2/HK8qhBhtI/FyL27+gvePL4sZ6a5ZChyl0Ug==}
'@unocss/config@66.7.3':
resolution: {integrity: sha512-r1a1Pggt0rvnUvrltA77feEEq6PtNodpOxVbhwJ/sYGR6dwstSBEVmNP/Oe4ApUDax5nxZchP+VQ+RctNMs0zg==}
'@unocss/core@66.7.2':
resolution: {integrity: sha512-NNnhm9IVPEZ34drwztREP+mq1rio0L4Tp0u247qBKxJJWYec1+I+FTRsw7EvtukZKvr56YAxFA1qbBV+LjyV+Q==}
'@unocss/core@66.7.3':
resolution: {integrity: sha512-UBfEXpW8NKACeEeUddvPDRuuroDtByO3ZHocs/SqqOEybs5Qb9oWdMJMj1DSe960RvzucLPDtOeCFL2gilzRVA==}
'@unocss/eslint-config@66.7.2':
resolution: {integrity: sha512-QeNPeQiNe0eE3VADM+cDXQ2CoXEyJSf3ZovbJ2x7nXAOHJ58x0BNclFI0TOorPevc1k7C/NNIb40m0akLsTYRg==}
'@unocss/eslint-config@66.7.3':
resolution: {integrity: sha512-NlWTtUmwQHIP7uw+79L0wrugZBFRIyd1vXd3ZXhkWSzBLS3ro0tRF086lj0Z1e5lRVERK1i9drie9Mt40V1t/A==}
'@unocss/eslint-plugin@66.7.2':
resolution: {integrity: sha512-kdWkoEMkDXiuGzgjKkgmnmseJjTP9Ydj2qMcwphdaR0nAs4ZXXdkfW6ZIc0lnLMOU+7UjQ8BN7Y0ch4sGSQSpg==}
'@unocss/eslint-plugin@66.7.3':
resolution: {integrity: sha512-/eq0r8yDNUPSAVUAD82LtznhfxcUZZXsq572sUUI2fBMgxuJ4iFyuZydQaxGRHGpp7Nb9038iZYsXCxdCNlWEQ==}
'@unocss/extractor-arbitrary-variants@66.7.2':
resolution: {integrity: sha512-1R+ntws4zhi9gCsyovYeNCiAYGSceN6Rsy/4kyaw3npr1UBWhBJdQZtacxvqOssPfbbqq2vpatcuQ4rfZZYWFQ==}
'@unocss/extractor-arbitrary-variants@66.7.3':
resolution: {integrity: sha512-Ps3p/nvT2nNQ8NHwHAewG/q90PZcYzGvoZhikCMuIMWrvZ2lVZM+q6+EaKSX6ZyUGJRVGh5CyU3GV3Fojp7zqQ==}
'@unocss/inspector@66.7.2':
resolution: {integrity: sha512-fvZ8w9dTnu61ZwbXjVMQopxxrQOnFOBN2I6KVPJtoUSMsatrpEYyJHDA9pfLes1a3C4eEJZaSADURHKkON09CA==}
'@unocss/inspector@66.7.3':
resolution: {integrity: sha512-IYjeaWmG7wIUIfJO4nD3RvRTA98ZIchnaKpc9NK3t1sON2kZjbKd/85nm3b2Tvw9ANkFJqdmATAbNkn84+LBZA==}
'@unocss/preset-attributify@66.7.2':
resolution: {integrity: sha512-JnnoRUgOL4O565+jNi8BfzTQDElEny1reaMhrdYQR4P4I7cfdRV89R5DsmND0H2mGtwJjP/gL4cWd1FSX9ShrA==}
'@unocss/preset-attributify@66.7.3':
resolution: {integrity: sha512-FVPrxpqpfwmRYhDg1aviINLPy5s5igHNl1vFnKlcie4EmoTvMgPVoFDt41gSSX2JZNQ63jiVcngAJbbu6Rwjug==}
'@unocss/preset-icons@66.7.2':
resolution: {integrity: sha512-C05oM7j8jFuxjbPaRFUbcwxHPXvBtmJOhaE2M3YstVR/L9IBsQ6Ts/PT1vxVAVDmX19MudRRTnQ0x5XzUM3P7A==}
'@unocss/preset-icons@66.7.3':
resolution: {integrity: sha512-56iGKDX0tF/r4+Z49T3QMvMF9OcX4vs4Egn43HDDuFohNLpmK/krZLqKhO3W5+gMbwaQSGDYXrNKxcan5/20zQ==}
'@unocss/preset-mini@66.7.2':
resolution: {integrity: sha512-2DLS20vj+eoZI/r7U8eTxd+HTfMYamhx03mJyeadNu+efVJZrfEEMwjILgFywVAthYINmdeB4sYpc8Qfef4Vww==}
'@unocss/preset-mini@66.7.3':
resolution: {integrity: sha512-kF8pj8Ws+Wuxz3of2gbnfhrZo1MCSnvGjWLGORCBvObNvJyCq/lvI/yCqiuvuVhe9UHq9/2E6Jd5Q/aWRe6T2Q==}
'@unocss/preset-tagify@66.7.2':
resolution: {integrity: sha512-46V3ibNqKEyeSNnplsOKiYiBdNZ348JgjhnGDWHigVYIfZkEqn6WJdGAX9tVZpjI/rS9px8jQA0lm6ubKoc8iQ==}
'@unocss/preset-tagify@66.7.3':
resolution: {integrity: sha512-ElSdA7y2GrKSbF44GbXGpesGcLVPz+Wlv1LLoOtS49Zm+N71CvTB7u5RsXK07g95SvkDv6LNPYLzr1sR4T0VMg==}
'@unocss/preset-typography@66.7.2':
resolution: {integrity: sha512-6nTRoZiHTkDV87omRlEn8RZhakMYrIJtzazfj0rdF8msvjM1LnTT6K6qDlmxqb6NBIakljNb0bryubr6bWzK9A==}
'@unocss/preset-typography@66.7.3':
resolution: {integrity: sha512-9EWpiOTYai/W8ql/bEV7xeKTKD5auc1epTM+cXZ2nQrW758IZXee3YYPDdXRyX5JAZuQZxWa4JTfA07A/IP5gw==}
'@unocss/preset-uno@66.7.2':
resolution: {integrity: sha512-XiSGtnh04sGHCRUnlxhePBhRF8zfOQlCfYkKByQcp/pvhmFMIWwzVL68R5LwxBmBwBVY4hfQAIx0Sz/FbA3Ojg==}
'@unocss/preset-uno@66.7.3':
resolution: {integrity: sha512-ruBpSJxsqokMwkilg6ZQmZ+ySK0VycyQDayrRZPN2OiWw2Pw62SeA/qxBCtCePsX8C8SB+2aCwyLg94ydS9d9w==}
'@unocss/preset-web-fonts@66.7.2':
resolution: {integrity: sha512-Tx6YJWxD29NoG6t8hpbnectdL8KkBVEzEYwBcJlEa200O6/KXNpGJ8tk4l5+EK1dwTxWkUqsG+60fzXzTpe5Gg==}
'@unocss/preset-web-fonts@66.7.3':
resolution: {integrity: sha512-qJVB0NzYyweZsQJ9EHwEBEvTsdKUuNp8BQst6kSEkyl5kGfb2sw2YauPWalH+g0QPBJAmUXkL+iwK6zmEJLEeQ==}
'@unocss/preset-wind3@66.7.2':
resolution: {integrity: sha512-3WUmNZ3ibNotel6PAm1AgdK8BP2RqThRvEYU+svZgxsCX8E/RtVM68BFPOwzsEtuMD/R3Up6rHXqZsJvUQsg+A==}
'@unocss/preset-wind3@66.7.3':
resolution: {integrity: sha512-kzigcOkHw1BMhHOf5apW1wYijAh9ho86KF0zlg/NOEfAPm29WjyCnVH3M2w9QJajRbLlNm4PjsaIQ6EtbGTQlQ==}
'@unocss/preset-wind4@66.7.2':
resolution: {integrity: sha512-yP1Np15QKm+zh945lBmpNC2FnD4oyd0eq9qA6j8r15uvhz7AF98t9dGqqzV5WrjX+IZpwg08nP3son1IjAerLw==}
'@unocss/preset-wind4@66.7.3':
resolution: {integrity: sha512-fTPwgOdQB7ckGYggFYSEQ/9j901i+R62c0yuV4WIf2imV9vkbHkFrCXnz75MDhLKU2RA8KXfVVYNQTg5veD+tw==}
'@unocss/preset-wind@66.7.2':
resolution: {integrity: sha512-porNxph4xfr67e0LpFis813rKk9+psUJMw0nPL4sZoHovhmR/hA5XlWb6fLCl7t4Lls20I/n8F8KKgkqkxnk8Q==}
'@unocss/preset-wind@66.7.3':
resolution: {integrity: sha512-Uwnni+FrYFlYhDIe6/8IwUUeTQMTwvOmqyxNIjz4mOknMALq5IeuS5WCmq3AI8NqME77xgYPeW9Qx4bGzCyjfQ==}
'@unocss/rule-utils@66.7.2':
resolution: {integrity: sha512-EGi2m9I87hluz2zgjVpXM4PWFn996RInNcx4PGF6Qw9Z0W78ROXEto0SM1IltpJ4R7+at4EhssU0IbHiT0snEw==}
'@unocss/rule-utils@66.7.3':
resolution: {integrity: sha512-DKg1Rr/pxc5owCbFTpF1hXGoSqZjX7EzgfOkgO9R0VDnsufXIf776xUw7I3PWKXMMdC3SLnY6jT9bhlnZ6aM7w==}
'@unocss/transformer-attributify-jsx@66.7.2':
resolution: {integrity: sha512-lb5y4lwHCjZm+9L3k6c/fq9O75+mQcxBp2Dq+a3DS+vOQpPce+hOyLFFkiHVRNKp9chEHS9gnq58SBVxJbhR2A==}
'@unocss/transformer-attributify-jsx@66.7.3':
resolution: {integrity: sha512-BvfmYqFZram1lzffnQdSUhSsufrCfJdAakkQqgdTkrrt7+ETHHyOq9rCxo0DvOEpEv5/BvvLCz3KIgksVsvoBw==}
'@unocss/transformer-compile-class@66.7.2':
resolution: {integrity: sha512-/vdgxgUI9vp7NOGfuOCY44/Ja2YbR0m+sWCGHq8K8/53a3Dk+4AvXPePv/EI/Oo6z8bhSGZHCSes8pBEY8Mr8A==}
'@unocss/transformer-compile-class@66.7.3':
resolution: {integrity: sha512-l/0aG2fL4KLJHmeJedjod9qiJvomvgFAKaC5WPziZdCiVcBo0x29Ca7BgS/AbRj5cw4TEaqS2Tq4GszzqJH7WA==}
'@unocss/transformer-directives@66.7.2':
resolution: {integrity: sha512-9xr5Tiy+urutRBcyKJUAOOpW3LSuSM59sKowdTStzZdBUMs/L9cmjfsjNFt8rm5tptUR25wGZ8xLR5hhVDAiBQ==}
'@unocss/transformer-directives@66.7.3':
resolution: {integrity: sha512-A4LriOvgWqb4quldiadFe6WOTSuNfHDpCXf9ym4piEKpVSHkZ/Dybm8NAJeC+GtCJXwzVnG4okCYS7r5igFWGg==}
'@unocss/transformer-variant-group@66.7.2':
resolution: {integrity: sha512-CO0CoYRn96wLm+cIICuNrv96cfzEkBHc/OmTYcHzlheyZRfGWPWlPpazMr2rlm5bve986akAxe2HSBqdaRf04w==}
'@unocss/transformer-variant-group@66.7.3':
resolution: {integrity: sha512-fCDQlx/lAxcLmJBMrxkJ9DrpZZizw2FOhbTPVQMvxPFj7lNTJaT8Byk+wG6Cp7NfeTn2uu+swCZeg0FIau+E4g==}
'@unocss/vite@66.7.2':
resolution: {integrity: sha512-KZL8LFNcoOjAaF8AKSUJznxrjcmuQKPSAmwvndL5RjEWtbyunV66YvOuoBPN3F0tR7MhY5NWKJjwmaYyetcM1Q==}
'@unocss/vite@66.7.3':
resolution: {integrity: sha512-16EQ7j1kIQpapEP1jVt3TwSrLTmjToMzJvvpAfmm8cAaKB1YwSPDOuLb2z7FwrO8ddAEaDJUJG9SGcU9qCoB2Q==}
peerDependencies:
vite: ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0-0
@@ -2959,12 +2996,12 @@ packages:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
unocss@66.7.2:
resolution: {integrity: sha512-yB0yOpJTtlyGH/HAe4QdnjgjSP6z9ItTdrObvagc8ZEwRY1D2GbfUABwDKyZzXs19gXebqThMG9f+W0hPhDIPA==}
unocss@66.7.3:
resolution: {integrity: sha512-fxqGxDIAxzWhc6ZI6czx/xW/z8Z4UMiPs/XcwzR7WczTQjeHsrzvuk7UZLzMHUQRdLMEBCw1b1omUv9BpEzKOg==}
peerDependencies:
'@unocss/astro': 66.7.2
'@unocss/postcss': 66.7.2
'@unocss/webpack': 66.7.2
'@unocss/astro': 66.7.3
'@unocss/postcss': 66.7.3
'@unocss/webpack': 66.7.3
peerDependenciesMeta:
'@unocss/astro':
optional: true
@@ -4092,8 +4129,17 @@ snapshots:
'@typescript-eslint/project-service@8.61.1(typescript@6.0.3)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.61.1(typescript@6.0.3)
'@typescript-eslint/types': 8.61.1
'@typescript-eslint/tsconfig-utils': 8.62.0(typescript@6.0.3)
'@typescript-eslint/types': 8.62.0
debug: 4.4.3
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/project-service@8.62.0(typescript@6.0.3)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.62.0(typescript@6.0.3)
'@typescript-eslint/types': 8.62.0
debug: 4.4.3
typescript: 6.0.3
transitivePeerDependencies:
@@ -4104,10 +4150,19 @@ snapshots:
'@typescript-eslint/types': 8.61.1
'@typescript-eslint/visitor-keys': 8.61.1
'@typescript-eslint/scope-manager@8.62.0':
dependencies:
'@typescript-eslint/types': 8.62.0
'@typescript-eslint/visitor-keys': 8.62.0
'@typescript-eslint/tsconfig-utils@8.61.1(typescript@6.0.3)':
dependencies:
typescript: 6.0.3
'@typescript-eslint/tsconfig-utils@8.62.0(typescript@6.0.3)':
dependencies:
typescript: 6.0.3
'@typescript-eslint/type-utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@typescript-eslint/types': 8.61.1
@@ -4122,6 +4177,8 @@ snapshots:
'@typescript-eslint/types@8.61.1': {}
'@typescript-eslint/types@8.62.0': {}
'@typescript-eslint/typescript-estree@8.61.1(typescript@6.0.3)':
dependencies:
'@typescript-eslint/project-service': 8.61.1(typescript@6.0.3)
@@ -4137,6 +4194,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/typescript-estree@8.62.0(typescript@6.0.3)':
dependencies:
'@typescript-eslint/project-service': 8.62.0(typescript@6.0.3)
'@typescript-eslint/tsconfig-utils': 8.62.0(typescript@6.0.3)
'@typescript-eslint/types': 8.62.0
'@typescript-eslint/visitor-keys': 8.62.0
debug: 4.4.3
minimatch: 10.2.5
semver: 7.8.5
tinyglobby: 0.2.17
ts-api-utils: 2.5.0(typescript@6.0.3)
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/utils@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0))
@@ -4148,19 +4220,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@typescript-eslint/utils@8.62.0(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(jiti@2.7.0))
'@typescript-eslint/scope-manager': 8.62.0
'@typescript-eslint/types': 8.62.0
'@typescript-eslint/typescript-estree': 8.62.0(typescript@6.0.3)
eslint: 10.5.0(jiti@2.7.0)
typescript: 6.0.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/visitor-keys@8.61.1':
dependencies:
'@typescript-eslint/types': 8.61.1
eslint-visitor-keys: 5.0.1
'@unocss/cli@66.7.2':
'@typescript-eslint/visitor-keys@8.62.0':
dependencies:
'@typescript-eslint/types': 8.62.0
eslint-visitor-keys: 5.0.1
'@unocss/cli@66.7.3':
dependencies:
'@jridgewell/remapping': 2.3.5
'@unocss/config': 66.7.2
'@unocss/core': 66.7.2
'@unocss/preset-wind3': 66.7.2
'@unocss/preset-wind4': 66.7.2
'@unocss/transformer-directives': 66.7.2
'@unocss/config': 66.7.3
'@unocss/core': 66.7.3
'@unocss/preset-wind3': 66.7.3
'@unocss/preset-wind4': 66.7.3
'@unocss/transformer-directives': 66.7.3
cac: 7.0.0
chokidar: 5.0.0
colorette: 2.0.20
@@ -4171,29 +4259,29 @@ snapshots:
tinyglobby: 0.2.17
unplugin-utils: 0.3.1
'@unocss/config@66.7.2':
'@unocss/config@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
colorette: 2.0.20
consola: 3.4.2
unconfig: 7.5.0
'@unocss/core@66.7.2': {}
'@unocss/core@66.7.3': {}
'@unocss/eslint-config@66.7.2(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
'@unocss/eslint-config@66.7.3(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@unocss/eslint-plugin': 66.7.2(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
'@unocss/eslint-plugin': 66.7.3(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
'@unocss/eslint-plugin@66.7.2(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
'@unocss/eslint-plugin@66.7.3(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
'@unocss/config': 66.7.2
'@unocss/core': 66.7.2
'@unocss/rule-utils': 66.7.2
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
'@unocss/config': 66.7.3
'@unocss/core': 66.7.3
'@unocss/rule-utils': 66.7.3
magic-string: 0.30.21
synckit: 0.11.13
transitivePeerDependencies:
@@ -4201,101 +4289,101 @@ snapshots:
- supports-color
- typescript
'@unocss/extractor-arbitrary-variants@66.7.2':
'@unocss/extractor-arbitrary-variants@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
'@unocss/inspector@66.7.2':
'@unocss/inspector@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/rule-utils': 66.7.3
colorette: 2.0.20
gzip-size: 6.0.0
sirv: 3.0.2
'@unocss/preset-attributify@66.7.2':
'@unocss/preset-attributify@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
'@unocss/preset-icons@66.7.2':
'@unocss/preset-icons@66.7.3':
dependencies:
'@iconify/utils': 3.1.3
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
ofetch: 1.5.1
'@unocss/preset-mini@66.7.2':
'@unocss/preset-mini@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/extractor-arbitrary-variants': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/extractor-arbitrary-variants': 66.7.3
'@unocss/rule-utils': 66.7.3
'@unocss/preset-tagify@66.7.2':
'@unocss/preset-tagify@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
'@unocss/preset-typography@66.7.2':
'@unocss/preset-typography@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/rule-utils': 66.7.3
'@unocss/preset-uno@66.7.2':
'@unocss/preset-uno@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/preset-wind3': 66.7.2
'@unocss/core': 66.7.3
'@unocss/preset-wind3': 66.7.3
'@unocss/preset-web-fonts@66.7.2':
'@unocss/preset-web-fonts@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
ofetch: 1.5.1
'@unocss/preset-wind3@66.7.2':
'@unocss/preset-wind3@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/preset-mini': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/preset-mini': 66.7.3
'@unocss/rule-utils': 66.7.3
'@unocss/preset-wind4@66.7.2':
'@unocss/preset-wind4@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/extractor-arbitrary-variants': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/extractor-arbitrary-variants': 66.7.3
'@unocss/rule-utils': 66.7.3
'@unocss/preset-wind@66.7.2':
'@unocss/preset-wind@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/preset-wind3': 66.7.2
'@unocss/core': 66.7.3
'@unocss/preset-wind3': 66.7.3
'@unocss/rule-utils@66.7.2':
'@unocss/rule-utils@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
magic-string: 0.30.21
'@unocss/transformer-attributify-jsx@66.7.2':
'@unocss/transformer-attributify-jsx@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
oxc-parser: 0.131.0
oxc-walker: 0.7.0(oxc-parser@0.131.0)
'@unocss/transformer-compile-class@66.7.2':
'@unocss/transformer-compile-class@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
'@unocss/transformer-directives@66.7.2':
'@unocss/transformer-directives@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/rule-utils': 66.7.2
'@unocss/core': 66.7.3
'@unocss/rule-utils': 66.7.3
css-tree: 3.2.1
'@unocss/transformer-variant-group@66.7.2':
'@unocss/transformer-variant-group@66.7.3':
dependencies:
'@unocss/core': 66.7.2
'@unocss/core': 66.7.3
'@unocss/vite@66.7.2(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))':
'@unocss/vite@66.7.3(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))':
dependencies:
'@jridgewell/remapping': 2.3.5
'@unocss/config': 66.7.2
'@unocss/core': 66.7.2
'@unocss/inspector': 66.7.2
'@unocss/config': 66.7.3
'@unocss/core': 66.7.3
'@unocss/inspector': 66.7.3
chokidar: 5.0.0
magic-string: 0.30.21
pathe: 2.0.3
@@ -4431,7 +4519,7 @@ snapshots:
'@vue/eslint-config-typescript@14.9.0(eslint-plugin-vue@10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.5.0(jiti@2.7.0))))(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)':
dependencies:
'@typescript-eslint/utils': 8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
'@typescript-eslint/utils': 8.62.0(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3)
eslint: 10.5.0(jiti@2.7.0)
eslint-plugin-vue: 10.9.2(@typescript-eslint/parser@8.61.1(eslint@10.5.0(jiti@2.7.0))(typescript@6.0.3))(eslint@10.5.0(jiti@2.7.0))(vue-eslint-parser@10.4.1(eslint@10.5.0(jiti@2.7.0)))
fast-glob: 3.3.3
@@ -5833,25 +5921,25 @@ snapshots:
universalify@2.0.1: {}
unocss@66.7.2(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
unocss@66.7.3(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0)):
dependencies:
'@unocss/cli': 66.7.2
'@unocss/core': 66.7.2
'@unocss/preset-attributify': 66.7.2
'@unocss/preset-icons': 66.7.2
'@unocss/preset-mini': 66.7.2
'@unocss/preset-tagify': 66.7.2
'@unocss/preset-typography': 66.7.2
'@unocss/preset-uno': 66.7.2
'@unocss/preset-web-fonts': 66.7.2
'@unocss/preset-wind': 66.7.2
'@unocss/preset-wind3': 66.7.2
'@unocss/preset-wind4': 66.7.2
'@unocss/transformer-attributify-jsx': 66.7.2
'@unocss/transformer-compile-class': 66.7.2
'@unocss/transformer-directives': 66.7.2
'@unocss/transformer-variant-group': 66.7.2
'@unocss/vite': 66.7.2(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
'@unocss/cli': 66.7.3
'@unocss/core': 66.7.3
'@unocss/preset-attributify': 66.7.3
'@unocss/preset-icons': 66.7.3
'@unocss/preset-mini': 66.7.3
'@unocss/preset-tagify': 66.7.3
'@unocss/preset-typography': 66.7.3
'@unocss/preset-uno': 66.7.3
'@unocss/preset-web-fonts': 66.7.3
'@unocss/preset-wind': 66.7.3
'@unocss/preset-wind3': 66.7.3
'@unocss/preset-wind4': 66.7.3
'@unocss/transformer-attributify-jsx': 66.7.3
'@unocss/transformer-compile-class': 66.7.3
'@unocss/transformer-directives': 66.7.3
'@unocss/transformer-variant-group': 66.7.3
'@unocss/vite': 66.7.3(vite@8.0.16(@types/node@24.13.2)(esbuild@0.28.1)(jiti@2.7.0)(sass@1.101.0)(terser@5.48.0)(tsx@4.22.4)(yaml@2.9.0))
transitivePeerDependencies:
- vite