chore(deps-dev): bump babel-jest from 27.0.2 to 27.0.5

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.2 to 27.0.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.5/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-06-23 00:12:06 +00:00 committed by Corentin THOMASSET
parent dced77f645
commit 2d9988a143
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -7211,12 +7211,12 @@
}
},
"babel-jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"version": "27.0.5",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.5.tgz",
"integrity": "sha512-bTMAbpCX7ldtfbca2llYLeSFsDM257aspyAOpsdrdSrBqoLkWCy4HPYTXtXWaSLgFPjrJGACL65rzzr4RFGadw==",
"dev": true,
"requires": {
"@jest/transform": "^27.0.2",
"@jest/transform": "^27.0.5",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
@ -7227,9 +7227,9 @@
},
"dependencies": {
"@jest/transform": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.2.tgz",
"integrity": "sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==",
"version": "27.0.5",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.5.tgz",
"integrity": "sha512-lBD6OwKXSc6JJECBNk4mVxtSVuJSBsQrJ9WCBisfJs7EZuYq4K6vM9HmoB7hmPiLIDGeyaerw3feBV/bC4z8tg==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
@ -7239,7 +7239,7 @@
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.2",
"jest-haste-map": "^27.0.5",
"jest-regex-util": "^27.0.1",
"jest-util": "^27.0.2",
"micromatch": "^4.0.4",
@ -7306,9 +7306,9 @@
}
},
"jest-haste-map": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.2.tgz",
"integrity": "sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==",
"version": "27.0.5",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.5.tgz",
"integrity": "sha512-3LFryGSHxwPFHzKIs6W0BGA2xr6g1MvzSjR3h3D8K8Uqy4vbRm/grpGHzbPtIbOPLC6wFoViRrNEmd116QWSkw==",
"dev": true,
"requires": {
"@jest/types": "^27.0.2",

View file

@ -72,7 +72,7 @@
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.2",
"babel-jest": "^27.0.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",