From 682fe7ba379eda9751a079c990f1106300f2f4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:38:34 +0000 Subject: [PATCH] Bump @vue/vue3-jest from 29.2.4 to 29.2.5 Bumps [@vue/vue3-jest](https://github.com/vuejs/vue-jest) from 29.2.4 to 29.2.5. - [Release notes](https://github.com/vuejs/vue-jest/releases) - [Commits](https://github.com/vuejs/vue-jest/compare/v29.2.4...v29.2.5) --- updated-dependencies: - dependency-name: "@vue/vue3-jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ebfd089c..9c44b176 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vue/eslint-config-airbnb": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "2.4.1", - "@vue/vue3-jest": "^29.2.4", + "@vue/vue3-jest": "^29.2.5", "babel-jest": "^29.6.2", "babel-loader": "^9.1.3", "cypress": "^12.17.3", diff --git a/yarn.lock b/yarn.lock index c8624059..49ab13ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2620,10 +2620,10 @@ vue-hot-reload-api "^2.3.0" vue-style-loader "^4.1.0" -"@vue/vue3-jest@^29.2.4": - version "29.2.4" - resolved "https://registry.npmjs.org/@vue/vue3-jest/-/vue3-jest-29.2.4.tgz#6f25d7e03f4ee0c41a6d2b3a2a5995a8be645fde" - integrity sha512-mS3sJR4p/qTZKsNdws9DBDJHm7NQDco0tWal89WhA41oosO2VvnrJvDJ1gZaEz5A/OXDj1ouDpEczkSQP4o8eQ== +"@vue/vue3-jest@^29.2.5": + version "29.2.5" + resolved "https://registry.yarnpkg.com/@vue/vue3-jest/-/vue3-jest-29.2.5.tgz#9e2570fc3235d50f1511e4936bf2941aa96a23a0" + integrity sha512-CyRVpP30t1q0DS4yai5WXNfS/I8T4l3Ln6vdst1MsnlbuBGTAJM/YgnlSkip3v+2Z5NHMfFgEB50D4ZFQMxAjQ== dependencies: "@babel/plugin-transform-modules-commonjs" "^7.2.0" chalk "^2.1.0"