build(deps): bump babel-jest from 27.2.0 to 27.2.1 (#9535)

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.2.0 to 27.2.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.2.1/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-22 10:00:10 +08:00 committed by GitHub
parent e1f54ec9d8
commit 1fa8be3d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -54,7 +54,7 @@
"@vue/babel-plugin-jsx": "^1.0.7",
"@vue/test-utils": "2.0.0-rc.6",
"autoprefixer": "^10.3.4",
"babel-jest": "^27.2.0",
"babel-jest": "^27.2.1",
"clean-css": "^5.1.5",
"commander": "^8.2.0",
"consola": "^2.15.3",

View File

@ -1264,10 +1264,10 @@
jest-haste-map "^27.2.0"
jest-runtime "^27.2.1"
"@jest/transform@^27.2.0":
version "27.2.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.0.tgz#e7e6e49d2591792db2385c33cdbb4379d407068d"
integrity sha512-Q8Q/8xXIZYllk1AF7Ou5sV3egOZsdY/Wlv09CSbcexBRcC1Qt6lVZ7jRFAZtbHsEEzvOCyFEC4PcrwKwyjXtCg==
"@jest/transform@^27.2.0", "@jest/transform@^27.2.1":
version "27.2.1"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.1.tgz#743443adb84b3b7419951fc702515ce20ba6285e"
integrity sha512-xmB5vh81KK8DiiCMtI5vI59mP+GggNmc9BiN+fg4mKdQHV369+WuZc1Lq2xWFCOCsRPHt24D9h7Idp4YaMB1Ww==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^27.1.1"
@ -2260,12 +2260,12 @@ autoprefixer@^9.8.6:
postcss "^7.0.32"
postcss-value-parser "^4.1.0"
babel-jest@^27.2.0:
version "27.2.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.0.tgz#c0f129a81f1197028aeb4447acbc04564c8bfc52"
integrity sha512-bS2p+KGGVVmWXBa8+i6SO/xzpiz2Q/2LnqLbQknPKefWXVZ67YIjA4iXup/jMOEZplga9PpWn+wrdb3UdDwRaA==
babel-jest@^27.2.0, babel-jest@^27.2.1:
version "27.2.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.1.tgz#48edfa5cf8d59ab293da94321a369ccc7b67a4b1"
integrity sha512-kkaekSJHew1zfDW3cA2QiSBPg4uiLpiW0OwJKqFv0r2/mFgym/IBn7hxPntL6FvS66G/ROh+lz4pRiCJAH1/UQ==
dependencies:
"@jest/transform" "^27.2.0"
"@jest/transform" "^27.2.1"
"@jest/types" "^27.1.1"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.0.0"