Skip to content

Commit

Permalink
37526 - updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LiudmylaMasliuk committed Dec 5, 2024
1 parent dbc3d5e commit a983978
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 299 deletions.
2 changes: 1 addition & 1 deletion paypal-commercetools-custom-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"formik": "2.2.9",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.5.0",
"jest": "^29.7.0",
"jest-runner-eslint": "2.0.0",
"jest-watch-typeahead": "2.2.2",
"moment": "^2.29.4",
Expand Down
20 changes: 10 additions & 10 deletions paypal-commercetools-custom-application/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@
jest-util "^29.7.0"
slash "^3.0.0"

"@jest/core@^29.5.0", "@jest/core@^29.7.0":
"@jest/core@^29.7.0":
version "29.7.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f"
integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==
Expand Down Expand Up @@ -3808,7 +3808,7 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jest/types@^29.5.0", "@jest/types@^29.6.3":
"@jest/types@^29.6.3":
version "29.6.3"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
Expand Down Expand Up @@ -8923,7 +8923,7 @@ jest-circus@^29.7.0:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.5.0:
jest-cli@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995"
integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==
Expand Down Expand Up @@ -9316,15 +9316,15 @@ jest-worker@^29.7.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.5.0.tgz#f75157622f5ce7ad53028f2f8888ab53e1f1f24e"
integrity sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==
jest@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613"
integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==
dependencies:
"@jest/core" "^29.5.0"
"@jest/types" "^29.5.0"
"@jest/core" "^29.7.0"
"@jest/types" "^29.6.3"
import-local "^3.0.2"
jest-cli "^29.5.0"
jest-cli "^29.7.0"

jiti@^1.18.2:
version "1.21.6"
Expand Down
6 changes: 3 additions & 3 deletions paypal-commercetools-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"concurrently": "^8.2.0",
"eslint": "^8.46.0",
"jest": "^29.6.2",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit a983978

Please sign in to comment.