From 9bba4c744ba633c4d007ec32e48c590bbcce4e1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 09:24:04 +0000 Subject: [PATCH] build: bump @vue/cli-plugin-unit-mocha from 3.12.1 to 4.5.4 in /frontend Bumps [@vue/cli-plugin-unit-mocha](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-mocha) from 3.12.1 to 4.5.4. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.4/packages/@vue/cli-plugin-unit-mocha) Signed-off-by: dependabot-preview[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5b13205..c787fdb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@vue/cli-plugin-babel": "^3.0.0-rc.3", "@vue/cli-plugin-e2e-cypress": "^3.0.0-rc.3", "@vue/cli-plugin-eslint": "^3.0.0-rc.3", - "@vue/cli-plugin-unit-mocha": "^3.0.0-rc.3", + "@vue/cli-plugin-unit-mocha": "^4.5.4", "@vue/cli-service": "^3.0.0-rc.3", "@vue/eslint-config-standard": "^3.0.0-rc.3", "@vue/test-utils": "^1.0.0-beta.20",