Skip to content

Commit 5b28cb4

Browse files
committed
upgrade client packages
1 parent 252591a commit 5b28cb4

File tree

3 files changed

+809
-721
lines changed

3 files changed

+809
-721
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"sass": "^1.60.0",
4545
"typescript": "^5.0.0",
4646
"unplugin-fonts": "^1.0.3",
47-
"vite": "^5.1.8",
48-
"vite-plugin-vuetify": "^1.0.0",
49-
"vue-tsc": "^2.1.0"
47+
"vite": "^6.3.4",
48+
"vite-plugin-vuetify": "^2.1.1",
49+
"vue-tsc": "^2.2.10"
5050
}
5151
}

client/src/components/apps/vulnerabilities.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<th>Exposed Ports</th>
8282
<td>
8383
<v-chip
84-
v-for="(item, key, index) in vulnScanResult.logs.Metadata.ImageConfig.config.ExposedPorts" :key="index"
84+
v-for="(item, key) in vulnScanResult.logs.Metadata.ImageConfig.config.ExposedPorts" :key="key"
8585
small
8686
label
8787
class="ma-1"

0 commit comments

Comments
 (0)