riku
2023-12-20 f58f07875461b7cc8205978cf4f0fac86564df72
package-lock.json
@@ -13,9 +13,10 @@
        "@vueuse/core": "^9.7.0",
        "axios": "^1.2.1",
        "dayjs": "^1.11.10",
        "element-plus": "^2.2.26",
        "element-plus": "^2.4.3",
        "pinia": "^2.0.26",
        "vue": "^3.2.45",
        "vue-i18n": "^9.8.0",
        "vue-router": "^4.1.6"
      },
      "devDependencies": {
@@ -1838,8 +1839,9 @@
      }
    },
    "node_modules/@element-plus/icons-vue": {
      "version": "2.0.10",
      "license": "MIT",
      "version": "2.3.1",
      "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
      "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
      "peerDependencies": {
        "vue": "^3.2.0"
      }
@@ -1942,6 +1944,38 @@
      "version": "1.2.1",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@intlify/core-base": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.8.0.tgz",
      "integrity": "sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==",
      "dependencies": {
        "@intlify/message-compiler": "9.8.0",
        "@intlify/shared": "9.8.0"
      },
      "engines": {
        "node": ">= 16"
      }
    },
    "node_modules/@intlify/message-compiler": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.8.0.tgz",
      "integrity": "sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==",
      "dependencies": {
        "@intlify/shared": "9.8.0",
        "source-map-js": "^1.0.2"
      },
      "engines": {
        "node": ">= 16"
      }
    },
    "node_modules/@intlify/shared": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.8.0.tgz",
      "integrity": "sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ==",
      "engines": {
        "node": ">= 16"
      }
    },
    "node_modules/@jridgewell/gen-mapping": {
      "version": "0.3.2",
@@ -2410,8 +2444,9 @@
      }
    },
    "node_modules/@vue/devtools-api": {
      "version": "6.4.5",
      "license": "MIT"
      "version": "6.5.1",
      "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz",
      "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA=="
    },
    "node_modules/@vue/reactivity": {
      "version": "3.2.45",
@@ -3729,11 +3764,12 @@
      "license": "ISC"
    },
    "node_modules/element-plus": {
      "version": "2.2.26",
      "license": "MIT",
      "version": "2.4.3",
      "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.4.3.tgz",
      "integrity": "sha512-b3q26j+lM4SBqiyzw8HybybGnP2pk4MWgrnzzzYW5qKQUgV6EG1Zg7nMCfgCVccI8tNvZoTiUHb2mFaiB9qT8w==",
      "dependencies": {
        "@ctrl/tinycolor": "^3.4.1",
        "@element-plus/icons-vue": "^2.0.6",
        "@element-plus/icons-vue": "^2.3.1",
        "@floating-ui/dom": "^1.0.1",
        "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
        "@types/lodash": "^4.14.182",
@@ -7302,6 +7338,22 @@
        "eslint": ">=6.0.0"
      }
    },
    "node_modules/vue-i18n": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.8.0.tgz",
      "integrity": "sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==",
      "dependencies": {
        "@intlify/core-base": "9.8.0",
        "@intlify/shared": "9.8.0",
        "@vue/devtools-api": "^6.5.0"
      },
      "engines": {
        "node": ">= 16"
      },
      "peerDependencies": {
        "vue": "^3.0.0"
      }
    },
    "node_modules/vue-router": {
      "version": "4.1.6",
      "license": "MIT",
@@ -8693,7 +8745,9 @@
      }
    },
    "@element-plus/icons-vue": {
      "version": "2.0.10",
      "version": "2.3.1",
      "resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
      "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
      "requires": {}
    },
    "@eslint-community/eslint-utils": {
@@ -8760,6 +8814,29 @@
    "@humanwhocodes/object-schema": {
      "version": "1.2.1",
      "dev": true
    },
    "@intlify/core-base": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.8.0.tgz",
      "integrity": "sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==",
      "requires": {
        "@intlify/message-compiler": "9.8.0",
        "@intlify/shared": "9.8.0"
      }
    },
    "@intlify/message-compiler": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.8.0.tgz",
      "integrity": "sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==",
      "requires": {
        "@intlify/shared": "9.8.0",
        "source-map-js": "^1.0.2"
      }
    },
    "@intlify/shared": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.8.0.tgz",
      "integrity": "sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ=="
    },
    "@jridgewell/gen-mapping": {
      "version": "0.3.2",
@@ -9095,7 +9172,9 @@
      }
    },
    "@vue/devtools-api": {
      "version": "6.4.5"
      "version": "6.5.1",
      "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz",
      "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA=="
    },
    "@vue/reactivity": {
      "version": "3.2.45",
@@ -9942,10 +10021,12 @@
      "dev": true
    },
    "element-plus": {
      "version": "2.2.26",
      "version": "2.4.3",
      "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.4.3.tgz",
      "integrity": "sha512-b3q26j+lM4SBqiyzw8HybybGnP2pk4MWgrnzzzYW5qKQUgV6EG1Zg7nMCfgCVccI8tNvZoTiUHb2mFaiB9qT8w==",
      "requires": {
        "@ctrl/tinycolor": "^3.4.1",
        "@element-plus/icons-vue": "^2.0.6",
        "@element-plus/icons-vue": "^2.3.1",
        "@floating-ui/dom": "^1.0.1",
        "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
        "@types/lodash": "^4.14.182",
@@ -12088,6 +12169,16 @@
        "semver": "^7.3.6"
      }
    },
    "vue-i18n": {
      "version": "9.8.0",
      "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.8.0.tgz",
      "integrity": "sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==",
      "requires": {
        "@intlify/core-base": "9.8.0",
        "@intlify/shared": "9.8.0",
        "@vue/devtools-api": "^6.5.0"
      }
    },
    "vue-router": {
      "version": "4.1.6",
      "requires": {