This commit is contained in:
pa
2026-03-14 22:04:16 +09:00
parent a64f4f6d7a
commit d59a0a3894
2 changed files with 19 additions and 19 deletions

34
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"cross-env": "^10.1.0",
"dayjs": "^1.11.20",
"echarts": "^6.0.0",
"electron": "^39.8.1",
"electron": "^39.8.2",
"electron-builder": "^26.8.1",
"embla-carousel-vue": "^8.6.0",
"eslint": "^9.39.4",
@@ -59,7 +59,7 @@
"noty": "^3.2.0-beta-deprecated",
"oxfmt": "^0.40.0",
"pinia": "^3.0.4",
"reka-ui": "^2.9.1",
"reka-ui": "^2.9.2",
"remixicon": "^4.9.1",
"sigma": "^3.0.2",
"tailwind-merge": "^3.5.0",
@@ -6444,9 +6444,9 @@
}
},
"node_modules/electron": {
"version": "39.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-39.8.1.tgz",
"integrity": "sha512-8gHotB8Adb+f8d+xkHk6om32j4McOF7D6X8J2kwZoSNciAXHd84kqVwwr6mi/x43LAmdqkM13RXbPy3Jfq2wnQ==",
"version": "39.8.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-39.8.2.tgz",
"integrity": "sha512-uwNJHeqm8pzQEZf/KX4XM1fJctZpHcA0Za/MlP9mOg0FAWHbKo6yRC33QbdfLX7PeNjYZC3I3nnVhE5L2CLqxw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -7397,9 +7397,9 @@
}
},
"node_modules/flatted": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz",
"integrity": "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==",
"dev": true,
"license": "ISC"
},
@@ -10269,9 +10269,9 @@
}
},
"node_modules/reka-ui": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.9.1.tgz",
"integrity": "sha512-5Oa77f4VVNgUsMtGZKh3AnMCjJvA4TJ9phcN+TxPfGutdENaqleXO+NvhCkgK02PEHcyys8fqIF9CdcvSq5Flw==",
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.9.2.tgz",
"integrity": "sha512-/t4e6y1hcG+uDuRfpg6tbMz3uUEvRzNco6NeYTufoJeUghy5Iosxos5YL/p+ieAsid84sdMX9OrgDqpEuCJhBw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -11131,9 +11131,9 @@
}
},
"node_modules/tar": {
"version": "7.5.10",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.10.tgz",
"integrity": "sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==",
"version": "7.5.11",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
"dev": true,
"license": "BlueOak-1.0.0",
"dependencies": {
@@ -11472,9 +11472,9 @@
}
},
"node_modules/undici": {
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.21.0.tgz",
"integrity": "sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==",
"version": "7.24.2",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz",
"integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==",
"dev": true,
"license": "MIT",
"engines": {

View File

@@ -61,7 +61,7 @@
"cross-env": "^10.1.0",
"dayjs": "^1.11.20",
"echarts": "^6.0.0",
"electron": "^39.8.1",
"electron": "^39.8.2",
"electron-builder": "^26.8.1",
"embla-carousel-vue": "^8.6.0",
"eslint": "^9.39.4",
@@ -78,7 +78,7 @@
"noty": "^3.2.0-beta-deprecated",
"oxfmt": "^0.40.0",
"pinia": "^3.0.4",
"reka-ui": "^2.9.1",
"reka-ui": "^2.9.2",
"remixicon": "^4.9.1",
"sigma": "^3.0.2",
"tailwind-merge": "^3.5.0",