From 2ced2f51650610e0abd3a58f247c34a1e287cfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:31:57 +0000 Subject: [PATCH] chore(deps): bump element-plus from 2.3.1 to 2.11.0 in /frontend Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.3.1 to 2.11.0. - [Release notes](https://github.com/element-plus/element-plus/releases) - [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md) - [Commits](https://github.com/element-plus/element-plus/compare/2.3.1...2.11.0) --- updated-dependencies: - dependency-name: element-plus dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 20 +++++++++++--------- frontend/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 319fdbdd7d..0a6ac5252b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "chart.js": "^3.9.1", "chartjs-adapter-moment": "^1.0.1", "dayjs": "^1.11.13", - "element-plus": "^2.3.1", + "element-plus": "^2.11.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.27.5", "lodash": "^4.17.21", @@ -2152,9 +2152,10 @@ } }, "node_modules/@element-plus/icons-vue": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.1.0.tgz", - "integrity": "sha512-PSBn3elNoanENc1vnCfh+3WA9fimRC7n+fWkf3rE5jvv+aBohNHABC/KAR5KWPecxWxDTVT1ERpRbOMRcOV/vA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.2.tgz", + "integrity": "sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==", + "license": "MIT", "peerDependencies": { "vue": "^3.2.0" } @@ -8776,19 +8777,20 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.3.1.tgz", - "integrity": "sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w==", + "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.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", "@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 81f58d7b3e..2cc4e73bc6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "chart.js": "^3.9.1", "chartjs-adapter-moment": "^1.0.1", "dayjs": "^1.11.13", - "element-plus": "^2.3.1", + "element-plus": "^2.11.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.27.5", "lodash": "^4.17.21",