mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore(deps-dev): bump jest-environment-jsdom from 29.3.1 to 29.4.0 (#474)
This commit is contained in:
parent
e248a30126
commit
cc30316035
134
yarn.lock
134
yarn.lock
@ -779,15 +779,15 @@
|
|||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
strip-ansi "^6.0.0"
|
strip-ansi "^6.0.0"
|
||||||
|
|
||||||
"@jest/environment@^29.3.1":
|
"@jest/environment@^29.3.1", "@jest/environment@^29.4.0":
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.3.1.tgz#eb039f726d5fcd14698acd072ac6576d41cfcaa6"
|
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.4.0.tgz#b15d7bfc873d6348dfd7323e50083d2c1e067750"
|
||||||
integrity sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==
|
integrity sha512-ocl1VGDcZHfHnYLTqkBY7yXme1bF4x0BevJ9wb6y0sLOSyBCpp8L5fEASChB+wU53WMrIK6kBfGt+ZYoM2kcdw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/fake-timers" "^29.3.1"
|
"@jest/fake-timers" "^29.4.0"
|
||||||
"@jest/types" "^29.3.1"
|
"@jest/types" "^29.4.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^29.3.1"
|
jest-mock "^29.4.0"
|
||||||
|
|
||||||
"@jest/expect-utils@^29.3.1":
|
"@jest/expect-utils@^29.3.1":
|
||||||
version "29.3.1"
|
version "29.3.1"
|
||||||
@ -804,17 +804,17 @@
|
|||||||
expect "^29.3.1"
|
expect "^29.3.1"
|
||||||
jest-snapshot "^29.3.1"
|
jest-snapshot "^29.3.1"
|
||||||
|
|
||||||
"@jest/fake-timers@^29.3.1":
|
"@jest/fake-timers@^29.3.1", "@jest/fake-timers@^29.4.0":
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.3.1.tgz#b140625095b60a44de820876d4c14da1aa963f67"
|
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.4.0.tgz#9a2409cae63eb1d0122edc21783ef88c67e6face"
|
||||||
integrity sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==
|
integrity sha512-8sitzN2QrhDwEwH3kKcMMgrv/UIkmm9AUgHixmn4L++GQ0CqVTIztm3YmaIQooLmW3O4GhizNTTCyq3iLbWcMw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/types" "^29.3.1"
|
"@jest/types" "^29.4.0"
|
||||||
"@sinonjs/fake-timers" "^9.1.2"
|
"@sinonjs/fake-timers" "^10.0.2"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-message-util "^29.3.1"
|
jest-message-util "^29.4.0"
|
||||||
jest-mock "^29.3.1"
|
jest-mock "^29.4.0"
|
||||||
jest-util "^29.3.1"
|
jest-util "^29.4.0"
|
||||||
|
|
||||||
"@jest/globals@^29.3.1":
|
"@jest/globals@^29.3.1":
|
||||||
version "29.3.1"
|
version "29.3.1"
|
||||||
@ -863,6 +863,13 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@sinclair/typebox" "^0.24.1"
|
"@sinclair/typebox" "^0.24.1"
|
||||||
|
|
||||||
|
"@jest/schemas@^29.4.0":
|
||||||
|
version "29.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.0.tgz#0d6ad358f295cc1deca0b643e6b4c86ebd539f17"
|
||||||
|
integrity sha512-0E01f/gOZeNTG76i5eWWSupvSHaIINrTie7vCyjiYFKgzNdyEGd12BUv4oNBFHOqlHDbtoJi3HrQ38KCC90NsQ==
|
||||||
|
dependencies:
|
||||||
|
"@sinclair/typebox" "^0.25.16"
|
||||||
|
|
||||||
"@jest/source-map@^29.2.0":
|
"@jest/source-map@^29.2.0":
|
||||||
version "29.2.0"
|
version "29.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.2.0.tgz#ab3420c46d42508dcc3dc1c6deee0b613c235744"
|
resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.2.0.tgz#ab3420c46d42508dcc3dc1c6deee0b613c235744"
|
||||||
@ -913,12 +920,12 @@
|
|||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
write-file-atomic "^4.0.1"
|
write-file-atomic "^4.0.1"
|
||||||
|
|
||||||
"@jest/types@^29.3.1":
|
"@jest/types@^29.3.1", "@jest/types@^29.4.0":
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.3.1.tgz#7c5a80777cb13e703aeec6788d044150341147e3"
|
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.4.0.tgz#569115f2438cacf3cff92521c7d624fbb683de3d"
|
||||||
integrity sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==
|
integrity sha512-1S2Dt5uQp7R0bGY/L2BpuwCSji7v12kY3o8zqwlkbYBmOY956SKk+zOWqmfhHSINegiAVqOXydAYuWpzX6TYsQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/schemas" "^29.0.0"
|
"@jest/schemas" "^29.4.0"
|
||||||
"@types/istanbul-lib-coverage" "^2.0.0"
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
||||||
"@types/istanbul-reports" "^3.0.0"
|
"@types/istanbul-reports" "^3.0.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
@ -1020,19 +1027,24 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.19.tgz#5297278e0d8a1aea084685a3216074910ac6c113"
|
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.19.tgz#5297278e0d8a1aea084685a3216074910ac6c113"
|
||||||
integrity sha512-gHJu8cdYTD5p4UqmQHrxaWrtb/jkH5imLXzuBypWhKzNkW0qfmgz+w1xaJccWVuJta1YYUdlDiPHXRTR4Ku0MQ==
|
integrity sha512-gHJu8cdYTD5p4UqmQHrxaWrtb/jkH5imLXzuBypWhKzNkW0qfmgz+w1xaJccWVuJta1YYUdlDiPHXRTR4Ku0MQ==
|
||||||
|
|
||||||
"@sinonjs/commons@^1.7.0":
|
"@sinclair/typebox@^0.25.16":
|
||||||
version "1.8.3"
|
version "0.25.21"
|
||||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
|
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.21.tgz#763b05a4b472c93a8db29b2c3e359d55b29ce272"
|
||||||
integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
|
integrity sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==
|
||||||
|
|
||||||
|
"@sinonjs/commons@^2.0.0":
|
||||||
|
version "2.0.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
||||||
|
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
|
||||||
dependencies:
|
dependencies:
|
||||||
type-detect "4.0.8"
|
type-detect "4.0.8"
|
||||||
|
|
||||||
"@sinonjs/fake-timers@^9.1.2":
|
"@sinonjs/fake-timers@^10.0.2":
|
||||||
version "9.1.2"
|
version "10.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz#4eaab737fab77332ab132d396a3c0d364bd0ea8c"
|
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c"
|
||||||
integrity sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==
|
integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sinonjs/commons" "^1.7.0"
|
"@sinonjs/commons" "^2.0.0"
|
||||||
|
|
||||||
"@tootallnate/once@2":
|
"@tootallnate/once@2":
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -3039,17 +3051,17 @@ jest-each@^29.3.1:
|
|||||||
pretty-format "^29.3.1"
|
pretty-format "^29.3.1"
|
||||||
|
|
||||||
jest-environment-jsdom@^29.0.0:
|
jest-environment-jsdom@^29.0.0:
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.3.1.tgz#14ca63c3e0ef5c63c5bcb46033e50bc649e3b639"
|
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.4.0.tgz#81a03ca9cf3d9cf88f6aa7e528d921c21975471c"
|
||||||
integrity sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==
|
integrity sha512-z1tB/qtReousDnU695K38ZzoR6B3dRXazwgyhTHzMviSC2T3KmVy0T722fZxR2q3x/Jvv85JxU/2xs8kwX394w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/environment" "^29.3.1"
|
"@jest/environment" "^29.4.0"
|
||||||
"@jest/fake-timers" "^29.3.1"
|
"@jest/fake-timers" "^29.4.0"
|
||||||
"@jest/types" "^29.3.1"
|
"@jest/types" "^29.4.0"
|
||||||
"@types/jsdom" "^20.0.0"
|
"@types/jsdom" "^20.0.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-mock "^29.3.1"
|
jest-mock "^29.4.0"
|
||||||
jest-util "^29.3.1"
|
jest-util "^29.4.0"
|
||||||
jsdom "^20.0.0"
|
jsdom "^20.0.0"
|
||||||
|
|
||||||
jest-environment-node@^29.3.1:
|
jest-environment-node@^29.3.1:
|
||||||
@ -3121,14 +3133,29 @@ jest-message-util@^29.3.1:
|
|||||||
slash "^3.0.0"
|
slash "^3.0.0"
|
||||||
stack-utils "^2.0.3"
|
stack-utils "^2.0.3"
|
||||||
|
|
||||||
jest-mock@^29.3.1:
|
jest-message-util@^29.4.0:
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.3.1.tgz#60287d92e5010979d01f218c6b215b688e0f313e"
|
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.4.0.tgz#60d3f3dd6b5ef08ec9b698f434fbbafdb0af761d"
|
||||||
integrity sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==
|
integrity sha512-0FvobqymmhE9pDEifvIcni9GeoKLol8eZspzH5u41g1wxYtLS60a9joT95dzzoCgrKRidNz64eaAXyzaULV8og==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/types" "^29.3.1"
|
"@babel/code-frame" "^7.12.13"
|
||||||
|
"@jest/types" "^29.4.0"
|
||||||
|
"@types/stack-utils" "^2.0.0"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
graceful-fs "^4.2.9"
|
||||||
|
micromatch "^4.0.4"
|
||||||
|
pretty-format "^29.4.0"
|
||||||
|
slash "^3.0.0"
|
||||||
|
stack-utils "^2.0.3"
|
||||||
|
|
||||||
|
jest-mock@^29.3.1, jest-mock@^29.4.0:
|
||||||
|
version "29.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.4.0.tgz#efb5d99da5e4548ea02d505c89aafdd06d899cb8"
|
||||||
|
integrity sha512-+ShT5i+hcu/OFQRV0f/V/YtwpdFcHg64JZ9A8b40JueP+X9HNrZAYGdkupGIzsUK8AucecxCt4wKauMchxubLQ==
|
||||||
|
dependencies:
|
||||||
|
"@jest/types" "^29.4.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
jest-util "^29.3.1"
|
jest-util "^29.4.0"
|
||||||
|
|
||||||
jest-pnp-resolver@^1.2.2:
|
jest-pnp-resolver@^1.2.2:
|
||||||
version "1.2.2"
|
version "1.2.2"
|
||||||
@ -3248,12 +3275,12 @@ jest-snapshot@^29.3.1:
|
|||||||
pretty-format "^29.3.1"
|
pretty-format "^29.3.1"
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
|
|
||||||
jest-util@^29.0.0, jest-util@^29.3.1:
|
jest-util@^29.0.0, jest-util@^29.3.1, jest-util@^29.4.0:
|
||||||
version "29.3.1"
|
version "29.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
|
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.4.0.tgz#1f3743c3dda843049623501c7e6f8fa5efdc2c2f"
|
||||||
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==
|
integrity sha512-lCCwlze7UEV8TpR9ArS8w0cTbcMry5tlBkg7QSc5og5kNyV59dnY2aKHu5fY2k5aDJMQpCUGpvL2w6ZU44lveA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@jest/types" "^29.3.1"
|
"@jest/types" "^29.4.0"
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
chalk "^4.0.0"
|
chalk "^4.0.0"
|
||||||
ci-info "^3.2.0"
|
ci-info "^3.2.0"
|
||||||
@ -4094,6 +4121,15 @@ pretty-format@^29.0.0, pretty-format@^29.3.1:
|
|||||||
ansi-styles "^5.0.0"
|
ansi-styles "^5.0.0"
|
||||||
react-is "^18.0.0"
|
react-is "^18.0.0"
|
||||||
|
|
||||||
|
pretty-format@^29.4.0:
|
||||||
|
version "29.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.4.0.tgz#766f071bb1c53f1ef8000c105bbeb649e86eb993"
|
||||||
|
integrity sha512-J+EVUPXIBHCdWAbvGBwXs0mk3ljGppoh/076g1S8qYS8nVG4u/yrhMvyTFHYYYKWnDdgRLExx0vA7pzxVGdlNw==
|
||||||
|
dependencies:
|
||||||
|
"@jest/schemas" "^29.4.0"
|
||||||
|
ansi-styles "^5.0.0"
|
||||||
|
react-is "^18.0.0"
|
||||||
|
|
||||||
prompts@^2.0.1:
|
prompts@^2.0.1:
|
||||||
version "2.4.2"
|
version "2.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
|
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user