chore(deps-dev): bump babel-jest from 27.2.4 to 27.2.5

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.2.4 to 27.2.5.
- [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.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-10-11 00:06:24 +00:00 committed by GitHub
parent 67c3884d5f
commit 19700b6beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 56 deletions

110
package-lock.json generated
View file

@ -50,7 +50,7 @@
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.4",
"babel-jest": "^27.2.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
@ -2878,21 +2878,21 @@
}
},
"node_modules/@jest/transform": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz",
"integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.5.tgz",
"integrity": "sha512-29lRtAHHYGALbZOx343v0zKmdOg4Sb0rsA1uSv0818bvwRhs3TyElOmTVXlrw0v1ZTqXJCAH/cmoDXimBhQOJQ==",
"dev": true,
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"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.2.4",
"jest-haste-map": "^27.2.5",
"jest-regex-util": "^27.0.6",
"jest-util": "^27.2.4",
"jest-util": "^27.2.5",
"micromatch": "^4.0.4",
"pirates": "^4.0.1",
"slash": "^3.0.0",
@ -2968,9 +2968,9 @@
}
},
"node_modules/@jest/types": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.5.tgz",
"integrity": "sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==",
"dev": true,
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -6472,13 +6472,13 @@
}
},
"node_modules/babel-jest": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz",
"integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.5.tgz",
"integrity": "sha512-GC9pWCcitBhSuF7H3zl0mftoKizlswaF0E3qi+rPL417wKkCB0d+Sjjb0OfXvxj7gWiBf497ldgRMii68Xz+2g==",
"dev": true,
"dependencies": {
"@jest/transform": "^27.2.4",
"@jest/types": "^27.2.4",
"@jest/transform": "^27.2.5",
"@jest/types": "^27.2.5",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.2.0",
@ -14489,12 +14489,12 @@
}
},
"node_modules/jest-haste-map": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz",
"integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.5.tgz",
"integrity": "sha512-pzO+Gw2WLponaSi0ilpzYBE0kuVJstoXBX8YWyUebR8VaXuX4tzzn0Zp23c/WaETo7XYTGv2e8KdnpiskAFMhQ==",
"dev": true,
"dependencies": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"anymatch": "^3.0.3",
@ -14502,8 +14502,8 @@
"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6",
"jest-serializer": "^27.0.6",
"jest-util": "^27.2.4",
"jest-worker": "^27.2.4",
"jest-util": "^27.2.5",
"jest-worker": "^27.2.5",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
},
@ -14524,9 +14524,9 @@
}
},
"node_modules/jest-haste-map/node_modules/jest-worker": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz",
"integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.5.tgz",
"integrity": "sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==",
"dev": true,
"dependencies": {
"@types/node": "*",
@ -15240,12 +15240,12 @@
}
},
"node_modules/jest-util": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
"integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.5.tgz",
"integrity": "sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==",
"dev": true,
"dependencies": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
@ -27220,21 +27220,21 @@
}
},
"@jest/transform": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz",
"integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.5.tgz",
"integrity": "sha512-29lRtAHHYGALbZOx343v0zKmdOg4Sb0rsA1uSv0818bvwRhs3TyElOmTVXlrw0v1ZTqXJCAH/cmoDXimBhQOJQ==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"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.2.4",
"jest-haste-map": "^27.2.5",
"jest-regex-util": "^27.0.6",
"jest-util": "^27.2.4",
"jest-util": "^27.2.5",
"micromatch": "^4.0.4",
"pirates": "^4.0.1",
"slash": "^3.0.0",
@ -27291,9 +27291,9 @@
}
},
"@jest/types": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.5.tgz",
"integrity": "sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",
@ -30145,13 +30145,13 @@
}
},
"babel-jest": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz",
"integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.5.tgz",
"integrity": "sha512-GC9pWCcitBhSuF7H3zl0mftoKizlswaF0E3qi+rPL417wKkCB0d+Sjjb0OfXvxj7gWiBf497ldgRMii68Xz+2g==",
"dev": true,
"requires": {
"@jest/transform": "^27.2.4",
"@jest/types": "^27.2.4",
"@jest/transform": "^27.2.5",
"@jest/types": "^27.2.5",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.2.0",
@ -36288,12 +36288,12 @@
"dev": true
},
"jest-haste-map": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz",
"integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.5.tgz",
"integrity": "sha512-pzO+Gw2WLponaSi0ilpzYBE0kuVJstoXBX8YWyUebR8VaXuX4tzzn0Zp23c/WaETo7XYTGv2e8KdnpiskAFMhQ==",
"dev": true,
"requires": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"anymatch": "^3.0.3",
@ -36302,8 +36302,8 @@
"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6",
"jest-serializer": "^27.0.6",
"jest-util": "^27.2.4",
"jest-worker": "^27.2.4",
"jest-util": "^27.2.5",
"jest-worker": "^27.2.5",
"micromatch": "^4.0.4",
"walker": "^1.0.7"
},
@ -36315,9 +36315,9 @@
"dev": true
},
"jest-worker": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz",
"integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.5.tgz",
"integrity": "sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==",
"dev": true,
"requires": {
"@types/node": "*",
@ -36850,12 +36850,12 @@
}
},
"jest-util": {
"version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
"integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.5.tgz",
"integrity": "sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==",
"dev": true,
"requires": {
"@jest/types": "^27.2.4",
"@jest/types": "^27.2.5",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",

View file

@ -77,7 +77,7 @@
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.4",
"babel-jest": "^27.2.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",