Skip to content

Commit

Permalink
Merge pull request project-koku#2596 from project-koku/dependabot/npm…
Browse files Browse the repository at this point in the history
…_and_yarn/main/jest-environment-jsdom-29.2.1

(chore): Bump jest-environment-jsdom from 29.2.0 to 29.2.1
  • Loading branch information
gitdallas authored Oct 19, 2022
2 parents b411c53 + d4cad99 commit 460e749
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"html-webpack-plugin": "^5.5.0",
"inquirer": "^8.2.4",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.0",
"jest-environment-jsdom": "^29.2.1",
"jest-mock-axios": "^4.7.0-beta",
"jws": "^4.0.0",
"mini-css-extract-plugin": "^2.6.1",
Expand Down
63 changes: 10 additions & 53 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -581,16 +581,6 @@
"@types/node" "*"
jest-mock "^28.1.3"

"@jest/environment@^29.2.0":
version "29.2.0"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.2.0.tgz#7e5604e4ead098572056a962a970f3d79379fbd8"
integrity sha512-foaVv1QVPB31Mno3LlL58PxEQQOLZd9zQfCpyQQCQIpUAtdFP1INBjkphxrCfKT13VxpA0z5jFGIkmZk0DAg2Q==
dependencies:
"@jest/fake-timers" "^29.2.0"
"@jest/types" "^29.2.0"
"@types/node" "*"
jest-mock "^29.2.0"

"@jest/environment@^29.2.1":
version "29.2.1"
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.2.1.tgz#acb1994fbd5ad02819a1a34a923c531e6923b665"
Expand Down Expand Up @@ -650,18 +640,6 @@
jest-mock "^28.1.3"
jest-util "^28.1.3"

"@jest/fake-timers@^29.2.0":
version "29.2.0"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.2.0.tgz#e43635c1bd73b23886e80ca12307092ef2ee1929"
integrity sha512-mX0V0uQsgeSLTt0yTqanAhhpeUKMGd2uq+PSLAfO40h72bvfNNQ7pIEl9vIwNMFxRih1ENveEjSBsLjxGGDPSw==
dependencies:
"@jest/types" "^29.2.0"
"@sinonjs/fake-timers" "^9.1.2"
"@types/node" "*"
jest-message-util "^29.2.0"
jest-mock "^29.2.0"
jest-util "^29.2.0"

"@jest/fake-timers@^29.2.1":
version "29.2.1"
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.2.1.tgz#786d60e8cb60ca70c9f913cb49fcc77610c072bb"
Expand Down Expand Up @@ -5639,18 +5617,18 @@ jest-each@^29.2.1:
jest-util "^29.2.1"
pretty-format "^29.2.1"

jest-environment-jsdom@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.2.0.tgz#a45aa6bb8737e7ab93ebb9111c7e5b1c9ae6aa51"
integrity sha512-DgHbBxC4RmHpDLFLMt00NjXXimGvtNALRyxQYOo3e6vwq1qsIDqXsEZiuEpjTg0BueENE1mx8BKFKHXArEdRQQ==
jest-environment-jsdom@^29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.2.1.tgz#5bfbbc52a74b333c7e69ff3a4f540af850a7a718"
integrity sha512-MipBdmrjgzEdQMkK7b7wBShOfv1VqO6FVwa9S43bZwKYLC4dlWnPiCgNpZX3ypNEpJO8EMpMhg4HrUkWUZXGiw==
dependencies:
"@jest/environment" "^29.2.0"
"@jest/fake-timers" "^29.2.0"
"@jest/types" "^29.2.0"
"@jest/environment" "^29.2.1"
"@jest/fake-timers" "^29.2.1"
"@jest/types" "^29.2.1"
"@types/jsdom" "^20.0.0"
"@types/node" "*"
jest-mock "^29.2.0"
jest-util "^29.2.0"
jest-mock "^29.2.1"
jest-util "^29.2.1"
jsdom "^20.0.0"

jest-environment-node@^28.1.3:
Expand Down Expand Up @@ -5833,15 +5811,6 @@ jest-mock@^28.1.3:
"@jest/types" "^28.1.3"
"@types/node" "*"

jest-mock@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.0.tgz#3531012881178f59f4b5fd1e243acc329d08d6a1"
integrity sha512-aiWGR0P8ivssIO17xkehLGFtCcef2ZwQFNPwEer1jQLHxPctDlIg3Hs6QMq1KpPz5dkCcgM7mwGif4a9IPznlg==
dependencies:
"@jest/types" "^29.2.0"
"@types/node" "*"
jest-util "^29.2.0"

jest-mock@^29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.1.tgz#a0d361cffcb28184fa9c5443adbf591fa5759775"
Expand Down Expand Up @@ -6093,19 +6062,7 @@ jest-util@^28.1.3:
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.0.tgz#797935697e83a5722aeba401ed6cd01264295566"
integrity sha512-8M1dx12ujkBbnhwytrezWY0Ut79hbflwodE+qZKjxSRz5qt4xDp6dQQJaOCFvCmE0QJqp9KyEK33lpPNjnhevw==
dependencies:
"@jest/types" "^29.2.0"
"@types/node" "*"
chalk "^4.0.0"
ci-info "^3.2.0"
graceful-fs "^4.2.9"
picomatch "^2.2.3"

jest-util@^29.2.1:
jest-util@^29.2.0, jest-util@^29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.2.1.tgz#f26872ba0dc8cbefaba32c34f98935f6cf5fc747"
integrity sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==
Expand Down

0 comments on commit 460e749

Please sign in to comment.