Merge pull request #217 from freqtrade/dependabot/npm_and_yarn/master/vue/cli-plugin-unit-jest-4.5.10

Bump @vue/cli-plugin-unit-jest from 4.5.9 to 4.5.10
This commit is contained in:
Matthias 2021-01-11 09:49:58 +01:00 committed by GitHub
commit 769398d72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@
"@vue/cli-plugin-eslint": "~4.5.10", "@vue/cli-plugin-eslint": "~4.5.10",
"@vue/cli-plugin-router": "^4.5.7", "@vue/cli-plugin-router": "^4.5.7",
"@vue/cli-plugin-typescript": "~4.5.10", "@vue/cli-plugin-typescript": "~4.5.10",
"@vue/cli-plugin-unit-jest": "~4.5.9", "@vue/cli-plugin-unit-jest": "~4.5.10",
"@vue/cli-plugin-vuex": "~4.5.8", "@vue/cli-plugin-vuex": "~4.5.8",
"@vue/cli-service": "~4.5.10", "@vue/cli-service": "~4.5.10",
"@vue/eslint-config-airbnb": "^5.1.0", "@vue/eslint-config-airbnb": "^5.1.0",

View File

@ -1828,15 +1828,15 @@
optionalDependencies: optionalDependencies:
fork-ts-checker-webpack-plugin-v5 "npm:fork-ts-checker-webpack-plugin@^5.0.11" fork-ts-checker-webpack-plugin-v5 "npm:fork-ts-checker-webpack-plugin@^5.0.11"
"@vue/cli-plugin-unit-jest@~4.5.9": "@vue/cli-plugin-unit-jest@~4.5.10":
version "4.5.9" version "4.5.10"
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.9.tgz#85e8e4d9de460db15e585769986b7f0fe369f18a" resolved "https://registry.yarnpkg.com/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.10.tgz#0c319fc951a94dd3d4c4e6e24a1f1fd9424f0c64"
integrity sha512-ijgwghS0SMUrJc1irMJYzH1Slv8oV3pQ/PKNuy60APdpOD/f6LDtJCJPaBGfSJQtMvcANslm1FIV1lqrNWtbPw== integrity sha512-x4IPonIpzFmJWD4RvUInSYFDy9W8Ck0h5oxG/3vKQlDR3y2E3Zgh/p0DvcFn6krCXzCJDxGQ+YmxKE0AsUVgYw==
dependencies: dependencies:
"@babel/core" "^7.11.0" "@babel/core" "^7.11.0"
"@babel/plugin-transform-modules-commonjs" "^7.9.6" "@babel/plugin-transform-modules-commonjs" "^7.9.6"
"@types/jest" "^24.0.19" "@types/jest" "^24.0.19"
"@vue/cli-shared-utils" "^4.5.9" "@vue/cli-shared-utils" "^4.5.10"
babel-core "^7.0.0-bridge.0" babel-core "^7.0.0-bridge.0"
babel-jest "^24.9.0" babel-jest "^24.9.0"
babel-plugin-transform-es2015-modules-commonjs "^6.26.2" babel-plugin-transform-es2015-modules-commonjs "^6.26.2"