1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Merge pull request #1480 from amir20/dependabot/npm_and_yarn/babel-jest-27.2.1

Bump babel-jest from 27.2.0 to 27.2.1
This commit is contained in:
kodiakhq[bot]
2021-09-21 09:07:17 +00:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@
"@vue/test-utils": "^1.2.2",
"autoprefixer": "^10.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.2.0",
"babel-jest": "^27.2.1",
"babel-preset-env": "^1.7.0",
"caniuse-lite": "^1.0.30001258",
"css-loader": "^6.3.0",

View File

@@ -515,10 +515,10 @@
jest-haste-map "^27.2.0"
jest-runtime "^27.2.0"
"@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"
@@ -1762,12 +1762,12 @@ babel-helper-replace-supers@^6.24.1:
babel-traverse "^6.24.1"
babel-types "^6.24.1"
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"