diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-03 14:12:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 14:12:08 +0100 |
commit | 96d956c585b6f726df75f486910cf8a0ca025d7a (patch) | |
tree | c62a4f4dd259ca73b20306398834c2a66d7f044b /src-vue | |
parent | 10213ce58830dc4b6f2889275067e133d2c7f52f (diff) | |
download | FlightCore-96d956c585b6f726df75f486910cf8a0ca025d7a.tar.gz FlightCore-96d956c585b6f726df75f486910cf8a0ca025d7a.zip |
chore: bump element-plus from 2.4.1 to 2.4.2 in /src-vue (#660)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.4.1 to 2.4.2.
- [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.4.1...2.4.2)
---
updated-dependencies:
- dependency-name: element-plus
dependency-type: direct:production
update-type: version-update:semver-patch
...
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')
-rw-r--r-- | src-vue/package-lock.json | 8 | ||||
-rw-r--r-- | src-vue/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index 1ed9c09e..694188d9 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.4.1", + "element-plus": "^2.4.2", "marked": "^9.1.5", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", @@ -501,9 +501,9 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.1.tgz", - "integrity": "sha512-t7nl+vQlkBKVk1Ag6AufSDyFV8YIXxTFsaya4Nz/0tiRlcz65WPN4WMFeNURuFJleu1HLNtP4YyQKMuS7El8uA==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.2.tgz", + "integrity": "sha512-E/HwXX7JF1LPvQSjs0fZ8WblIoc0quoXsRXQZiL7QDq7xJdNGSUaXtdk7xiEv7axPmLfEFtxE5du9fFspDrmJw==", "dependencies": { "@ctrl/tinycolor": "^3.4.1", "@element-plus/icons-vue": "^2.0.6", diff --git a/src-vue/package.json b/src-vue/package.json index 10101b84..5127a784 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.9", - "element-plus": "^2.4.1", + "element-plus": "^2.4.2", "marked": "^9.1.5", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.7", |