diff --git a/.cspell.json b/.cspell.json index 3716e48fea..684868251d 100644 --- a/.cspell.json +++ b/.cspell.json @@ -487,7 +487,9 @@ "blockquote", "blockquotes", "Blockquote", - "Blockquotes" + "Blockquotes", + "lcovonly", + "gcov" ], "dictionaries": ["npm", "softwareTerms", "node", "html", "css", "bash", "en_US"], "ignorePaths": [ @@ -500,4 +502,4 @@ "html-test-results", "test-results" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index e140930c44..0e3a5bab12 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "tiny-emitter": "2.1.0", "typescript": "5.2.2", "uuid": "9.0.1", - "vue": "3.3.4", + "vue": "3.3.8", "vue-eslint-parser": "9.3.2", "vue-loader": "16.8.3", "webpack": "5.89.0",