From 591b5745a84139fcba236431b1c0f176a63e353a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:27:49 -0800 Subject: [PATCH] chore(deps-dev): bump vue from 3.3.4 to 3.3.8 (#7214) Bumps [vue](https://github.com/vuejs/core) from 3.3.4 to 3.3.8. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.3.4...v3.3.8) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Mazzella --- .cspell.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cspell.json b/.cspell.json index 3716e48fea4..684868251d3 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 e140930c441..0e3a5bab121 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",