Skip to content

Commit

Permalink
Merge pull request #2377 from garageScript/dependabot/npm_and_yarn/ba…
Browse files Browse the repository at this point in the history
…bel-jest-29.1.2

build(deps-dev): Bump babel-jest from 29.1.0 to 29.1.2
  • Loading branch information
flacial authored Oct 1, 2022
2 parents 97f25a3 + 4506d28 commit a854ae2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-jest": "^29.1.0",
"babel-jest": "^29.1.2",
"babel-plugin-prismjs": "^2.1.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
Expand Down
57 changes: 29 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2480,22 +2480,22 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"

"@jest/transform@^29.1.0":
version "29.1.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.1.0.tgz#1b3e597681362f6164e786e6bc2826c34ecbf74f"
integrity sha512-NI1zd62KgM0lW6rWMIZDx52dfTIDd+cnLQNahH0YhH7TVmQVigumJ6jszuhAzvKHGm55P2Fozcglb5sGMfFp3Q==
"@jest/transform@^29.1.2":
version "29.1.2"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.1.2.tgz#20f814696e04f090421f6d505c14bbfe0157062a"
integrity sha512-2uaUuVHTitmkx1tHF+eBjb4p7UuzBG7SXIaA/hNIkaMP6K+gXYGxP38ZcrofzqN0HeZ7A90oqsOa97WU7WZkSw==
dependencies:
"@babel/core" "^7.11.6"
"@jest/types" "^29.1.0"
"@jest/types" "^29.1.2"
"@jridgewell/trace-mapping" "^0.3.15"
babel-plugin-istanbul "^6.1.1"
chalk "^4.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.1.0"
graceful-fs "^4.2.9"
jest-haste-map "^29.1.0"
jest-haste-map "^29.1.2"
jest-regex-util "^29.0.0"
jest-util "^29.1.0"
jest-util "^29.1.2"
micromatch "^4.0.4"
pirates "^4.0.4"
slash "^3.0.0"
Expand Down Expand Up @@ -6176,12 +6176,12 @@ babel-jest@^27.5.1:
graceful-fs "^4.2.9"
slash "^3.0.0"

babel-jest@^29.1.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.0.tgz#945e45eb8a33e8ad8cb334f2b0f040d7306cffbf"
integrity sha512-0XiBgPRhMSng+ThuXz0M/WpOeml/q5S4BFIaDS5uQb+lCjOzd0OfYEN4hWte5fDy7SZ6rNmEi16UpWGurSg2nQ==
babel-jest@^29.1.2:
version "29.1.2"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.1.2.tgz#540d3241925c55240fb0c742e3ffc5f33a501978"
integrity sha512-IuG+F3HTHryJb7gacC7SQ59A9kO56BctUsT67uJHp1mMCHUOMXpDwOHWGifWqdWVknN2WNkCVQELPjXx0aLJ9Q==
dependencies:
"@jest/transform" "^29.1.0"
"@jest/transform" "^29.1.2"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.1.1"
babel-preset-jest "^29.0.2"
Expand Down Expand Up @@ -11384,20 +11384,20 @@ jest-haste-map@^27.5.1:
optionalDependencies:
fsevents "^2.3.2"

jest-haste-map@^29.1.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.1.0.tgz#1cbdd30528b7b215523166cec3718600a3328ad1"
integrity sha512-qn+QVZ6JHzzx6g8XrMrNNvvIWrgVT6FzOoxTP5hQ1vEu6r9use2gOb0sSeC3Xle7eaDLN4DdAazSKnWskK3B/g==
jest-haste-map@^29.1.2:
version "29.1.2"
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.1.2.tgz#93f3634aa921b6b654e7c94137b24e02e7ca6ac9"
integrity sha512-xSjbY8/BF11Jh3hGSPfYTa/qBFrm3TPM7WU8pU93m2gqzORVLkHFWvuZmFsTEBPRKndfewXhMOuzJNHyJIZGsw==
dependencies:
"@jest/types" "^29.1.0"
"@jest/types" "^29.1.2"
"@types/graceful-fs" "^4.1.3"
"@types/node" "*"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
graceful-fs "^4.2.9"
jest-regex-util "^29.0.0"
jest-util "^29.1.0"
jest-worker "^29.1.0"
jest-util "^29.1.2"
jest-worker "^29.1.2"
micromatch "^4.0.4"
walker "^1.0.8"
optionalDependencies:
Expand Down Expand Up @@ -11710,12 +11710,12 @@ jest-util@^27.5.1:
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.1.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.0.tgz#e8a971dfb900bb85f090c752aa321b6912e81002"
integrity sha512-5haD8egMAEAq/e8ritN2Gr1WjLYtXi4udAIZB22GnKlv/2MHkbCjcyjgDBmyezAMMeQKGfoaaDsWCmVlnHZ1WQ==
jest-util@^29.1.2:
version "29.1.2"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
dependencies:
"@jest/types" "^29.1.0"
"@jest/types" "^29.1.2"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
Expand Down Expand Up @@ -11765,12 +11765,13 @@ jest-worker@^27.5.1:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest-worker@^29.1.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.1.0.tgz#374d741b976a868e39141d63fb401abacc07a8c9"
integrity sha512-yr7RFRAxI+vhL/cGB9B0FhD+QfaWh1qSxurx7gLP16dfmqhG8w75D/CQFU8ZetvhiQqLZh8X0C4rxwsZy6HITQ==
jest-worker@^29.1.2:
version "29.1.2"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.1.2.tgz#a68302af61bce82b42a9a57285ca7499d29b2afc"
integrity sha512-AdTZJxKjTSPHbXT/AIOjQVmoFx0LHFcVabWu0sxI7PAy7rFf8c0upyvgBKgguVXdM4vY74JdwkyD4hSmpTW8jA==
dependencies:
"@types/node" "*"
jest-util "^29.1.2"
merge-stream "^2.0.0"
supports-color "^8.0.0"

Expand Down

1 comment on commit a854ae2

@vercel
Copy link

@vercel vercel bot commented on a854ae2 Oct 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.