diff --git a/oui-ui-core/htdoc/package-lock.json b/oui-ui-core/htdoc/package-lock.json index 8c3fc69a3..d45a1a16b 100644 --- a/oui-ui-core/htdoc/package-lock.json +++ b/oui-ui-core/htdoc/package-lock.json @@ -9,7 +9,7 @@ "@element-plus/icons-vue": "^2.3.1", "@vueuse/core": "^11.0.0", "axios": "^1.7.4", - "element-plus": "^2.8.0", + "element-plus": "^2.11.0", "js-md5": "^0.8.3", "vue": "^3.4.38", "vue-axios": "^3.5.2", @@ -1550,9 +1550,10 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.18", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", + "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", @@ -1584,9 +1585,10 @@ } }, "node_modules/element-plus": { - "version": "2.8.0", - "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.0.tgz", - "integrity": "sha512-7ngapVlVlQAjocVqD4MUKvKXlBneT9DSDk2mmBOSLRFWNm/HLDT15ozmsvUBfy18sajnyUeSIHTtINE8gfrGMg==", + "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", @@ -1596,7 +1598,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/oui-ui-core/htdoc/package.json b/oui-ui-core/htdoc/package.json index b6bcc4349..72f44a74b 100644 --- a/oui-ui-core/htdoc/package.json +++ b/oui-ui-core/htdoc/package.json @@ -10,7 +10,7 @@ "@element-plus/icons-vue": "^2.3.1", "@vueuse/core": "^11.0.0", "axios": "^1.7.4", - "element-plus": "^2.8.0", + "element-plus": "^2.11.0", "js-md5": "^0.8.3", "vue": "^3.4.38", "vue-axios": "^3.5.2",