Skip to content

Commit

Permalink
Merge pull request #350 from PagerDuty/dependabot/npm_and_yarn/develo…
Browse files Browse the repository at this point in the history
…p/jest-environment-node-29.7.0
  • Loading branch information
gsreynolds authored Nov 20, 2023
2 parents 539a106 + ba9d5be commit 2563c1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"jest": "^29.6.3",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.6.3",
"jest-environment-node": "^29.7.0",
"jest-location-mock": "^1.0.10",
"jest-transformer-svg": "^2.0.1",
"prettier": "^2.8.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7480,17 +7480,17 @@ jest-environment-jsdom@^29.7.0:
jest-util "^29.7.0"
jsdom "^20.0.0"

jest-environment-node@^29.6.3:
version "29.6.3"
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.6.3.tgz#72217a00db2c26755406241c70ad73c334917e28"
integrity sha512-PKl7upfPJXMYbWpD+60o4HP86KvFO2c9dZ+Zr6wUzsG5xcPx/65o3ArNgHW5M0RFvLYdW4/aieR4JSooD0a2ew==
jest-environment-node@^29.6.3, jest-environment-node@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz#0b93e111dda8ec120bc8300e6d1fb9576e164376"
integrity sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==
dependencies:
"@jest/environment" "^29.6.3"
"@jest/fake-timers" "^29.6.3"
"@jest/environment" "^29.7.0"
"@jest/fake-timers" "^29.7.0"
"@jest/types" "^29.6.3"
"@types/node" "*"
jest-mock "^29.6.3"
jest-util "^29.6.3"
jest-mock "^29.7.0"
jest-util "^29.7.0"

jest-get-type@^27.5.1:
version "27.5.1"
Expand Down

0 comments on commit 2563c1e

Please sign in to comment.