diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3c322f64..d3ea4959 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "axios-retry": "^3.8.0", "chart.js": "^4.4.0", "echarts": "^5.4.3", - "element-plus": "^2.6.0", + "element-plus": "^2.11.0", "js-base64": "^3.7.5", "js-cookie": "^3.0.5", "jsencrypt": "^3.3.2", @@ -3141,9 +3141,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", + "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "license": "MIT" }, "node_modules/de-indent": { "version": "1.0.2", @@ -3408,9 +3409,10 @@ "license": "ISC" }, "node_modules/element-plus": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.6.0.tgz", - "integrity": "sha512-MP+N48P+diyndR+GjY+0VOrUmFnajD4U0CkrXIMzmeRmq4+dwi0bdzVo587v4wDo9Hs+ggviyacqm3NS8JYVqw==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.0.tgz", + "integrity": "sha512-Kdr3knlpEpUTfEDbWIyh+/CvQbeNb+Kig971M+G/QinVcD2BfsUNWo5OCogaF0Nvy/BuBFdZ7KoS+PtpWBzidw==", + "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.3.1", @@ -3420,7 +3422,7 @@ "@types/lodash-es": "^4.17.6", "@vueuse/core": "^9.1.0", "async-validator": "^4.2.5", - "dayjs": "^1.11.3", + "dayjs": "^1.11.13", "escape-html": "^1.0.3", "lodash": "^4.17.21", "lodash-es": "^4.17.21", diff --git a/frontend/package.json b/frontend/package.json index eec3f1c7..82698ac4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "axios-retry": "^3.8.0", "chart.js": "^4.4.0", "echarts": "^5.4.3", - "element-plus": "^2.6.0", + "element-plus": "^2.11.0", "js-base64": "^3.7.5", "js-cookie": "^3.0.5", "jsencrypt": "^3.3.2",