diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-25 01:24:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 01:24:50 +0200 |
commit | 9ce1f1f26a388cc4df9c30332921472127e57325 (patch) | |
tree | 367474860239ee49e706f9682f928ed4873b8638 /src-vue/package-lock.json | |
parent | de8b7f1efc9057de9fa039927ea973cb77449b47 (diff) | |
download | FlightCore-9ce1f1f26a388cc4df9c30332921472127e57325.tar.gz FlightCore-9ce1f1f26a388cc4df9c30332921472127e57325.zip |
chore: bump element-plus from 2.3.14 to 2.4.1 in /src-vue (#636)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.3.14 to 2.4.1.
- [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.14...2.4.1)
---
updated-dependencies:
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-vue/package-lock.json')
-rw-r--r-- | src-vue/package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index e60d5b83..da30308d 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@element-plus/icons-vue": "^2.0.9", - "element-plus": "^2.3.14", + "element-plus": "^2.4.1", "marked": "^9.1.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.6", @@ -511,9 +511,9 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.3.14", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.3.14.tgz", - "integrity": "sha512-9yvxUaU4jXf2ZNPdmIxoj/f8BG8CDcGM6oHa9JIqxLjQlfY4bpzR1E5CjNimnOX3rxO93w1TQ0jTVt0RSxh9kA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.1.tgz", + "integrity": "sha512-t7nl+vQlkBKVk1Ag6AufSDyFV8YIXxTFsaya4Nz/0tiRlcz65WPN4WMFeNURuFJleu1HLNtP4YyQKMuS7El8uA==", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.0.6", |