Skip to content

Commit

Permalink
chore(deps-dev): bump babel-jest from 27.0.6 to 27.1.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and cdcabrera committed Sep 22, 2021
1 parent 1b93ddb commit 2f89009
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"apidoc-mock": "^4.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-jest": "^27.1.0",
"babel-preset-react-app": "^10.0.0",
"copy-webpack-plugin": "^9.0.1",
"cspell": "^5.8.0",
Expand Down
39 changes: 14 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,21 +1694,21 @@
jest-haste-map "^27.0.6"
jest-runtime "^27.0.6"

"@jest/transform@^27.0.6":
version "27.0.6"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.6.tgz#189ad7107413208f7600f4719f81dd2f7278cc95"
integrity sha512-rj5Dw+mtIcntAUnMlW/Vju5mr73u8yg+irnHwzgtgoeI6cCPOvUwQ0D1uQtc/APmWgvRweEb1g05pkUpxH3iCA==
"@jest/transform@^27.0.6", "@jest/transform@^27.1.0":
version "27.1.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.1.0.tgz#962e385517e3d1f62827fa39c305edcc3ca8544b"
integrity sha512-ZRGCA2ZEVJ00ubrhkTG87kyLbN6n55g1Ilq0X9nJb5bX3MhMp3O6M7KG+LvYu+nZRqG5cXsQnJEdZbdpTAV8pQ==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^27.0.6"
"@jest/types" "^27.1.0"
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.6"
jest-haste-map "^27.1.0"
jest-regex-util "^27.0.6"
jest-util "^27.0.6"
jest-util "^27.1.0"
micromatch "^4.0.4"
pirates "^4.0.1"
slash "^3.0.0"
Expand Down Expand Up @@ -2016,18 +2016,7 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==

"@types/babel__core@^7.0.0":
version "7.1.12"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d"
integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==
dependencies:
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"
"@types/babel__generator" "*"
"@types/babel__template" "*"
"@types/babel__traverse" "*"

"@types/babel__core@^7.1.14":
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14":
version "7.1.15"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz#2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024"
integrity sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==
Expand Down Expand Up @@ -2976,13 +2965,13 @@ babel-eslint@^10.1.0:
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"

babel-jest@^27.0.6:
version "27.0.6"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.6.tgz#e99c6e0577da2655118e3608b68761a5a69bd0d8"
integrity sha512-iTJyYLNc4wRofASmofpOc5NK9QunwMk+TLFgGXsTFS8uEqmd8wdI7sga0FPe2oVH3b5Agt/EAK1QjPEuKL8VfA==
babel-jest@^27.0.6, babel-jest@^27.1.0:
version "27.1.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.1.0.tgz#e96ca04554fd32274439869e2b6d24de9d91bc4e"
integrity sha512-6NrdqzaYemALGCuR97QkC/FkFIEBWP5pw5TMJoUHZTVXyOgocujp6A0JE2V6gE0HtqAAv6VKU/nI+OCR1Z4gHA==
dependencies:
"@jest/transform" "^27.0.6"
"@jest/types" "^27.0.6"
"@jest/transform" "^27.1.0"
"@jest/types" "^27.1.0"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.0.0"
babel-preset-jest "^27.0.6"
Expand Down

0 comments on commit 2f89009

Please sign in to comment.