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.2.4 to 27.4.2

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.2.4 to 27.4.2.
- [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.2/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-12-01 02:05:53 +00:00 committed by GitHub
parent 296247dfa6
commit 155dab5393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 92 additions and 92 deletions

182
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.5", "@rollup/plugin-node-resolve": "^13.0.5",
"babel-jest": "^27.1.0", "babel-jest": "^27.4.2",
"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",
@ -2572,21 +2572,21 @@
} }
}, },
"node_modules/@jest/transform": { "node_modules/@jest/transform": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.2.tgz",
"integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==", "integrity": "sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"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.2.4", "jest-haste-map": "^27.4.2",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.4.0",
"jest-util": "^27.2.4", "jest-util": "^27.4.2",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"pirates": "^4.0.1", "pirates": "^4.0.1",
"slash": "^3.0.0", "slash": "^3.0.0",
@ -2607,9 +2607,9 @@
} }
}, },
"node_modules/@jest/types": { "node_modules/@jest/types": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz",
"integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==", "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -4557,16 +4557,16 @@
} }
}, },
"node_modules/babel-jest": { "node_modules/babel-jest": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.2.tgz",
"integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==", "integrity": "sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/transform": "^27.2.4", "@jest/transform": "^27.4.2",
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@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.2.0", "babel-preset-jest": "^27.4.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"
@ -4604,9 +4604,9 @@
} }
}, },
"node_modules/babel-plugin-jest-hoist": { "node_modules/babel-plugin-jest-hoist": {
"version": "27.2.0", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz",
"integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==", "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/template": "^7.3.3", "@babel/template": "^7.3.3",
@ -4690,12 +4690,12 @@
} }
}, },
"node_modules/babel-preset-jest": { "node_modules/babel-preset-jest": {
"version": "27.2.0", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz", "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz",
"integrity": "sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==", "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"babel-plugin-jest-hoist": "^27.2.0", "babel-plugin-jest-hoist": "^27.4.0",
"babel-preset-current-node-syntax": "^1.0.0" "babel-preset-current-node-syntax": "^1.0.0"
}, },
"engines": { "engines": {
@ -9638,21 +9638,21 @@
} }
}, },
"node_modules/jest-haste-map": { "node_modules/jest-haste-map": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.2.tgz",
"integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==", "integrity": "sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@types/graceful-fs": "^4.1.2", "@types/graceful-fs": "^4.1.2",
"@types/node": "*", "@types/node": "*",
"anymatch": "^3.0.3", "anymatch": "^3.0.3",
"fb-watchman": "^2.0.0", "fb-watchman": "^2.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.4.0",
"jest-serializer": "^27.0.6", "jest-serializer": "^27.4.0",
"jest-util": "^27.2.4", "jest-util": "^27.4.2",
"jest-worker": "^27.2.4", "jest-worker": "^27.4.2",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"walker": "^1.0.7" "walker": "^1.0.7"
}, },
@ -9783,9 +9783,9 @@
} }
}, },
"node_modules/jest-regex-util": { "node_modules/jest-regex-util": {
"version": "27.0.6", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.0.6.tgz", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz",
"integrity": "sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==", "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
@ -9898,9 +9898,9 @@
} }
}, },
"node_modules/jest-serializer": { "node_modules/jest-serializer": {
"version": "27.0.6", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.0.6.tgz", "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz",
"integrity": "sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==", "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
@ -9946,16 +9946,16 @@
} }
}, },
"node_modules/jest-util": { "node_modules/jest-util": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz",
"integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==", "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"ci-info": "^3.2.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"is-ci": "^3.0.0",
"picomatch": "^2.2.3" "picomatch": "^2.2.3"
}, },
"engines": { "engines": {
@ -10010,9 +10010,9 @@
} }
}, },
"node_modules/jest-worker": { "node_modules/jest-worker": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz",
"integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==", "integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "*",
@ -16623,21 +16623,21 @@
} }
}, },
"@jest/transform": { "@jest/transform": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.2.tgz",
"integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==", "integrity": "sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"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.2.4", "jest-haste-map": "^27.4.2",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.4.0",
"jest-util": "^27.2.4", "jest-util": "^27.4.2",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"pirates": "^4.0.1", "pirates": "^4.0.1",
"slash": "^3.0.0", "slash": "^3.0.0",
@ -16654,9 +16654,9 @@
} }
}, },
"@jest/types": { "@jest/types": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz",
"integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==", "integrity": "sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",
@ -18236,16 +18236,16 @@
} }
}, },
"babel-jest": { "babel-jest": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.2.tgz",
"integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==", "integrity": "sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/transform": "^27.2.4", "@jest/transform": "^27.4.2",
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@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.2.0", "babel-preset-jest": "^27.4.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"
@ -18274,9 +18274,9 @@
} }
}, },
"babel-plugin-jest-hoist": { "babel-plugin-jest-hoist": {
"version": "27.2.0", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz",
"integrity": "sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==", "integrity": "sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/template": "^7.3.3", "@babel/template": "^7.3.3",
@ -18344,12 +18344,12 @@
} }
}, },
"babel-preset-jest": { "babel-preset-jest": {
"version": "27.2.0", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz", "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz",
"integrity": "sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==", "integrity": "sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==",
"dev": true, "dev": true,
"requires": { "requires": {
"babel-plugin-jest-hoist": "^27.2.0", "babel-plugin-jest-hoist": "^27.4.0",
"babel-preset-current-node-syntax": "^1.0.0" "babel-preset-current-node-syntax": "^1.0.0"
} }
}, },
@ -22100,22 +22100,22 @@
"dev": true "dev": true
}, },
"jest-haste-map": { "jest-haste-map": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.2.tgz",
"integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==", "integrity": "sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@types/graceful-fs": "^4.1.2", "@types/graceful-fs": "^4.1.2",
"@types/node": "*", "@types/node": "*",
"anymatch": "^3.0.3", "anymatch": "^3.0.3",
"fb-watchman": "^2.0.0", "fb-watchman": "^2.0.0",
"fsevents": "^2.3.2", "fsevents": "^2.3.2",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6", "jest-regex-util": "^27.4.0",
"jest-serializer": "^27.0.6", "jest-serializer": "^27.4.0",
"jest-util": "^27.2.4", "jest-util": "^27.4.2",
"jest-worker": "^27.2.4", "jest-worker": "^27.4.2",
"micromatch": "^4.0.4", "micromatch": "^4.0.4",
"walker": "^1.0.7" "walker": "^1.0.7"
} }
@ -22214,9 +22214,9 @@
"requires": {} "requires": {}
}, },
"jest-regex-util": { "jest-regex-util": {
"version": "27.0.6", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.0.6.tgz", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz",
"integrity": "sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==", "integrity": "sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==",
"dev": true "dev": true
}, },
"jest-resolve": { "jest-resolve": {
@ -22314,9 +22314,9 @@
} }
}, },
"jest-serializer": { "jest-serializer": {
"version": "27.0.6", "version": "27.4.0",
"resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.0.6.tgz", "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz",
"integrity": "sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==", "integrity": "sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*", "@types/node": "*",
@ -22356,16 +22356,16 @@
} }
}, },
"jest-util": { "jest-util": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz",
"integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==", "integrity": "sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.2.4", "@jest/types": "^27.4.2",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"ci-info": "^3.2.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
"is-ci": "^3.0.0",
"picomatch": "^2.2.3" "picomatch": "^2.2.3"
} }
}, },
@ -22407,9 +22407,9 @@
} }
}, },
"jest-worker": { "jest-worker": {
"version": "27.2.4", "version": "27.4.2",
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.2.tgz",
"integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==", "integrity": "sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==",
"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.5", "@rollup/plugin-node-resolve": "^13.0.5",
"babel-jest": "^27.1.0", "babel-jest": "^27.4.2",
"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",