build(deps-dev): bump babel-jest from 27.4.2 to 27.4.4

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.4.2 to 27.4.4.
- [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.4.4/packages/babel-jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-13 16:43:43 +00:00 committed by jkozol
parent 9cedc6005a
commit f8324de73e
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -4266,9 +4266,9 @@
}
},
"@jest/transform": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.2.tgz",
"integrity": "sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==",
"version": "27.4.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.4.tgz",
"integrity": "sha512-7U/nDSrGsGzL7+X8ScNFV71w8u8knJQWSa9C2xsrrKLMOgb+rWuCG4VAyWke/53BU96GnT+Ka81xCAHA5gk6zA==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
@ -4278,7 +4278,7 @@
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.4.2",
"jest-haste-map": "^27.4.4",
"jest-regex-util": "^27.4.0",
"jest-util": "^27.4.2",
"micromatch": "^4.0.4",
@ -5999,12 +5999,12 @@
}
},
"babel-jest": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.2.tgz",
"integrity": "sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==",
"version": "27.4.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.4.tgz",
"integrity": "sha512-+6RVutZxOQgJkt4svgTHPFtOQlVe9dUg3wrimIAM38pY6hL/nsL8glfFSUjD9jNVjaVjzkCzj6loFFecrjr9Qw==",
"dev": true,
"requires": {
"@jest/transform": "^27.4.2",
"@jest/transform": "^27.4.4",
"@jest/types": "^27.4.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
@ -10691,9 +10691,9 @@
"dev": true
},
"jest-haste-map": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.2.tgz",
"integrity": "sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==",
"version": "27.4.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.4.tgz",
"integrity": "sha512-kvspmHmgPIZoDaqUsvsJFTaspuxhATvdO6wsFNGNSi8kfdiOCEEvECNbht8xG+eE5Ol88JyJmp2D7RF4dYo85Q==",
"dev": true,
"requires": {
"@jest/types": "^27.4.2",
@ -10706,7 +10706,7 @@
"jest-regex-util": "^27.4.0",
"jest-serializer": "^27.4.0",
"jest-util": "^27.4.2",
"jest-worker": "^27.4.2",
"jest-worker": "^27.4.4",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
},
@ -10774,9 +10774,9 @@
"dev": true
},
"jest-worker": {
"version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz",
"integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==",
"version": "27.4.4",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.4.tgz",
"integrity": "sha512-jfwxYJvfua1b1XkyuyPh01ATmgg4e5fPM/muLmhy9Qc6dmiwacQB0MLHaU6IjEsv/+nAixHGxTn8WllA27Pn0w==",
"dev": true,
"requires": {
"@types/node": "*",

View file

@ -60,7 +60,7 @@
"@testing-library/user-event": "13.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.4.2",
"babel-jest": "27.4.4",
"babel-loader": "^8.2.3",
"babel-plugin-dual-import": "1.2.1",
"babel-plugin-lodash": "3.3.4",