From 2bdb6375fc53e27fa5440e6dc4d9497b9452da28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 04:53:51 +0000 Subject: [PATCH] fix: upgrade element-plus from 2.10.2 to 2.10.3 Snyk has created this PR to upgrade element-plus from 2.10.2 to 2.10.3. See this package in npm: element-plus See this project in Snyk: https://app.snyk.io/org/theraw/project/1258a866-5e08-43f6-96a4-3bece4a42953?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91ce033..8b69510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "relock-npm-lock-v2-upFcof", + "name": "relock-npm-lock-v2-k4TFb9", "lockfileVersion": 3, "requires": true, "packages": { @@ -11,7 +11,7 @@ "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.4.8", "chartjs-adapter-date-fns": "^3.0.0", - "element-plus": "^2.10.2", + "element-plus": "^2.10.3", "vue": "^3.5.13", "vue-router": "^4.5.0" }, @@ -5609,9 +5609,9 @@ "license": "ISC" }, "node_modules/element-plus": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.10.2.tgz", - "integrity": "sha512-p2KiAa0jEGXrzdlTAfpiS7HQFAhla4gvx6H7RuDf+OO0uC3DGpolxvdHjFR8gt7+vaWyxQNcHa1sAdBkmjqlgA==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.10.3.tgz", + "integrity": "sha512-OLpf0iekuvWJrz1+H9ybvem6TYTKSNk6L1QDA3tYq2YWbogKXJnWpHG1UAGKR1B7gx+vUH7M15VIH3EijE9Kgw==", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^3.4.1", diff --git a/package.json b/package.json index 7cb8bc5..f43320c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.4.8", "chartjs-adapter-date-fns": "^3.0.0", - "element-plus": "^2.10.2", + "element-plus": "^2.10.3", "vue": "^3.5.13", "vue-router": "^4.5.0" }