5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-09 08:46:54 +00:00

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-01 02:03:50 +00:00 committed by GitHub
parent 82cf16a0af
commit cf9dca1075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 72 additions and 72 deletions

142
package-lock.json generated
View file

@ -37,7 +37,7 @@
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-node-resolve": "^13.0.4",
"babel-jest": "^27.1.0", "babel-jest": "^27.2.4",
"conventional-changelog-cli": "^2.1.1", "conventional-changelog-cli": "^2.1.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
@ -2546,21 +2546,21 @@
} }
}, },
"node_modules/@jest/transform": { "node_modules/@jest/transform": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.1.1.tgz", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz",
"integrity": "sha512-qM19Eu75U6Jc5zosXXVnq900Nl9JDpoGaZ4Mg6wZs7oqbu3heYSMOZS19DlwjlhWdfNRjF4UeAgkrCJCK3fEXg==", "integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"convert-source-map": "^1.4.0", "convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0", "fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-haste-map": "^27.1.1", "jest-haste-map": "^27.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.0.6",
"jest-util": "^27.1.1", "jest-util": "^27.2.4",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"pirates": "^4.0.1", "pirates": "^4.0.1",
"slash": "^3.0.0", "slash": "^3.0.0",
@ -2581,9 +2581,9 @@
} }
}, },
"node_modules/@jest/types": { "node_modules/@jest/types": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==", "integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -4526,16 +4526,16 @@
} }
}, },
"node_modules/babel-jest": { "node_modules/babel-jest": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.1.1.tgz", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz",
"integrity": "sha512-JA+dzJl4n2RBvWQEnph6HJaTHrsIPiXGQYatt/D8nR4UpX9UG4GaDzykVVPQBbrdTebZREkRb6SOxyIXJRab6Q==", "integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/transform": "^27.1.1", "@jest/transform": "^27.2.4",
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/babel__core": "^7.1.14", "@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.6", "babel-preset-jest": "^27.2.0",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"slash": "^3.0.0" "slash": "^3.0.0"
@ -4573,9 +4573,9 @@
} }
}, },
"node_modules/babel-plugin-jest-hoist": { "node_modules/babel-plugin-jest-hoist": {
"version": "27.0.6", "version": "27.2.0",
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz",
"integrity": "sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw==", "integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/template": "^7.3.3", "@babel/template": "^7.3.3",
@ -4659,12 +4659,12 @@
} }
}, },
"node_modules/babel-preset-jest": { "node_modules/babel-preset-jest": {
"version": "27.0.6", "version": "27.2.0",
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz", "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz",
"integrity": "sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw==", "integrity": "sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"babel-plugin-jest-hoist": "^27.0.6", "babel-plugin-jest-hoist": "^27.2.0",
"babel-preset-current-node-syntax": "^1.0.0" "babel-preset-current-node-syntax": "^1.0.0"
}, },
"engines": { "engines": {
@ -9595,12 +9595,12 @@
} }
}, },
"node_modules/jest-haste-map": { "node_modules/jest-haste-map": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz",
"integrity": "sha512-NGLYVAdh5C8Ezg5QBFzrNeYsfxptDBPlhvZNaicLiZX77F/rS27a9M6u9ripWAaaD54xnWdZNZpEkdjD5Eo5aQ==", "integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/graceful-fs": "^4.1.2", "@types/graceful-fs": "^4.1.2",
"@types/node": "*", "@types/node": "*",
"anymatch": "^3.0.3", "anymatch": "^3.0.3",
@ -9608,8 +9608,8 @@
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.0.6",
"jest-serializer": "^27.0.6", "jest-serializer": "^27.0.6",
"jest-util": "^27.1.1", "jest-util": "^27.2.4",
"jest-worker": "^27.1.1", "jest-worker": "^27.2.4",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"walker": "^1.0.7" "walker": "^1.0.7"
}, },
@ -9903,12 +9903,12 @@
} }
}, },
"node_modules/jest-util": { "node_modules/jest-util": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
"integrity": "sha512-zf9nEbrASWn2mC/L91nNb0K+GkhFvi4MP6XJG2HqnHzHvLYcs7ou/In68xYU1i1dSkJlrWcYfWXQE8nVR+nbOA==", "integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
@ -9967,9 +9967,9 @@
} }
}, },
"node_modules/jest-worker": { "node_modules/jest-worker": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz",
"integrity": "sha512-XJKCL7tu+362IUYTWvw8+3S75U7qMiYiRU6u5yqscB48bTvzwN6i8L/7wVTXiFLwkRsxARNM7TISnTvcgv9hxA==", "integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
@ -16525,21 +16525,21 @@
} }
}, },
"@jest/transform": { "@jest/transform": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.1.1.tgz", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz",
"integrity": "sha512-qM19Eu75U6Jc5zosXXVnq900Nl9JDpoGaZ4Mg6wZs7oqbu3heYSMOZS19DlwjlhWdfNRjF4UeAgkrCJCK3fEXg==", "integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"convert-source-map": "^1.4.0", "convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0", "fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-haste-map": "^27.1.1", "jest-haste-map": "^27.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.0.6",
"jest-util": "^27.1.1", "jest-util": "^27.2.4",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"pirates": "^4.0.1", "pirates": "^4.0.1",
"slash": "^3.0.0", "slash": "^3.0.0",
@ -16556,9 +16556,9 @@
} }
}, },
"@jest/types": { "@jest/types": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
"integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==", "integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -18133,16 +18133,16 @@
} }
}, },
"babel-jest": { "babel-jest": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.1.1.tgz", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz",
"integrity": "sha512-JA+dzJl4n2RBvWQEnph6HJaTHrsIPiXGQYatt/D8nR4UpX9UG4GaDzykVVPQBbrdTebZREkRb6SOxyIXJRab6Q==", "integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/transform": "^27.1.1", "@jest/transform": "^27.2.4",
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/babel__core": "^7.1.14", "@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^27.0.6", "babel-preset-jest": "^27.2.0",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"slash": "^3.0.0" "slash": "^3.0.0"
@ -18171,9 +18171,9 @@
} }
}, },
"babel-plugin-jest-hoist": { "babel-plugin-jest-hoist": {
"version": "27.0.6", "version": "27.2.0",
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz",
"integrity": "sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw==", "integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/template": "^7.3.3", "@babel/template": "^7.3.3",
@ -18241,12 +18241,12 @@
} }
}, },
"babel-preset-jest": { "babel-preset-jest": {
"version": "27.0.6", "version": "27.2.0",
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz", "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz",
"integrity": "sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw==", "integrity": "sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==",
"dev": true, "dev": true,
"requires": { "requires": {
"babel-plugin-jest-hoist": "^27.0.6", "babel-plugin-jest-hoist": "^27.2.0",
"babel-preset-current-node-syntax": "^1.0.0" "babel-preset-current-node-syntax": "^1.0.0"
} }
}, },
@ -21988,12 +21988,12 @@
"dev": true "dev": true
}, },
"jest-haste-map": { "jest-haste-map": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz",
"integrity": "sha512-NGLYVAdh5C8Ezg5QBFzrNeYsfxptDBPlhvZNaicLiZX77F/rS27a9M6u9ripWAaaD54xnWdZNZpEkdjD5Eo5aQ==", "integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/graceful-fs": "^4.1.2", "@types/graceful-fs": "^4.1.2",
"@types/node": "*", "@types/node": "*",
"anymatch": "^3.0.3", "anymatch": "^3.0.3",
@ -22002,8 +22002,8 @@
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.0.6",
"jest-serializer": "^27.0.6", "jest-serializer": "^27.0.6",
"jest-util": "^27.1.1", "jest-util": "^27.2.4",
"jest-worker": "^27.1.1", "jest-worker": "^27.2.4",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"walker": "^1.0.7" "walker": "^1.0.7"
} }
@ -22244,12 +22244,12 @@
} }
}, },
"jest-util": { "jest-util": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
"integrity": "sha512-zf9nEbrASWn2mC/L91nNb0K+GkhFvi4MP6XJG2HqnHzHvLYcs7ou/In68xYU1i1dSkJlrWcYfWXQE8nVR+nbOA==", "integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.1.1", "@jest/types": "^27.2.4",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
@ -22295,9 +22295,9 @@
} }
}, },
"jest-worker": { "jest-worker": {
"version": "27.1.1", "version": "27.2.4",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.1.1.tgz", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz",
"integrity": "sha512-XJKCL7tu+362IUYTWvw8+3S75U7qMiYiRU6u5yqscB48bTvzwN6i8L/7wVTXiFLwkRsxARNM7TISnTvcgv9hxA==", "integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*", "@types/node": "*",

View file

@ -50,7 +50,7 @@
"@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-node-resolve": "^13.0.4",
"babel-jest": "^27.1.0", "babel-jest": "^27.2.4",
"conventional-changelog-cli": "^2.1.1", "conventional-changelog-cli": "^2.1.1",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",