From ca0651cb7a3ffcbee2395d11728a040a6cfad1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:16:29 +0000 Subject: [PATCH] Bump @vue/cli-plugin-unit-jest from 4.5.11 to 4.5.12 Bumps [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) from 4.5.11 to 4.5.12. - [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.12/packages/@vue/cli-plugin-unit-jest) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 07cf1d7b73..0b38609484 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vue/cli-plugin-eslint": "~4.5.12", "@vue/cli-plugin-router": "^4.5.11", "@vue/cli-plugin-typescript": "~4.5.12", - "@vue/cli-plugin-unit-jest": "~4.5.11", + "@vue/cli-plugin-unit-jest": "~4.5.12", "@vue/cli-plugin-vuex": "~4.5.12", "@vue/cli-service": "~4.5.12", "@vue/eslint-config-airbnb": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index 8b4c1c43cb..0c1400b827 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1817,15 +1817,15 @@ optionalDependencies: fork-ts-checker-webpack-plugin-v5 "npm:fork-ts-checker-webpack-plugin@^5.0.11" -"@vue/cli-plugin-unit-jest@~4.5.11": - version "4.5.11" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.11.tgz#d988e6e8420540954ceaf70fa050c469c45b69ab" - integrity sha512-PGpWz1RB9mfSJ5diTshFJUZsAschJBdLtJl7mmou/AVH2Yf8gTy3Zh9YZwkvhGt/wKXFbincmL6tyAQFGMa8Ow== +"@vue/cli-plugin-unit-jest@~4.5.12": + version "4.5.12" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.12.tgz#883d43f9a4bb6088a3b8125bd492511d05e1073e" + integrity sha512-hZibVfMDGTANN7QENbE7eEAlk8adTW8fEpuGXA4IV+eDqLDPUPVUOwcw8f9d7Rx3KVHES3GyFQ9yVK/KeI9NGw== dependencies: "@babel/core" "^7.11.0" "@babel/plugin-transform-modules-commonjs" "^7.9.6" "@types/jest" "^24.0.19" - "@vue/cli-shared-utils" "^4.5.11" + "@vue/cli-shared-utils" "^4.5.12" babel-core "^7.0.0-bridge.0" babel-jest "^24.9.0" babel-plugin-transform-es2015-modules-commonjs "^6.26.2"