diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-28 01:41:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 01:41:19 +0100 |
commit | 501f42fd945adf0a21b033cecb0371f7563ccef6 (patch) | |
tree | 4cd7996ae07c50c9ee71b2f2aa0044e7bcfbc2ef /src-vue/package-lock.json | |
parent | 5942bc0d1fdb8684577b4075a4d6b97494e842aa (diff) | |
download | FlightCore-501f42fd945adf0a21b033cecb0371f7563ccef6.tar.gz FlightCore-501f42fd945adf0a21b033cecb0371f7563ccef6.zip |
chore: bump element-plus from 2.4.2 to 2.4.4 in /src-vue (#704)
Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.4.2 to 2.4.4.
- [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.2...2.4.4)
---
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/package-lock.json')
-rw-r--r-- | src-vue/package-lock.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index 4f7ca171..828d2e5b 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.2", + "element-plus": "^2.4.4", "marked": "^10.0.0", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.3.8", @@ -45,9 +45,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz", + "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==", "peerDependencies": { "vue": "^3.2.0" } @@ -501,12 +501,12 @@ "dev": true }, "node_modules/element-plus": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.2.tgz", - "integrity": "sha512-E/HwXX7JF1LPvQSjs0fZ8WblIoc0quoXsRXQZiL7QDq7xJdNGSUaXtdk7xiEv7axPmLfEFtxE5du9fFspDrmJw==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.4.4.tgz", + "integrity": "sha512-TlKubXJgxwhER0dw+8ULn9hr9kZjraV4R6Q/eidwWUwCKxwXYPBGmMKsZ/85tlxlhMYbcLZd/YZh6G3QkHX4fg==", "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", |