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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-31 00:10:10 +00:00 committed by Corentin THOMASSET
parent ec6379a957
commit be5cc46d9f
2 changed files with 28 additions and 28 deletions

54
package-lock.json generated
View file

@ -6114,13 +6114,13 @@
}
},
"babel-jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.1.tgz",
"integrity": "sha512-aWFD7OGQjk3Y8MdZKf1XePlQvHnjMVJQjIq9WKrlAjz9by703kJ45Jxhp26JwnovoW71YYz5etuqRl8wMcIv0w==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.0.2.tgz",
"integrity": "sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==",
"dev": true,
"requires": {
"@jest/transform": "^27.0.1",
"@jest/types": "^27.0.1",
"@jest/transform": "^27.0.2",
"@jest/types": "^27.0.2",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.1",
@ -6130,21 +6130,21 @@
},
"dependencies": {
"@jest/transform": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.1.tgz",
"integrity": "sha512-LC95VpT6wMnQ96dRJDlUiAnW/90zyh4+jS30szI/5AsfS0qwSlr/O4TPcGoD2WVaVMfo6KvR+brvOtGyMHaNhA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.0.2.tgz",
"integrity": "sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"babel-plugin-istanbul": "^6.0.0",
"chalk": "^4.0.0",
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.1",
"jest-haste-map": "^27.0.2",
"jest-regex-util": "^27.0.1",
"jest-util": "^27.0.1",
"jest-util": "^27.0.2",
"micromatch": "^4.0.4",
"pirates": "^4.0.1",
"slash": "^3.0.0",
@ -6153,9 +6153,9 @@
}
},
"@jest/types": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.1.tgz",
"integrity": "sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
"integrity": "sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -6209,12 +6209,12 @@
}
},
"jest-haste-map": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.0.1.tgz",
"integrity": "sha512-ioCuobr4z90H1Pz8+apz2vfz63387apzAoawm/9IIOndarDfRkjLURdLOe//AI5jUQmjVRg+WiL92339kqlCmA==",
"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==",
"dev": true,
"requires": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"anymatch": "^3.0.3",
@ -6223,8 +6223,8 @@
"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.1",
"jest-serializer": "^27.0.1",
"jest-util": "^27.0.1",
"jest-worker": "^27.0.1",
"jest-util": "^27.0.2",
"jest-worker": "^27.0.2",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
}
@ -6246,12 +6246,12 @@
}
},
"jest-util": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.1.tgz",
"integrity": "sha512-lEw3waSmEOO4ZkwkUlFSvg4es1+8+LIkSGxp/kF60K0+vMR3Dv3O2HMZhcln9NHqSQzpVbsDT6OeMzUPW7DfRg==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.2.tgz",
"integrity": "sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==",
"dev": true,
"requires": {
"@jest/types": "^27.0.1",
"@jest/types": "^27.0.2",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
@ -6260,9 +6260,9 @@
}
},
"jest-worker": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.1.tgz",
"integrity": "sha512-NhHqClI3owOjmS8dBhQMKHZ2rrT0sBTpqGitp9nMX5AAjVXd+15o4v96uBEMhoywaLKN+5opcKBlXwAoADZolA==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.0.2.tgz",
"integrity": "sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==",
"dev": true,
"requires": {
"@types/node": "*",

View file

@ -46,7 +46,7 @@
"@vue/test-utils": "^1.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.1",
"babel-jest": "^27.0.2",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",