From 166cd41b9e5dc32e0f488d99f3789ee2e82eeda9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:57:31 +0000 Subject: [PATCH] fix(deps): update all dependencies --- generators/package.json | 8 +- .../templates/package/package.json | 6 +- models/associate-role/package.json | 2 +- models/attribute-group/package.json | 2 +- models/business-unit/package.json | 2 +- models/cart-discount/package.json | 2 +- models/cart/package.json | 2 +- models/category/package.json | 2 +- models/channel/package.json | 2 +- models/commons/package.json | 2 +- models/custom-application/package.json | 2 +- models/custom-object/package.json | 2 +- models/custom-view/package.json | 2 +- models/customer-group/package.json | 2 +- models/customer/package.json | 2 +- .../package.json | 2 +- models/discount-code/package.json | 2 +- models/inventory-entry/package.json | 2 +- models/order/package.json | 2 +- models/organization/package.json | 2 +- models/payment/package.json | 2 +- models/platform-limits/package.json | 2 +- models/product-discount/package.json | 2 +- models/product-projection/package.json | 2 +- models/product-selection/package.json | 2 +- models/product-type/package.json | 2 +- models/product/package.json | 2 +- models/project/package.json | 2 +- models/quote-request/package.json | 2 +- models/quote/package.json | 2 +- models/review/package.json | 2 +- models/shipping-method/package.json | 2 +- models/shopping-list/package.json | 2 +- models/staged-quote/package.json | 2 +- models/standalone-price/package.json | 2 +- models/state/package.json | 2 +- models/store/package.json | 2 +- models/tax-category/package.json | 2 +- models/type/package.json | 2 +- models/user/package.json | 2 +- models/zone/package.json | 2 +- package.json | 28 +- pnpm-lock.yaml | 1208 +++++++---------- 43 files changed, 539 insertions(+), 789 deletions(-) diff --git a/generators/package.json b/generators/package.json index e3d859247..7611f1d35 100644 --- a/generators/package.json +++ b/generators/package.json @@ -17,15 +17,15 @@ "keywords": ["javascript", "typescript", "test-data"], "license": "MIT", "dependencies": { - "@babel/runtime": "7.17.9", - "@babel/runtime-corejs3": "7.17.9", + "@babel/runtime": "7.26.0", + "@babel/runtime-corejs3": "7.26.0", "lodash": "4.17.21", "squirrelly": "9.1.0", "prompts": "2.4.2", - "tsx": "4.19.1" + "tsx": "4.19.2" }, "devDependencies": { - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/mustache": "^4.2.5", "@types/prompts": "^2.4.9" } diff --git a/generators/src/new-test-model/templates/package/package.json b/generators/src/new-test-model/templates/package/package.json index 4b4bbac9d..b3e7d5b30 100644 --- a/generators/src/new-test-model/templates/package/package.json +++ b/generators/src/new-test-model/templates/package/package.json @@ -19,9 +19,9 @@ "dependencies": { "@babel/runtime": "^7.17.9", "@babel/runtime-corejs3": "^7.17.9", - "@commercetools-test-data/commons": "10.1.3", - "@commercetools-test-data/core": "10.1.3", - "@commercetools-test-data/utils": "10.1.3", + "@commercetools-test-data/commons": "10.9.2", + "@commercetools-test-data/core": "10.9.2", + "@commercetools-test-data/utils": "10.9.2", "@commercetools/platform-sdk": "^7.0.0", "@faker-js/faker": "^8.0.0" } diff --git a/models/associate-role/package.json b/models/associate-role/package.json index 2292dd11a..e02799742 100644 --- a/models/associate-role/package.json +++ b/models/associate-role/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/attribute-group/package.json b/models/attribute-group/package.json index 28d0c1f7b..c45141ab8 100644 --- a/models/attribute-group/package.json +++ b/models/attribute-group/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0", "omit-deep": "^0.3.0" } diff --git a/models/business-unit/package.json b/models/business-unit/package.json index 47e86fd50..a9ad76966 100644 --- a/models/business-unit/package.json +++ b/models/business-unit/package.json @@ -25,7 +25,7 @@ "@commercetools-test-data/customer": "10.9.3", "@commercetools-test-data/store": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/cart-discount/package.json b/models/cart-discount/package.json index fdfad95fd..4752a9317 100644 --- a/models/cart-discount/package.json +++ b/models/cart-discount/package.json @@ -25,7 +25,7 @@ "@commercetools-test-data/customer-group": "10.9.3", "@commercetools-test-data/product-type": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/cart/package.json b/models/cart/package.json index 4518f7e26..3ea7c1202 100644 --- a/models/cart/package.json +++ b/models/cart/package.json @@ -30,7 +30,7 @@ "@commercetools-test-data/store": "10.9.3", "@commercetools-test-data/tax-category": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/category/package.json b/models/category/package.json index bed6c2ce5..7d63ce218 100644 --- a/models/category/package.json +++ b/models/category/package.json @@ -23,7 +23,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/type": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/channel/package.json b/models/channel/package.json index 186022e13..f0517a90e 100644 --- a/models/channel/package.json +++ b/models/channel/package.json @@ -23,7 +23,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/type": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/commons/package.json b/models/commons/package.json index 0e9c1fc42..f98fff33a 100644 --- a/models/commons/package.json +++ b/models/commons/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/product-discount": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0", "@types/lodash": "^4.17.0", "lodash": "^4.17.21" diff --git a/models/custom-application/package.json b/models/custom-application/package.json index 21ddd5a2f..dd6fa78da 100644 --- a/models/custom-application/package.json +++ b/models/custom-application/package.json @@ -25,7 +25,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/graphql-types": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0", "@types/lodash": "^4.14.182", "lodash": "^4.17.21" diff --git a/models/custom-object/package.json b/models/custom-object/package.json index e906db8d4..dd1c7d979 100644 --- a/models/custom-object/package.json +++ b/models/custom-object/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/custom-view/package.json b/models/custom-view/package.json index 5b926a4d0..e501f2064 100644 --- a/models/custom-view/package.json +++ b/models/custom-view/package.json @@ -25,7 +25,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/graphql-types": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0", "@types/lodash": "^4.17.0", "lodash": "^4.17.21" diff --git a/models/customer-group/package.json b/models/customer-group/package.json index 50d8ed266..5d2db1b4d 100644 --- a/models/customer-group/package.json +++ b/models/customer-group/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/customer/package.json b/models/customer/package.json index 7bfb47cc7..265b0d3ef 100644 --- a/models/customer/package.json +++ b/models/customer/package.json @@ -23,7 +23,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/customer-group": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/customers-search-list-my-view/package.json b/models/customers-search-list-my-view/package.json index d20d0db98..c35c38d20 100644 --- a/models/customers-search-list-my-view/package.json +++ b/models/customers-search-list-my-view/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/filter-values": "10.9.3", "@commercetools-test-data/graphql-types": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/discount-code/package.json b/models/discount-code/package.json index d1f3410c1..4f7bd6c22 100644 --- a/models/discount-code/package.json +++ b/models/discount-code/package.json @@ -23,7 +23,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/inventory-entry/package.json b/models/inventory-entry/package.json index e571a1d8e..534cba1f4 100644 --- a/models/inventory-entry/package.json +++ b/models/inventory-entry/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/product": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/order/package.json b/models/order/package.json index 0b3916fcc..7d3566078 100644 --- a/models/order/package.json +++ b/models/order/package.json @@ -27,7 +27,7 @@ "@commercetools-test-data/customer-group": "10.9.3", "@commercetools-test-data/quote": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0", "@types/lodash": "^4.17.0", "lodash": "^4.17.21" diff --git a/models/organization/package.json b/models/organization/package.json index 4bc3801c0..0208d40e1 100644 --- a/models/organization/package.json +++ b/models/organization/package.json @@ -24,6 +24,6 @@ "@commercetools-test-data/graphql-types": "10.9.3", "@commercetools-test-data/user": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0" + "@commercetools/platform-sdk": "7.19.0" } } diff --git a/models/payment/package.json b/models/payment/package.json index 8bbe4256c..ac9a43ec6 100644 --- a/models/payment/package.json +++ b/models/payment/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/customer": "10.9.3", "@commercetools-test-data/order": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/platform-limits/package.json b/models/platform-limits/package.json index 70e5852ec..c316f2771 100644 --- a/models/platform-limits/package.json +++ b/models/platform-limits/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/product-discount/package.json b/models/product-discount/package.json index 01b317fac..627074b42 100644 --- a/models/product-discount/package.json +++ b/models/product-discount/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/product-type": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/product-projection/package.json b/models/product-projection/package.json index 77da4ef8e..82aa9889b 100644 --- a/models/product-projection/package.json +++ b/models/product-projection/package.json @@ -27,7 +27,7 @@ "@commercetools-test-data/state": "10.9.3", "@commercetools-test-data/tax-category": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/product-selection/package.json b/models/product-selection/package.json index 783535e7e..ef3dc9a7b 100644 --- a/models/product-selection/package.json +++ b/models/product-selection/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/product-type/package.json b/models/product-type/package.json index 7106f0c8f..f99577080 100644 --- a/models/product-type/package.json +++ b/models/product-type/package.json @@ -23,7 +23,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/type": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/product/package.json b/models/product/package.json index 56a8582cc..dc49ee810 100644 --- a/models/product/package.json +++ b/models/product/package.json @@ -26,7 +26,7 @@ "@commercetools-test-data/product-type": "10.9.3", "@commercetools-test-data/tax-category": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/project/package.json b/models/project/package.json index 7402e64ac..d7556c36a 100644 --- a/models/project/package.json +++ b/models/project/package.json @@ -21,6 +21,6 @@ "@babel/runtime-corejs3": "^7.17.9", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0" + "@commercetools/platform-sdk": "7.19.0" } } diff --git a/models/quote-request/package.json b/models/quote-request/package.json index 92d44c6b3..403220388 100644 --- a/models/quote-request/package.json +++ b/models/quote-request/package.json @@ -27,7 +27,7 @@ "@commercetools-test-data/customer-group": "10.9.3", "@commercetools-test-data/store": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/quote/package.json b/models/quote/package.json index c089e8025..c8d4e23f6 100644 --- a/models/quote/package.json +++ b/models/quote/package.json @@ -29,7 +29,7 @@ "@commercetools-test-data/staged-quote": "^10.9.3", "@commercetools-test-data/store": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/review/package.json b/models/review/package.json index 3de08e0d1..dee269458 100644 --- a/models/review/package.json +++ b/models/review/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/shipping-method/package.json b/models/shipping-method/package.json index 70867a413..601741e95 100644 --- a/models/shipping-method/package.json +++ b/models/shipping-method/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/tax-category": "10.9.3", "@commercetools-test-data/utils": "10.9.3", "@commercetools-test-data/zone": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/shopping-list/package.json b/models/shopping-list/package.json index fea0ca5f6..4a3ab249c 100644 --- a/models/shopping-list/package.json +++ b/models/shopping-list/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/staged-quote/package.json b/models/staged-quote/package.json index 2c6d577e0..40838f2a8 100644 --- a/models/staged-quote/package.json +++ b/models/staged-quote/package.json @@ -28,7 +28,7 @@ "@commercetools-test-data/quote-request": "10.9.3", "@commercetools-test-data/store": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/standalone-price/package.json b/models/standalone-price/package.json index ac16dd281..fa7d66cbd 100644 --- a/models/standalone-price/package.json +++ b/models/standalone-price/package.json @@ -25,7 +25,7 @@ "@commercetools-test-data/customer-group": "10.9.3", "@commercetools-test-data/product": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/state/package.json b/models/state/package.json index 58498df48..7a6dd22bb 100644 --- a/models/state/package.json +++ b/models/state/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/store/package.json b/models/store/package.json index a361dcf6d..9b54ff99a 100644 --- a/models/store/package.json +++ b/models/store/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/product-selection": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/tax-category/package.json b/models/tax-category/package.json index d4fac3265..79eedcc0f 100644 --- a/models/tax-category/package.json +++ b/models/tax-category/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/type/package.json b/models/type/package.json index b2049bb7a..1960cc9fc 100644 --- a/models/type/package.json +++ b/models/type/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/user/package.json b/models/user/package.json index ea552fe61..43aecde63 100644 --- a/models/user/package.json +++ b/models/user/package.json @@ -24,7 +24,7 @@ "@commercetools-test-data/graphql-types": "10.9.3", "@commercetools-test-data/project": "workspace:^", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/models/zone/package.json b/models/zone/package.json index 32ddfe085..759f886f3 100644 --- a/models/zone/package.json +++ b/models/zone/package.json @@ -22,7 +22,7 @@ "@commercetools-test-data/commons": "10.9.3", "@commercetools-test-data/core": "10.9.3", "@commercetools-test-data/utils": "10.9.3", - "@commercetools/platform-sdk": "7.14.0", + "@commercetools/platform-sdk": "7.19.0", "@faker-js/faker": "^9.0.0" } } diff --git a/package.json b/package.json index fb979e660..c30591fb4 100644 --- a/package.json +++ b/package.json @@ -29,22 +29,22 @@ "dependencies": { "@babel/core": "^7.21.0", "@changesets/changelog-github": "0.5.0", - "@changesets/cli": "2.27.8", - "@commercetools-frontend/babel-preset-mc-app": "22.33.0", - "@commercetools-frontend/eslint-config-mc-app": "22.33.0", + "@changesets/cli": "2.27.9", + "@commercetools-frontend/babel-preset-mc-app": "22.35.0", + "@commercetools-frontend/eslint-config-mc-app": "22.35.0", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@graphql-codegen/add": "5.0.3", - "@graphql-codegen/cli": "5.0.2", + "@graphql-codegen/cli": "5.0.3", "@graphql-codegen/introspection": "4.0.3", - "@graphql-codegen/typescript": "4.0.9", + "@graphql-codegen/typescript": "4.1.1", "@graphql-codegen/typescript-graphql-files-modules": "3.0.0", - "@graphql-codegen/typescript-operations": "4.2.3", - "@graphql-codegen/typescript-resolvers": "4.2.1", - "@manypkg/cli": "0.21.4", - "@preconstruct/cli": "2.8.8", + "@graphql-codegen/typescript-operations": "4.3.1", + "@graphql-codegen/typescript-resolvers": "4.4.0", + "@manypkg/cli": "0.22.0", + "@preconstruct/cli": "2.8.10", "@types/jest": "^29.4.0", - "@types/node": "20.16.10", + "@types/node": "20.17.6", "babel-jest": "29.7.0", "cross-env": "7.0.3", "dotenv": "16.4.5", @@ -53,18 +53,18 @@ "find-up": "^7.0.0", "husky": "9.1.6", "jest": "29.7.0", - "jest-fail-on-console": "3.3.0", - "jest-runner-eslint": "2.2.0", + "jest-fail-on-console": "3.3.1", + "jest-runner-eslint": "2.2.1", "jest-silent-reporter": "0.6.0", "jest-watch-typeahead": "2.2.2", "lint-staged": "15.2.10", "prettier": "3.3.3", "prettier-jest": "npm:prettier@^2", "tsc-files": "^1.1.3", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "devDependencies": { "jest-extended": "4.0.2" }, - "packageManager": "pnpm@9.11.0" + "packageManager": "pnpm@9.12.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c9a2e476..3ac7a1228 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,17 +15,17 @@ importers: specifier: 0.5.0 version: 0.5.0 '@changesets/cli': - specifier: 2.27.8 - version: 2.27.8 + specifier: 2.27.9 + version: 2.27.9 '@commercetools-frontend/babel-preset-mc-app': - specifier: 22.33.0 - version: 22.33.0 + specifier: 22.35.0 + version: 22.35.0 '@commercetools-frontend/eslint-config-mc-app': - specifier: 22.33.0 - version: 22.33.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)) + specifier: 22.35.0 + version: 22.35.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)) '@commitlint/cli': specifier: 19.5.0 - version: 19.5.0(@types/node@20.16.10)(typescript@5.6.2) + version: 19.5.0(@types/node@20.17.6)(typescript@5.6.3) '@commitlint/config-conventional': specifier: 19.5.0 version: 19.5.0 @@ -33,35 +33,35 @@ importers: specifier: 5.0.3 version: 5.0.3(graphql@16.8.1) '@graphql-codegen/cli': - specifier: 5.0.2 - version: 5.0.2(@types/node@20.16.10)(enquirer@2.4.1)(graphql@16.8.1)(typescript@5.6.2) + specifier: 5.0.3 + version: 5.0.3(@types/node@20.17.6)(enquirer@2.4.1)(graphql@16.8.1)(typescript@5.6.3) '@graphql-codegen/introspection': specifier: 4.0.3 version: 4.0.3(graphql@16.8.1) '@graphql-codegen/typescript': - specifier: 4.0.9 - version: 4.0.9(graphql@16.8.1) + specifier: 4.1.1 + version: 4.1.1(graphql@16.8.1) '@graphql-codegen/typescript-graphql-files-modules': specifier: 3.0.0 version: 3.0.0(graphql@16.8.1) '@graphql-codegen/typescript-operations': - specifier: 4.2.3 - version: 4.2.3(graphql@16.8.1) + specifier: 4.3.1 + version: 4.3.1(graphql@16.8.1) '@graphql-codegen/typescript-resolvers': - specifier: 4.2.1 - version: 4.2.1(graphql@16.8.1) + specifier: 4.4.0 + version: 4.4.0(graphql@16.8.1) '@manypkg/cli': - specifier: 0.21.4 - version: 0.21.4 + specifier: 0.22.0 + version: 0.22.0 '@preconstruct/cli': - specifier: 2.8.8 - version: 2.8.8 + specifier: 2.8.10 + version: 2.8.10 '@types/jest': specifier: ^29.4.0 version: 29.5.12 '@types/node': - specifier: 20.16.10 - version: 20.16.10 + specifier: 20.17.6 + version: 20.17.6 babel-jest: specifier: 29.7.0 version: 29.7.0(@babel/core@7.24.6) @@ -85,19 +85,19 @@ importers: version: 9.1.6 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + version: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) jest-fail-on-console: - specifier: 3.3.0 - version: 3.3.0 + specifier: 3.3.1 + version: 3.3.1 jest-runner-eslint: - specifier: 2.2.0 - version: 2.2.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)) + specifier: 2.2.1 + version: 2.2.1(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)) jest-silent-reporter: specifier: 0.6.0 version: 0.6.0 jest-watch-typeahead: specifier: 2.2.2 - version: 2.2.2(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)) + version: 2.2.2(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)) lint-staged: specifier: 15.2.10 version: 15.2.10 @@ -109,14 +109,14 @@ importers: version: prettier@2.8.8 tsc-files: specifier: ^1.1.3 - version: 1.1.4(typescript@5.6.2) + version: 1.1.4(typescript@5.6.3) typescript: - specifier: 5.6.2 - version: 5.6.2 + specifier: 5.6.3 + version: 5.6.3 devDependencies: jest-extended: specifier: 4.0.2 - version: 4.0.2(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)) + version: 4.0.2(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)) core: dependencies: @@ -139,11 +139,11 @@ importers: generators: dependencies: '@babel/runtime': - specifier: 7.17.9 - version: 7.17.9 + specifier: 7.26.0 + version: 7.26.0 '@babel/runtime-corejs3': - specifier: 7.17.9 - version: 7.17.9 + specifier: 7.26.0 + version: 7.26.0 lodash: specifier: 4.17.21 version: 4.17.21 @@ -154,11 +154,11 @@ importers: specifier: 9.1.0 version: 9.1.0 tsx: - specifier: 4.19.1 - version: 4.19.1 + specifier: 4.19.2 + version: 4.19.2 devDependencies: '@types/lodash': - specifier: ^4.17.7 + specifier: ^4.17.10 version: 4.17.10 '@types/mustache': specifier: ^4.2.5 @@ -187,8 +187,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -211,8 +211,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -247,8 +247,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -295,8 +295,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -328,8 +328,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -355,8 +355,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -382,8 +382,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -406,8 +406,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -445,8 +445,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -475,8 +475,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -508,8 +508,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -541,8 +541,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -565,8 +565,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -595,8 +595,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -622,8 +622,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -700,8 +700,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -739,8 +739,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -775,8 +775,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 models/organization-extension: dependencies: @@ -826,8 +826,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -850,8 +850,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -886,8 +886,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -916,8 +916,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -955,8 +955,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -979,8 +979,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1006,8 +1006,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1027,8 +1027,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 models/project-extension: dependencies: @@ -1093,8 +1093,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1132,8 +1132,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1156,8 +1156,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1186,8 +1186,8 @@ importers: specifier: 10.9.3 version: link:../zone '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1210,8 +1210,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1252,8 +1252,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1285,8 +1285,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1309,8 +1309,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1339,8 +1339,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1363,8 +1363,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1387,8 +1387,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1417,8 +1417,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -1441,8 +1441,8 @@ importers: specifier: 10.9.3 version: link:../../utils '@commercetools/platform-sdk': - specifier: 7.14.0 - version: 7.14.0 + specifier: 7.19.0 + version: 7.19.0 '@faker-js/faker': specifier: ^9.0.0 version: 9.0.3 @@ -2163,22 +2163,22 @@ packages: '@babel/regjsgen@0.8.0': resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - '@babel/runtime-corejs3@7.17.9': - resolution: {integrity: sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==} - engines: {node: '>=6.9.0'} - '@babel/runtime-corejs3@7.24.6': resolution: {integrity: sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.17.9': - resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==} + '@babel/runtime-corejs3@7.26.0': + resolution: {integrity: sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==} engines: {node: '>=6.9.0'} '@babel/runtime@7.24.6': resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.26.0': + resolution: {integrity: sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==} + engines: {node: '>=6.9.0'} + '@babel/template@7.24.6': resolution: {integrity: sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==} engines: {node: '>=6.9.0'} @@ -2206,8 +2206,8 @@ packages: '@changesets/changelog-github@0.5.0': resolution: {integrity: sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==} - '@changesets/cli@2.27.8': - resolution: {integrity: sha512-gZNyh+LdSsI82wBSHLQ3QN5J30P4uHKJ4fXgoGwQxfXwYFTJzDdvIJasZn8rYQtmKhyQuiBj4SSnLuKlxKWq4w==} + '@changesets/cli@2.27.9': + resolution: {integrity: sha512-q42a/ZbDnxPpCb5Wkm6tMVIxgeI9C/bexntzTeCFBrQEdpisQqk8kCHllYZMDjYtEc1ZzumbMJAG8H0Z4rdvjg==} hasBin: true '@changesets/config@3.0.3': @@ -2263,21 +2263,21 @@ packages: resolution: {integrity: sha512-+Db0ayimlro4FvQNg9VeoI7iUN42wtd4xuJwk0epXvhFrdNnG3gXbTT1nRq6cslPP1lpugVBQjJ68DeV41zdCA==} engines: {node: 16.x || >=18.0.0} - '@commercetools-frontend/babel-preset-mc-app@22.33.0': - resolution: {integrity: sha512-F/0z++RoOIyRyciSZUHWSspFJhocxDdLRDSUD3t6iOenj90Er6QVY0Z4Lxzr7+TqzhpuRKHpMrjYRNNldAwPXw==} + '@commercetools-frontend/babel-preset-mc-app@22.35.0': + resolution: {integrity: sha512-qHY/AnAFbg32j4u1QaqTdlDePc5l3KrpBUwUUg6DKjNuVSdkc6qvQgPdO7GWfD1unr0SDwMTv1jkBGCub4fJ+w==} engines: {node: 16.x || >=18.0.0} '@commercetools-frontend/constants@22.27.0': resolution: {integrity: sha512-7ZQILsf9XELuHKoEazuz96JfGLbsfzzMcq+B/a00YeQ0o2o2uUyAqlGSVrOpMep42c1/WYLtEXvJQniXdHdKwg==} - '@commercetools-frontend/eslint-config-mc-app@22.33.0': - resolution: {integrity: sha512-G1ev1w7DQz80Awd3fsYpo4qW9mUp29C63P4c23mX1uaA5E1/A4dnD+TGTDR5bdZNHVLEcmJ4XoxGkOaHpyp9pQ==} + '@commercetools-frontend/eslint-config-mc-app@22.35.0': + resolution: {integrity: sha512-C1FScPxovdA8qmI8BbmYIKxHC266DBcl9VDhkA2rU9Hq4CZERiclwULrspTJMQgRNpP+H/z66JxNzIwkm9o8ow==} engines: {node: 16.x || >=18.0.0} peerDependencies: eslint: 8.x - '@commercetools/platform-sdk@7.14.0': - resolution: {integrity: sha512-08/7yAxZFa6s5iKWw+67x17wa4pqiG8WHAW3dECWhkMpTME65qTHz5eyDfcCq8Tayo1rp46g67/2mWxrqapRAA==} + '@commercetools/platform-sdk@7.19.0': + resolution: {integrity: sha512-lcv8DQDja8ARpK1JwFmMTUjV4ZlGrk/j/5Cqem2zCfkFsh6penY7eoSAZq+JnGmtqmD7l45NbDjVUiXY5uUG8Q==} engines: {node: '>=14'} '@commercetools/sdk-client-v2@2.5.0': @@ -2296,8 +2296,8 @@ packages: resolution: {integrity: sha512-DhMXAA2yIch/AaGxy7st85Z1HFmeLtHWGkr9z5rX4xKjan4PHGB/IE5saAR+SNGHhs6+1Lp8vZEHDo3tFqVLmg==} engines: {node: '>=14'} - '@commercetools/ts-client@2.0.5': - resolution: {integrity: sha512-v1hdwMdyGV/ja+pdgTvnA/qLiZ67Zepbaj1WzucHa/ub9V78ZuezZTExTFKhSMFm5c+mMzLwq0UpacAYlu4nmA==} + '@commercetools/ts-client@2.1.1': + resolution: {integrity: sha512-rFA0n0j3Z9lt1fInPJg6NNobDtRdctDgEXs4XGVemL7a9PEuA7fqHPgZmZ0HciIatYFkp+zBiP1tU0qNDMI+Fw==} engines: {node: '>=14'} '@commitlint/cli@19.5.0': @@ -2568,8 +2568,9 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/cli@5.0.2': - resolution: {integrity: sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==} + '@graphql-codegen/cli@5.0.3': + resolution: {integrity: sha512-ULpF6Sbu2d7vNEOgBtE9avQp2oMgcPY/QBYcCqk0Xru5fz+ISjcovQX29V7CS7y5wWBRzNLoXwJQGeEyWbl05g==} + engines: {node: '>=16'} hasBin: true peerDependencies: '@parcel/watcher': ^2.1.0 @@ -2578,8 +2579,9 @@ packages: '@parcel/watcher': optional: true - '@graphql-codegen/client-preset@4.2.6': - resolution: {integrity: sha512-e7SzPb+nxNJfsD0uG+NSyzIeTtCXTouX5VThmcCoqGMDLgF5Lo7932B3HtZCvzmzqcXxRjJ81CmkA2LhlqIbCw==} + '@graphql-codegen/client-preset@4.5.0': + resolution: {integrity: sha512-0fFGSjpDhB7Jp6v+FQWDIeNJhL8VEiy3zeazyus3mGUELPaRQsoos2NczkDWnyMjSB1NHn4GrI53DB4TXkTAog==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2588,8 +2590,9 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/gql-tag-operations@4.0.7': - resolution: {integrity: sha512-2I69+IDC8pqAohH6cgKse/vPfJ/4TRTJX96PkAKz8S4RD54PUHtBmzCdBInIFEP/vQuH5mFUAaIKXXjznmGOsg==} + '@graphql-codegen/gql-tag-operations@4.0.11': + resolution: {integrity: sha512-EUQuBsYB5RtNlzBb/O0nJvbWC8HvPRWwVTHRf0ElOoQlJfRgfDom2GWmEM5hXa2afzMqB7AWxOH24ibOqiYnMQ==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2608,13 +2611,20 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@graphql-codegen/plugin-helpers@5.1.0': + resolution: {integrity: sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@graphql-codegen/schema-ast@4.0.2': resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typed-document-node@5.0.7': - resolution: {integrity: sha512-rgFh96hAbNwPUxLVlRcNhGaw2+y7ZGx7giuETtdO8XzPasTQGWGRkZ3wXQ5UUiTX4X3eLmjnuoXYKT7HoxSznQ==} + '@graphql-codegen/typed-document-node@5.0.11': + resolution: {integrity: sha512-btENKrSIUZ5UllS8sFhVZ+Y91VL0knK9gHxW/6/WzaCTxBQ+wOk07vQNeoWlvMrkl0QeUsGt6YvSo0SoPtsKdA==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2624,18 +2634,21 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-operations@4.2.3': - resolution: {integrity: sha512-6z7avSSOr03l5SyKbeDs7MzRyGwnQFSCqQm8Om5wIuoIgXVu2gXRmcJAY/I7SLdAy9xbF4Sho7XNqieFM2CAFQ==} + '@graphql-codegen/typescript-operations@4.3.1': + resolution: {integrity: sha512-yW5Iia6IK1VKiPm3oeukYMQN5pEBLwRlG8ZzQA9beeLQ8PskKyz6mjar6U7dJ2hc8pv/qT4R8kcJOQ2RloniAQ==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-resolvers@4.2.1': - resolution: {integrity: sha512-q/ggqNSKNGG9bn49DdZrw2KokagDZmzl1EpxIfzmpHrPa3XaCLfxQuNNEUhqEXtJzQZtLfuYvGy1y+MrTU8WnA==} + '@graphql-codegen/typescript-resolvers@4.4.0': + resolution: {integrity: sha512-RVgGqsI3NhHF5c7WrxbA3/gN7YIRVzLd5yWxVvtAZCXCIhBkrBVpXk/1b18eQIn5GyJoByx9vRW5pb604e0vCA==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript@4.0.9': - resolution: {integrity: sha512-0O35DMR4d/ctuHL1Zo6mRUUzp0BoszKfeWsa6sCm/g70+S98+hEfTwZNDkQHylLxapiyjssF9uw/F+sXqejqLw==} + '@graphql-codegen/typescript@4.1.1': + resolution: {integrity: sha512-+o5LOT71K9hdO4lDVnRGkkET5RdlKvxlQGug8dZgRGrhE2/xoPBsKfLhg9AoJGYMauNZxKj3blABQxHOKEku6Q==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2644,8 +2657,9 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/visitor-plugin-common@5.3.1': - resolution: {integrity: sha512-MktoBdNZhSmugiDjmFl1z6rEUUaqyxtFJYWnDilE7onkPgyw//O0M+TuPBJPBWdyV6J2ond0Hdqtq+rkghgSIQ==} + '@graphql-codegen/visitor-plugin-common@5.5.0': + resolution: {integrity: sha512-FSkxe/o4qKbpK+ipIT/jxZLYH0+3+XdIrJWsKlCW9wwJMF9mEJLJtzZNcxHSjz7+Eny6SUElAT2dqZ5XByxkog==} + engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -2918,9 +2932,9 @@ packages: '@kamilkisiela/fast-url-parser@1.1.4': resolution: {integrity: sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==} - '@manypkg/cli@0.21.4': - resolution: {integrity: sha512-EACxxb+c/t6G0l1FrlyewZeBnyR5V1cLkXjnBfsay5TN1UgbilFpG6POglzn+lVJet9NqnEKe3RLHABzkIDZ0Q==} - engines: {node: '>=14.18.0'} + '@manypkg/cli@0.22.0': + resolution: {integrity: sha512-HwONx0Pr9ucehlrMvFMSuztLiKfwPYkjRDc0ymL5RiGYBk1slX8k3RWy+F01f1T+JLbImthSGMwY04Ojt20nTA==} + engines: {node: '>=18.0.0'} hasBin: true '@manypkg/find-root@1.1.0': @@ -2956,17 +2970,6 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@peculiar/asn1-schema@2.3.8': - resolution: {integrity: sha512-ULB1XqHKx1WBU/tTFIA+uARuRoBVZ4pNdOA878RDrRbBfBGcSzi5HBkdScC6ZbHn8z7L8gmKCgPC1LHRrP46tA==} - - '@peculiar/json-schema@1.1.12': - resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==} - engines: {node: '>=8.0.0'} - - '@peculiar/webcrypto@1.5.0': - resolution: {integrity: sha512-BRs5XUAwiyCDQMsVA9IDvDa7UBR9gAvPHgugOeGng3YN6vJ9JYonyDc0lNczErgtCWtucjR5N7VtaonboD/ezg==} - engines: {node: '>=10.12.0'} - '@pnpm/config.env-replace@1.1.0': resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} engines: {node: '>=12.22.0'} @@ -2979,8 +2982,8 @@ packages: resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} engines: {node: '>=12'} - '@preconstruct/cli@2.8.8': - resolution: {integrity: sha512-jkPz05zm69h0lwOWErqBBhzoGXlpb4skcPKPTg2PLIpib/MtwrNNtOeGvRBntsKYR2BhaoTc9sB33VD/hs9/oQ==} + '@preconstruct/cli@2.8.10': + resolution: {integrity: sha512-SBT1ueuBwGXtYQz6qPqfSE9t7qLC6sHtKeArWRr6/PA6H+xrXd76Ft96UjqbwHqayRoCZDgBTIXquoHtSQLPlw==} hasBin: true '@preconstruct/hook@0.4.0': @@ -3029,20 +3032,12 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/is@5.6.0': - resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} - engines: {node: '>=14.16'} - '@sinonjs/commons@3.0.1': resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} '@sinonjs/fake-timers@10.3.0': resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} - '@szmarczak/http-timer@5.0.1': - resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} - engines: {node: '>=14.16'} - '@testing-library/dom@8.20.1': resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} engines: {node: '>=12'} @@ -3084,9 +3079,6 @@ packages: '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} - '@types/http-cache-semantics@4.0.4': - resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} - '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -3123,6 +3115,9 @@ packages: '@types/node@20.16.10': resolution: {integrity: sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==} + '@types/node@20.17.6': + resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} + '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} @@ -3141,9 +3136,6 @@ packages: '@types/scheduler@0.16.8': resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - '@types/semver@6.2.7': - resolution: {integrity: sha512-blctEWbzUFzQx799RZjzzIdBJOXmE37YYEyDtKkx5Dg+V7o/zyyAxLPiI98A2jdTtDgxZleMdfV+7p8WbRJ1OQ==} - '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -3226,26 +3218,13 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@whatwg-node/events@0.0.3': - resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} - - '@whatwg-node/events@0.1.1': - resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==} - engines: {node: '>=16.0.0'} - - '@whatwg-node/fetch@0.8.8': - resolution: {integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==} - - '@whatwg-node/fetch@0.9.18': - resolution: {integrity: sha512-hqoz6StCW+AjV/3N+vg0s1ah82ptdVUb9nH2ttj3UbySOXUvytWw2yqy8c1cKzyRk6mDD00G47qS3fZI9/gMjg==} - engines: {node: '>=16.0.0'} - - '@whatwg-node/node-fetch@0.3.6': - resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==} + '@whatwg-node/fetch@0.9.23': + resolution: {integrity: sha512-7xlqWel9JsmxahJnYVUj/LLxWcnA93DR4c9xlw3U814jWTiYalryiH1qToik1hOxweKKRLi4haXHM5ycRksPBA==} + engines: {node: '>=18.0.0'} - '@whatwg-node/node-fetch@0.5.11': - resolution: {integrity: sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==} - engines: {node: '>=16.0.0'} + '@whatwg-node/node-fetch@0.6.0': + resolution: {integrity: sha512-tcZAhrpx6oVlkEsRngeTEEE7I5/QdLjeEz4IlekabGaESP7+Dkm/6a9KcF1KdCBB7mO9PXtBkwCuTCt8+UPg8Q==} + engines: {node: '>=18.0.0'} JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} @@ -3398,10 +3377,6 @@ packages: asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - asn1js@3.0.5: - resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==} - engines: {node: '>=12.0.0'} - ast-types-flow@0.0.8: resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} @@ -3409,9 +3384,6 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - async-mutex@0.5.0: - resolution: {integrity: sha512-1A94B18jkJ3DYq284ohPxoXbfTA5HsQ7/Mf4DEhcyLx3Bz27Rh59iScbB6EPiP+B+joue6YCxcMXSbFC1tZKwA==} - asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -3517,6 +3489,9 @@ packages: brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} @@ -3542,21 +3517,10 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} - builtins@1.0.3: - resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} - busboy@1.6.0: resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} engines: {node: '>=10.16.0'} - cacheable-lookup@7.0.0: - resolution: {integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==} - engines: {node: '>=14.16'} - - cacheable-request@10.2.14: - resolution: {integrity: sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==} - engines: {node: '>=14.16'} - call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} engines: {node: '>= 0.4'} @@ -3886,10 +3850,6 @@ packages: decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - decompress-response@6.0.0: - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} - engines: {node: '>=10'} - dedent@1.5.3: resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} peerDependencies: @@ -3916,10 +3876,6 @@ packages: defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} - defer-to-connect@2.0.1: - resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} - engines: {node: '>=10'} - define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -4326,9 +4282,6 @@ packages: fast-querystring@1.1.2: resolution: {integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==} - fast-url-parser@1.1.3: - resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} @@ -4386,10 +4339,6 @@ packages: for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} - form-data-encoder@2.1.4: - resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==} - engines: {node: '>= 14.17'} - form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} engines: {node: '>= 6'} @@ -4510,10 +4459,6 @@ packages: gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} - got@12.6.1: - resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==} - engines: {node: '>=14.16'} - graceful-fs@4.2.10: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} @@ -4523,8 +4468,8 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphql-config@5.0.3: - resolution: {integrity: sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==} + graphql-config@5.1.3: + resolution: {integrity: sha512-RBhejsPjrNSuwtckRlilWzLVt2j8itl74W9Gke1KejDTz7oaA5kVd6wRn9zK9TS5mcmIYGxf7zN7a1ORMdxp1Q==} engines: {node: '>= 16.0.0'} peerDependencies: cosmiconfig-toml-loader: ^1.0.0 @@ -4602,9 +4547,6 @@ packages: html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} - http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} engines: {node: '>= 6'} @@ -4613,10 +4555,6 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http2-wrapper@2.2.1: - resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==} - engines: {node: '>=10.19.0'} - https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} @@ -5022,8 +4960,8 @@ packages: jest: optional: true - jest-fail-on-console@3.3.0: - resolution: {integrity: sha512-J9rnFQvQwkcGJw01zCEKe2Uag+E926lFgIyaQGep2LqhQH7OCRHyD+tm/jnNoKlSRnOBO60DmzMjeQAVI3f5cw==} + jest-fail-on-console@3.3.1: + resolution: {integrity: sha512-dmq/dmh5OBgJlD1MJdpznzwFQP8S7msf3ghTGWQLGhagWwHKzGtqXza76nuJUKOK7BdwqcTK6CCE49Xxv4ckUQ==} jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} @@ -5070,8 +5008,8 @@ packages: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - jest-runner-eslint@2.2.0: - resolution: {integrity: sha512-uR0kS/PCwCybIFh1yvbJSr3ajmusrueO8vnA4H3ItTpKCoYpQ9k2j2COrR1rdb4MnnbVBczrodCChrcJ/Hq3AQ==} + jest-runner-eslint@2.2.1: + resolution: {integrity: sha512-BSAB65hGhtr/Kmb7tSkfqFmK9LYwCMK8L1xcp+XaSToPFqr7sY1jleMZUeDhV0ITA33pW+JUCx5a02veVD2Q2w==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: eslint: ^7 || ^8 @@ -5140,6 +5078,10 @@ packages: resolution: {integrity: sha512-KMXpzEJMsOFyRj6ZpDTnnlJrdr9umUY+eut5vlRvjVixohitnRFIRTFw9MEu9zPlBxTHZo6xD5ftKYiQZuJYQw==} hasBin: true + jiti@2.4.0: + resolution: {integrity: sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==} + hasBin: true + jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -5228,6 +5170,10 @@ packages: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} + ky@1.7.2: + resolution: {integrity: sha512-OzIvbHKKDpi60TnF9t7UUVAF1B4mcqc02z5PIvrm08Wyb+yOcz63GRvEuVxNT18a9E1SrNouhB4W2NNLeD7Ykg==} + engines: {node: '>=18'} + language-subtag-registry@0.3.23: resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==} @@ -5342,10 +5288,6 @@ packages: lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} - lowercase-keys@3.0.0: - resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -5397,10 +5339,6 @@ packages: '@types/node': optional: true - micromatch@4.0.7: - resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} - engines: {node: '>=8.6'} - micromatch@4.0.8: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} @@ -5425,20 +5363,12 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - mimic-response@3.1.0: - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} - engines: {node: '>=10'} - - mimic-response@4.0.0: - resolution: {integrity: sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} - minimatch@4.2.3: - resolution: {integrity: sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==} - engines: {node: '>=10'} + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -5488,10 +5418,6 @@ packages: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - normalize-url@8.0.1: - resolution: {integrity: sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==} - engines: {node: '>=14.16'} - npm-bundled@1.1.2: resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} @@ -5593,10 +5519,6 @@ packages: outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} - p-cancelable@3.0.0: - resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==} - engines: {node: '>=12.20'} - p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} @@ -5641,9 +5563,9 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - package-json@8.1.1: - resolution: {integrity: sha512-cbH9IAIJHNj9uXi196JVsRlt7cHKak6u/e6AkL/bkRelZ7rlL3X1YKxsZwa36xipOEKAsdtmaG6aAJoM1fx2zA==} - engines: {node: '>=14.16'} + package-json@10.0.1: + resolution: {integrity: sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==} + engines: {node: '>=18'} package-manager-detector@0.2.0: resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==} @@ -5804,9 +5726,6 @@ packages: psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - punycode@1.4.1: - resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} @@ -5814,13 +5733,6 @@ packages: pure-rand@6.1.0: resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} - pvtsutils@1.3.5: - resolution: {integrity: sha512-ARvb14YB9Nm2Xi6nBq1ZX6dAM0FsJnuk+31aUp4TrcZEdKUlSqOqsxJHUPJDNE3qiIp+iUPEIeR6Je/tgV7zsA==} - - pvutils@1.1.3: - resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} - engines: {node: '>=6.0.0'} - querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} @@ -5863,9 +5775,6 @@ packages: regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -5925,9 +5834,6 @@ packages: requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} - resolve-alpn@1.2.1: - resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==} - resolve-cwd@3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} @@ -5955,10 +5861,6 @@ packages: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true - responselike@3.0.0: - resolution: {integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==} - engines: {node: '>=14.16'} - restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -5971,9 +5873,6 @@ packages: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - rfdc@1.3.1: - resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} - rfdc@1.4.1: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} @@ -6021,8 +5920,8 @@ packages: scuid@1.1.0: resolution: {integrity: sha512-MuCAyrGZcTLfQoH2XoBlQ8C6bzwN88XT/0slOGz0pn8+gIP85BOAfYa44ZXQUTOwRwPU0QvgU+V+OSajl/59Xg==} - sembear@0.5.2: - resolution: {integrity: sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==} + sembear@0.7.0: + resolution: {integrity: sha512-XyLTEich2D02FODCkfdto3mB9DetWPLuTzr4tvoofe9SvyM27h4nQSbV3+iVcYQz94AFyKtqBv5pcZbj3k2hdA==} semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} @@ -6037,6 +5936,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + sentence-case@3.0.4: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} @@ -6303,6 +6207,9 @@ packages: tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + tinyexec@0.3.1: + resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} + title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} @@ -6359,8 +6266,8 @@ packages: peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -6396,8 +6303,8 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript@5.6.2: - resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} hasBin: true @@ -6475,16 +6382,9 @@ packages: urlpattern-polyfill@10.0.0: resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} - urlpattern-polyfill@8.0.2: - resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} - util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uuid@10.0.0: - resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} - hasBin: true - v8-compile-cache@2.4.0: resolution: {integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==} @@ -6492,8 +6392,9 @@ packages: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} - validate-npm-package-name@3.0.0: - resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} + validate-npm-package-name@5.0.1: + resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} value-or-promise@1.0.12: resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==} @@ -6509,13 +6410,6 @@ packages: wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - web-streams-polyfill@3.3.3: - resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} - engines: {node: '>= 8'} - - webcrypto-core@1.8.0: - resolution: {integrity: sha512-kR1UQNH8MD42CYuLzvibfakG5Ew5seG85dMMoAM/1LqvckxaF6pUiidLuraIu4V+YCIFabYecUZAW0TuxAoaqw==} - webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -6627,11 +6521,6 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.4.3: - resolution: {integrity: sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==} - engines: {node: '>= 14'} - hasBin: true - yaml@2.5.1: resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} engines: {node: '>= 14'} @@ -6676,7 +6565,7 @@ snapshots: '@babel/core': 7.24.6 '@babel/generator': 7.24.6 '@babel/parser': 7.24.6 - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@babel/traverse': 7.24.6 '@babel/types': 7.24.6 babel-preset-fbjs: 3.4.0(@babel/core@7.24.6) @@ -6784,7 +6673,7 @@ snapshots: '@babel/core': 7.24.6 '@babel/helper-compilation-targets': 7.24.6 '@babel/helper-plugin-utils': 7.24.6 - debug: 4.3.5 + debug: 4.3.7 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: @@ -6872,7 +6761,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.6 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.0.1 + picocolors: 1.1.0 '@babel/parser@7.24.6': dependencies: @@ -7520,21 +7409,21 @@ snapshots: '@babel/regjsgen@0.8.0': {} - '@babel/runtime-corejs3@7.17.9': + '@babel/runtime-corejs3@7.24.6': dependencies: core-js-pure: 3.37.1 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.14.1 - '@babel/runtime-corejs3@7.24.6': + '@babel/runtime-corejs3@7.26.0': dependencies: core-js-pure: 3.37.1 regenerator-runtime: 0.14.1 - '@babel/runtime@7.17.9': + '@babel/runtime@7.24.6': dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.14.1 - '@babel/runtime@7.24.6': + '@babel/runtime@7.26.0': dependencies: regenerator-runtime: 0.14.1 @@ -7604,7 +7493,7 @@ snapshots: transitivePeerDependencies: - encoding - '@changesets/cli@2.27.8': + '@changesets/cli@2.27.9': dependencies: '@changesets/apply-release-plan': 7.0.5 '@changesets/assemble-release-plan': 6.0.4 @@ -7621,14 +7510,12 @@ snapshots: '@changesets/types': 6.0.0 '@changesets/write': 0.3.2 '@manypkg/get-packages': 1.1.3 - '@types/semver': 7.5.8 ansi-colors: 4.1.3 ci-info: 3.9.0 enquirer: 2.4.1 external-editor: 3.1.0 fs-extra: 7.0.1 mri: 1.2.0 - outdent: 0.5.0 p-limit: 2.3.0 package-manager-detector: 0.2.0 picocolors: 1.1.0 @@ -7645,7 +7532,7 @@ snapshots: '@changesets/types': 6.0.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - micromatch: 4.0.7 + micromatch: 4.0.8 '@changesets/errors@0.2.0': dependencies: @@ -7681,7 +7568,7 @@ snapshots: '@changesets/errors': 0.2.0 '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 - micromatch: 4.0.7 + micromatch: 4.0.8 spawndamnit: 2.0.0 '@changesets/logger@0.1.1': @@ -7730,8 +7617,8 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/register': 7.24.6(@babel/core@7.24.6) - '@babel/runtime': 7.24.6 - '@babel/runtime-corejs3': 7.24.6 + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 '@commercetools-frontend/babel-preset-mc-app': 22.27.0 '@commercetools-frontend/constants': 22.27.0 '@types/dompurify': 2.4.0 @@ -7767,8 +7654,8 @@ snapshots: '@babel/preset-env': 7.24.6(@babel/core@7.24.6) '@babel/preset-react': 7.24.6(@babel/core@7.24.6) '@babel/preset-typescript': 7.24.6(@babel/core@7.24.6) - '@babel/runtime': 7.24.6 - '@babel/runtime-corejs3': 7.24.6 + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 '@emotion/babel-plugin': 11.11.0 '@emotion/babel-preset-css-prop': 11.11.0(@babel/core@7.24.6) babel-plugin-dev-expression: 0.2.3(@babel/core@7.24.6) @@ -7780,7 +7667,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@commercetools-frontend/babel-preset-mc-app@22.33.0': + '@commercetools-frontend/babel-preset-mc-app@22.35.0': dependencies: '@babel/core': 7.24.6 '@babel/plugin-proposal-do-expressions': 7.24.6(@babel/core@7.24.6) @@ -7797,8 +7684,8 @@ snapshots: '@babel/preset-env': 7.24.6(@babel/core@7.24.6) '@babel/preset-react': 7.24.6(@babel/core@7.24.6) '@babel/preset-typescript': 7.24.6(@babel/core@7.24.6) - '@babel/runtime': 7.24.6 - '@babel/runtime-corejs3': 7.24.6 + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 '@emotion/babel-plugin': 11.11.0 '@emotion/babel-preset-css-prop': 11.11.0(@babel/core@7.24.6) babel-plugin-dev-expression: 0.2.3(@babel/core@7.24.6) @@ -7812,45 +7699,45 @@ snapshots: '@commercetools-frontend/constants@22.27.0': dependencies: - '@babel/runtime': 7.24.6 - '@babel/runtime-corejs3': 7.24.6 + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 - '@commercetools-frontend/eslint-config-mc-app@22.33.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0))': + '@commercetools-frontend/eslint-config-mc-app@22.35.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0))': dependencies: '@babel/core': 7.24.6 '@babel/eslint-parser': 7.24.6(@babel/core@7.24.6)(eslint@8.57.1) - '@commercetools-frontend/babel-preset-mc-app': 22.33.0 + '@commercetools-frontend/babel-preset-mc-app': 22.35.0 '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.3) confusing-browser-globals: 1.0.11 eslint: 8.57.1 eslint-config-prettier: 8.10.0(eslint@8.57.1) - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) eslint-plugin-cypress: 2.15.2(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) - eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0))(typescript@5.6.2) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0))(typescript@5.6.3) eslint-plugin-jest-dom: 4.0.3(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.1) eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8) eslint-plugin-react: 7.34.2(eslint@8.57.1) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.1) - eslint-plugin-testing-library: 5.11.1(eslint@8.57.1)(typescript@5.6.2) + eslint-plugin-testing-library: 5.11.1(eslint@8.57.1)(typescript@5.6.3) prettier: 2.8.8 - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - eslint-import-resolver-node - eslint-import-resolver-webpack - jest - supports-color - '@commercetools/platform-sdk@7.14.0': + '@commercetools/platform-sdk@7.19.0': dependencies: '@commercetools/sdk-client-v2': 2.5.0 '@commercetools/sdk-middleware-auth': 7.0.1 '@commercetools/sdk-middleware-http': 7.0.4 '@commercetools/sdk-middleware-logger': 3.0.0 - '@commercetools/ts-client': 2.0.5 + '@commercetools/ts-client': 2.1.1 transitivePeerDependencies: - encoding @@ -7871,21 +7758,19 @@ snapshots: '@commercetools/sdk-middleware-logger@3.0.0': {} - '@commercetools/ts-client@2.0.5': + '@commercetools/ts-client@2.1.1': dependencies: abort-controller: 3.0.0 - async-mutex: 0.5.0 buffer: 6.0.3 node-fetch: 2.7.0 - uuid: 10.0.0 transitivePeerDependencies: - encoding - '@commitlint/cli@19.5.0(@types/node@20.16.10)(typescript@5.6.2)': + '@commitlint/cli@19.5.0(@types/node@20.17.6)(typescript@5.6.3)': dependencies: '@commitlint/format': 19.5.0 '@commitlint/lint': 19.5.0 - '@commitlint/load': 19.5.0(@types/node@20.16.10)(typescript@5.6.2) + '@commitlint/load': 19.5.0(@types/node@20.17.6)(typescript@5.6.3) '@commitlint/read': 19.5.0 '@commitlint/types': 19.5.0 tinyexec: 0.3.0 @@ -7932,15 +7817,15 @@ snapshots: '@commitlint/rules': 19.5.0 '@commitlint/types': 19.5.0 - '@commitlint/load@19.5.0(@types/node@20.16.10)(typescript@5.6.2)': + '@commitlint/load@19.5.0(@types/node@20.17.6)(typescript@5.6.3)': dependencies: '@commitlint/config-validator': 19.5.0 '@commitlint/execute-rule': 19.5.0 '@commitlint/resolve-extends': 19.5.0 '@commitlint/types': 19.5.0 chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.6.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.16.10)(cosmiconfig@9.0.0(typescript@5.6.2))(typescript@5.6.2) + cosmiconfig: 9.0.0(typescript@5.6.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.17.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -7999,7 +7884,7 @@ snapshots: '@emotion/babel-plugin@11.11.0': dependencies: '@babel/helper-module-imports': 7.24.6 - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@emotion/hash': 0.9.1 '@emotion/memoize': 0.8.1 '@emotion/serialize': 1.1.4 @@ -8014,7 +7899,7 @@ snapshots: dependencies: '@babel/core': 7.24.6 '@babel/plugin-transform-react-jsx': 7.24.6(@babel/core@7.24.6) - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 '@emotion/babel-plugin': 11.11.0 '@emotion/babel-plugin-jsx-pragmatic': 0.2.1(@babel/core@7.24.6) @@ -8137,43 +8022,43 @@ snapshots: graphql: 16.8.1 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.2(@types/node@20.16.10)(enquirer@2.4.1)(graphql@16.8.1)(typescript@5.6.2)': + '@graphql-codegen/cli@5.0.3(@types/node@20.17.6)(enquirer@2.4.1)(graphql@16.8.1)(typescript@5.6.3)': dependencies: '@babel/generator': 7.24.6 '@babel/template': 7.24.6 '@babel/types': 7.24.6 - '@graphql-codegen/client-preset': 4.2.6(graphql@16.8.1) + '@graphql-codegen/client-preset': 4.5.0(graphql@16.8.1) '@graphql-codegen/core': 4.0.2(graphql@16.8.1) '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/code-file-loader': 8.1.2(graphql@16.8.1) '@graphql-tools/git-loader': 8.0.6(graphql@16.8.1) - '@graphql-tools/github-loader': 8.0.1(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/github-loader': 8.0.1(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/load': 8.0.2(graphql@16.8.1) - '@graphql-tools/prisma-loader': 8.0.4(@types/node@20.16.10)(graphql@16.8.1) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/prisma-loader': 8.0.4(@types/node@20.17.6)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.9.23 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.6.2) + cosmiconfig: 8.3.6(typescript@5.6.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.8.1 - graphql-config: 5.0.3(@types/node@20.16.10)(graphql@16.8.1)(typescript@5.6.2) + graphql-config: 5.1.3(@types/node@20.17.6)(graphql@16.8.1)(typescript@5.6.3) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.1 json-to-pretty-yaml: 1.2.2 listr2: 4.0.5(enquirer@2.4.1) log-symbols: 4.1.0 - micromatch: 4.0.7 + micromatch: 4.0.8 shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 tslib: 2.6.3 - yaml: 2.4.3 + yaml: 2.5.1 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' @@ -8185,17 +8070,17 @@ snapshots: - typescript - utf-8-validate - '@graphql-codegen/client-preset@4.2.6(graphql@16.8.1)': + '@graphql-codegen/client-preset@4.5.0(graphql@16.8.1)': dependencies: '@babel/helper-plugin-utils': 7.24.6 '@babel/template': 7.24.6 '@graphql-codegen/add': 5.0.3(graphql@16.8.1) - '@graphql-codegen/gql-tag-operations': 4.0.7(graphql@16.8.1) - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-codegen/typed-document-node': 5.0.7(graphql@16.8.1) - '@graphql-codegen/typescript': 4.0.9(graphql@16.8.1) - '@graphql-codegen/typescript-operations': 4.2.3(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) + '@graphql-codegen/gql-tag-operations': 4.0.11(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) + '@graphql-codegen/typed-document-node': 5.0.11(graphql@16.8.1) + '@graphql-codegen/typescript': 4.1.1(graphql@16.8.1) + '@graphql-codegen/typescript-operations': 4.3.1(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) '@graphql-tools/documents': 1.0.1(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) @@ -8213,10 +8098,10 @@ snapshots: graphql: 16.8.1 tslib: 2.6.3 - '@graphql-codegen/gql-tag-operations@4.0.7(graphql@16.8.1)': + '@graphql-codegen/gql-tag-operations@4.0.11(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 @@ -8255,17 +8140,27 @@ snapshots: lodash: 4.17.21 tslib: 2.6.3 + '@graphql-codegen/plugin-helpers@5.1.0(graphql@16.8.1)': + dependencies: + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) + change-case-all: 1.0.15 + common-tags: 1.8.2 + graphql: 16.8.1 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.6.3 + '@graphql-codegen/schema-ast@4.0.2(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@5.0.7(graphql@16.8.1)': + '@graphql-codegen/typed-document-node@5.0.11(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.8.1 @@ -8280,11 +8175,11 @@ snapshots: graphql: 16.8.1 tslib: 2.6.3 - '@graphql-codegen/typescript-operations@4.2.3(graphql@16.8.1)': + '@graphql-codegen/typescript-operations@4.3.1(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-codegen/typescript': 4.0.9(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) + '@graphql-codegen/typescript': 4.1.1(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.6.3 @@ -8292,11 +8187,11 @@ snapshots: - encoding - supports-color - '@graphql-codegen/typescript-resolvers@4.2.1(graphql@16.8.1)': + '@graphql-codegen/typescript-resolvers@4.4.0(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-codegen/typescript': 4.0.9(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) + '@graphql-codegen/typescript': 4.1.1(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 @@ -8305,11 +8200,11 @@ snapshots: - encoding - supports-color - '@graphql-codegen/typescript@4.0.9(graphql@16.8.1)': + '@graphql-codegen/typescript@4.1.1(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.5.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.6.3 @@ -8334,9 +8229,9 @@ snapshots: - encoding - supports-color - '@graphql-codegen/visitor-plugin-common@5.3.1(graphql@16.8.1)': + '@graphql-codegen/visitor-plugin-common@5.5.0(graphql@16.8.1)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.8.1) '@graphql-tools/optimize': 2.0.0(graphql@16.8.1) '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) @@ -8355,7 +8250,7 @@ snapshots: dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/utils': 10.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.9.18 + '@whatwg-node/fetch': 0.9.23 graphql: 16.8.1 tslib: 2.6.3 transitivePeerDependencies: @@ -8409,14 +8304,14 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@1.0.9(@types/node@20.16.10)(graphql@16.8.1)': + '@graphql-tools/executor-http@1.0.9(@types/node@20.17.6)(graphql@16.8.1)': dependencies: '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@repeaterjs/repeater': 3.0.6 - '@whatwg-node/fetch': 0.9.18 + '@whatwg-node/fetch': 0.9.23 extract-files: 11.0.0 graphql: 16.8.1 - meros: 1.3.0(@types/node@20.16.10) + meros: 1.3.0(@types/node@20.17.6) tslib: 2.6.3 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -8449,19 +8344,19 @@ snapshots: '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 is-glob: 4.0.3 - micromatch: 4.0.7 + micromatch: 4.0.8 tslib: 2.6.3 unixify: 1.0.0 transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.1(@types/node@20.16.10)(graphql@16.8.1)': + '@graphql-tools/github-loader@8.0.1(@types/node@20.17.6)(graphql@16.8.1)': dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 1.0.9(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.9.18 + '@whatwg-node/fetch': 0.9.23 graphql: 16.8.1 tslib: 2.6.3 value-or-promise: 1.0.12 @@ -8526,14 +8421,14 @@ snapshots: graphql: 16.8.1 tslib: 2.6.3 - '@graphql-tools/prisma-loader@8.0.4(@types/node@20.16.10)(graphql@16.8.1)': + '@graphql-tools/prisma-loader@8.0.4(@types/node@20.17.6)(graphql@16.8.1)': dependencies: - '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@types/js-yaml': 4.0.9 - '@whatwg-node/fetch': 0.9.18 + '@whatwg-node/fetch': 0.9.23 chalk: 4.1.2 - debug: 4.3.5 + debug: 4.3.7 dotenv: 16.4.5 graphql: 16.8.1 graphql-request: 6.1.0(graphql@16.8.1) @@ -8570,17 +8465,17 @@ snapshots: tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@8.0.2(@types/node@20.16.10)(graphql@16.8.1)': + '@graphql-tools/url-loader@8.0.2(@types/node@20.17.6)(graphql@16.8.1)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.11(graphql@16.8.1) '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.1) - '@graphql-tools/executor-http': 1.0.9(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-tools/wrap': 10.0.5(graphql@16.8.1) '@types/ws': 8.5.10 - '@whatwg-node/fetch': 0.9.18 + '@whatwg-node/fetch': 0.9.23 graphql: 16.8.1 isomorphic-ws: 5.0.0(ws@8.17.0) tslib: 2.6.3 @@ -8644,7 +8539,7 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -8657,14 +8552,14 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -8676,7 +8571,7 @@ snapshots: jest-util: 29.7.0 jest-validate: 29.7.0 jest-watcher: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 strip-ansi: 6.0.1 @@ -8689,7 +8584,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -8707,7 +8602,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.16.10 + '@types/node': 20.17.6 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -8729,7 +8624,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -8787,7 +8682,7 @@ snapshots: jest-haste-map: 29.7.0 jest-regex-util: 29.6.3 jest-util: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 pirates: 4.0.6 slash: 3.0.0 write-file-atomic: 4.0.2 @@ -8798,7 +8693,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.10 + '@types/node': 20.17.6 '@types/yargs': 15.0.19 chalk: 4.1.2 @@ -8807,7 +8702,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.10 + '@types/node': 20.17.6 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -8835,25 +8730,23 @@ snapshots: '@kamilkisiela/fast-url-parser@1.1.4': {} - '@manypkg/cli@0.21.4': + '@manypkg/cli@0.22.0': dependencies: '@manypkg/get-packages': 2.2.1 - chalk: 2.4.2 detect-indent: 6.1.0 - find-up: 4.1.0 - fs-extra: 8.1.0 normalize-path: 3.0.0 p-limit: 2.3.0 - package-json: 8.1.1 + package-json: 10.0.1 parse-github-url: 1.0.2 - sembear: 0.5.2 - semver: 6.3.1 - spawndamnit: 2.0.0 - validate-npm-package-name: 3.0.0 + picocolors: 1.1.0 + sembear: 0.7.0 + semver: 7.6.3 + tinyexec: 0.3.1 + validate-npm-package-name: 5.0.1 '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -8866,7 +8759,7 @@ snapshots: '@manypkg/get-packages@1.1.3': dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -8901,24 +8794,6 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@peculiar/asn1-schema@2.3.8': - dependencies: - asn1js: 3.0.5 - pvtsutils: 1.3.5 - tslib: 2.6.3 - - '@peculiar/json-schema@1.1.12': - dependencies: - tslib: 2.6.3 - - '@peculiar/webcrypto@1.5.0': - dependencies: - '@peculiar/asn1-schema': 2.3.8 - '@peculiar/json-schema': 1.1.12 - pvtsutils: 1.3.5 - tslib: 2.6.3 - webcrypto-core: 1.8.0 - '@pnpm/config.env-replace@1.1.0': {} '@pnpm/network.ca-file@1.0.2': @@ -8931,12 +8806,12 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@preconstruct/cli@2.8.8': + '@preconstruct/cli@2.8.10': dependencies: '@babel/code-frame': 7.24.6 '@babel/core': 7.24.6 '@babel/helper-module-imports': 7.24.6 - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@preconstruct/hook': 0.4.0 '@rollup/plugin-alias': 3.1.9(rollup@2.79.1) '@rollup/plugin-commonjs': 15.1.0(rollup@2.79.1) @@ -8963,7 +8838,6 @@ snapshots: parse-glob: 3.0.4 parse-json: 5.2.0 quick-lru: 5.1.1 - resolve: 1.22.8 resolve-from: 5.0.0 rollup: 2.79.1 semver: 7.6.2 @@ -9032,8 +8906,6 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/is@5.6.0': {} - '@sinonjs/commons@3.0.1': dependencies: type-detect: 4.0.8 @@ -9042,14 +8914,10 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@szmarczak/http-timer@5.0.1': - dependencies: - defer-to-connect: 2.0.1 - '@testing-library/dom@8.20.1': dependencies: '@babel/code-frame': 7.24.6 - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -9084,7 +8952,7 @@ snapshots: '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 '@types/dompurify@2.4.0': dependencies: @@ -9101,9 +8969,7 @@ snapshots: '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.16.10 - - '@types/http-cache-semantics@4.0.4': {} + '@types/node': 20.17.6 '@types/istanbul-lib-coverage@2.0.6': {} @@ -9138,6 +9004,10 @@ snapshots: dependencies: undici-types: 6.19.8 + '@types/node@20.17.6': + dependencies: + undici-types: 6.19.8 + '@types/parse-json@4.0.2': {} '@types/prompts@2.4.9': @@ -9155,12 +9025,10 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 '@types/scheduler@0.16.8': {} - '@types/semver@6.2.7': {} - '@types/semver@7.5.8': {} '@types/stack-utils@2.0.3': {} @@ -9169,7 +9037,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 '@types/yargs-parser@21.0.3': {} @@ -9181,34 +9049,34 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)': + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.10.1 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.3) + debug: 4.3.7 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 natural-compare-lite: 1.4.0 semver: 7.6.2 - tsutils: 3.21.0(typescript@5.6.2) + tsutils: 3.21.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2)': + '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) + debug: 4.3.7 eslint: 8.57.1 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color @@ -9217,42 +9085,42 @@ snapshots: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.6.2)': + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) - debug: 4.3.5 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.3) + debug: 4.3.7 eslint: 8.57.1 - tsutils: 3.21.0(typescript@5.6.2) + tsutils: 3.21.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color '@typescript-eslint/types@5.62.0': {} - '@typescript-eslint/typescript-estree@5.62.0(typescript@5.6.2)': + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.6.3)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.5 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.2 - tsutils: 3.21.0(typescript@5.6.2) + tsutils: 3.21.0(typescript@5.6.3) optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.6.2)': + '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.3) eslint: 8.57.1 eslint-scope: 5.1.1 semver: 7.6.2 @@ -9267,35 +9135,14 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@whatwg-node/events@0.0.3': {} - - '@whatwg-node/events@0.1.1': {} - - '@whatwg-node/fetch@0.8.8': + '@whatwg-node/fetch@0.9.23': dependencies: - '@peculiar/webcrypto': 1.5.0 - '@whatwg-node/node-fetch': 0.3.6 - busboy: 1.6.0 - urlpattern-polyfill: 8.0.2 - web-streams-polyfill: 3.3.3 - - '@whatwg-node/fetch@0.9.18': - dependencies: - '@whatwg-node/node-fetch': 0.5.11 + '@whatwg-node/node-fetch': 0.6.0 urlpattern-polyfill: 10.0.0 - '@whatwg-node/node-fetch@0.3.6': - dependencies: - '@whatwg-node/events': 0.0.3 - busboy: 1.6.0 - fast-querystring: 1.1.2 - fast-url-parser: 1.1.3 - tslib: 2.6.3 - - '@whatwg-node/node-fetch@0.5.11': + '@whatwg-node/node-fetch@0.6.0': dependencies: '@kamilkisiela/fast-url-parser': 1.1.4 - '@whatwg-node/events': 0.1.1 busboy: 1.6.0 fast-querystring: 1.1.2 tslib: 2.6.3 @@ -9326,13 +9173,13 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color agent-base@7.1.1: dependencies: - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -9487,20 +9334,10 @@ snapshots: asap@2.0.6: {} - asn1js@3.0.5: - dependencies: - pvtsutils: 1.3.5 - pvutils: 1.1.3 - tslib: 2.6.3 - ast-types-flow@0.0.8: {} astral-regex@2.0.0: {} - async-mutex@0.5.0: - dependencies: - tslib: 2.6.3 - asynckit@0.4.0: {} at-least-node@1.0.0: {} @@ -9561,7 +9398,7 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 cosmiconfig: 7.1.0 resolve: 1.22.8 @@ -9591,7 +9428,7 @@ snapshots: babel-plugin-preval@5.1.0: dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@types/babel__core': 7.20.5 babel-plugin-macros: 3.1.0 require-from-string: 2.0.2 @@ -9672,6 +9509,10 @@ snapshots: balanced-match: 1.0.2 concat-map: 0.0.1 + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + braces@3.0.3: dependencies: fill-range: 7.1.1 @@ -9701,24 +9542,10 @@ snapshots: builtin-modules@3.3.0: {} - builtins@1.0.3: {} - busboy@1.6.0: dependencies: streamsearch: 1.1.0 - cacheable-lookup@7.0.0: {} - - cacheable-request@10.2.14: - dependencies: - '@types/http-cache-semantics': 4.0.4 - get-stream: 6.0.1 - http-cache-semantics: 4.1.1 - keyv: 4.5.4 - mimic-response: 4.0.0 - normalize-url: 8.0.1 - responselike: 3.0.0 - call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -9920,12 +9747,12 @@ snapshots: core-js@3.37.1: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@20.16.10)(cosmiconfig@9.0.0(typescript@5.6.2))(typescript@5.6.2): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.17.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): dependencies: - '@types/node': 20.16.10 - cosmiconfig: 9.0.0(typescript@5.6.2) + '@types/node': 20.17.6 + cosmiconfig: 9.0.0(typescript@5.6.3) jiti: 1.21.1 - typescript: 5.6.2 + typescript: 5.6.3 cosmiconfig@7.1.0: dependencies: @@ -9935,23 +9762,23 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.6.2): + cosmiconfig@8.3.6(typescript@5.6.3): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 - cosmiconfig@9.0.0(typescript@5.6.2): + cosmiconfig@9.0.0(typescript@5.6.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.6.2 + typescript: 5.6.3 create-jest-runner@0.11.2: dependencies: @@ -9959,13 +9786,13 @@ snapshots: jest-worker: 28.1.3 throat: 6.0.2 - create-jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0): + create-jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -10056,10 +9883,6 @@ snapshots: decimal.js@10.4.3: {} - decompress-response@6.0.0: - dependencies: - mimic-response: 3.1.0 - dedent@1.5.3(babel-plugin-macros@3.1.0): optionalDependencies: babel-plugin-macros: 3.1.0 @@ -10095,8 +9918,6 @@ snapshots: dependencies: clone: 1.0.4 - defer-to-connect@2.0.1: {} - define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 @@ -10360,13 +10181,13 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1): dependencies: - debug: 4.3.5 + debug: 4.3.7 enhanced-resolve: 5.17.0 eslint: 8.57.1 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) fast-glob: 3.3.2 get-tsconfig: 4.7.5 is-core-module: 2.13.1 @@ -10377,14 +10198,14 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1))(eslint@8.57.1): + eslint-module-utils@2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-plugin-import@2.29.1)(eslint@8.57.1) transitivePeerDependencies: - supports-color @@ -10393,7 +10214,7 @@ snapshots: eslint: 8.57.1 globals: 13.24.0 - eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -10403,7 +10224,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint-plugin-import@2.29.1)(eslint@8.57.1))(eslint@8.57.1) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -10414,7 +10235,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.6.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -10422,25 +10243,25 @@ snapshots: eslint-plugin-jest-dom@4.0.3(eslint@8.57.1): dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 '@testing-library/dom': 8.20.1 eslint: 8.57.1 requireindex: 1.2.0 - eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0))(typescript@5.6.2): + eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0))(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 optionalDependencies: - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2) - jest: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) transitivePeerDependencies: - supports-color - typescript eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.1): dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.26.0 aria-query: 5.3.0 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 @@ -10492,9 +10313,9 @@ snapshots: semver: 6.3.1 string.prototype.matchall: 4.0.11 - eslint-plugin-testing-library@5.11.1(eslint@8.57.1)(typescript@5.6.2): + eslint-plugin-testing-library@5.11.1(eslint@8.57.1)(typescript@5.6.3): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.6.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color @@ -10647,7 +10468,7 @@ snapshots: '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 - micromatch: 4.0.7 + micromatch: 4.0.8 fast-json-stable-stringify@2.1.0: {} @@ -10657,10 +10478,6 @@ snapshots: dependencies: fast-decode-uri-component: 1.0.1 - fast-url-parser@1.1.3: - dependencies: - punycode: 1.4.1 - fastq@1.17.1: dependencies: reusify: 1.0.4 @@ -10735,8 +10552,6 @@ snapshots: dependencies: is-callable: 1.2.7 - form-data-encoder@2.1.4: {} - form-data@4.0.0: dependencies: asynckit: 0.4.0 @@ -10870,38 +10685,24 @@ snapshots: dependencies: get-intrinsic: 1.2.4 - got@12.6.1: - dependencies: - '@sindresorhus/is': 5.6.0 - '@szmarczak/http-timer': 5.0.1 - cacheable-lookup: 7.0.0 - cacheable-request: 10.2.14 - decompress-response: 6.0.0 - form-data-encoder: 2.1.4 - get-stream: 6.0.1 - http2-wrapper: 2.2.1 - lowercase-keys: 3.0.0 - p-cancelable: 3.0.0 - responselike: 3.0.0 - graceful-fs@4.2.10: {} graceful-fs@4.2.11: {} graphemer@1.4.0: {} - graphql-config@5.0.3(@types/node@20.16.10)(graphql@16.8.1)(typescript@5.6.2): + graphql-config@5.1.3(@types/node@20.17.6)(graphql@16.8.1)(typescript@5.6.3): dependencies: '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/load': 8.0.2(graphql@16.8.1) '@graphql-tools/merge': 9.0.4(graphql@16.8.1) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.16.10)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.17.6)(graphql@16.8.1) '@graphql-tools/utils': 10.2.1(graphql@16.8.1) - cosmiconfig: 8.3.6(typescript@5.6.2) + cosmiconfig: 8.3.6(typescript@5.6.3) graphql: 16.8.1 - jiti: 1.21.1 - minimatch: 4.2.3 + jiti: 2.4.0 + minimatch: 9.0.5 string-env-interpolation: 1.0.1 tslib: 2.6.3 transitivePeerDependencies: @@ -10971,8 +10772,6 @@ snapshots: html-escaper@2.0.2: {} - http-cache-semantics@4.1.1: {} - http-proxy-agent@5.0.0: dependencies: '@tootallnate/once': 2.0.0 @@ -10984,15 +10783,10 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color - http2-wrapper@2.2.1: - dependencies: - quick-lru: 5.1.1 - resolve-alpn: 1.2.1 - https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 @@ -11003,7 +10797,7 @@ snapshots: https-proxy-agent@7.0.4: dependencies: agent-base: 7.1.1 - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -11312,7 +11106,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.3.5 + debug: 4.3.7 istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -11343,7 +11137,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3(babel-plugin-macros@3.1.0) @@ -11363,16 +11157,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0): + jest-cli@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + create-jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest-config: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -11382,7 +11176,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0): + jest-config@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0): dependencies: '@babel/core': 7.24.6 '@jest/test-sequencer': 29.7.0 @@ -11401,13 +11195,13 @@ snapshots: jest-runner: 29.7.0 jest-util: 29.7.0 jest-validate: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 parse-json: 5.2.0 pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -11436,18 +11230,18 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 jest-mock: 29.7.0 jest-util: 29.7.0 - jest-extended@4.0.2(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)): + jest-extended@4.0.2(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)): dependencies: jest-diff: 29.7.0 jest-get-type: 29.6.3 optionalDependencies: - jest: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) - jest-fail-on-console@3.3.0: {} + jest-fail-on-console@3.3.1: {} jest-get-type@29.6.3: {} @@ -11455,14 +11249,14 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.16.10 + '@types/node': 20.17.6 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 jest-regex-util: 29.6.3 jest-util: 29.7.0 jest-worker: 29.7.0 - micromatch: 4.0.7 + micromatch: 4.0.8 walker: 1.0.8 optionalDependencies: fsevents: 2.3.3 @@ -11486,7 +11280,7 @@ snapshots: '@types/stack-utils': 2.0.3 chalk: 4.1.2 graceful-fs: 4.2.11 - micromatch: 4.0.7 + micromatch: 4.0.8 pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 @@ -11494,7 +11288,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -11522,14 +11316,14 @@ snapshots: resolve.exports: 2.0.2 slash: 3.0.0 - jest-runner-eslint@2.2.0(eslint@8.57.1)(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)): + jest-runner-eslint@2.2.1(eslint@8.57.1)(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)): dependencies: chalk: 4.1.2 cosmiconfig: 7.1.0 create-jest-runner: 0.11.2 dot-prop: 6.0.1 eslint: 8.57.1 - jest: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) transitivePeerDependencies: - '@jest/test-result' - jest-runner @@ -11541,7 +11335,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -11569,7 +11363,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 cjs-module-lexer: 1.3.1 collect-v8-coverage: 1.0.2 @@ -11620,16 +11414,16 @@ snapshots: jest-util@26.6.2: dependencies: '@jest/types': 26.6.2 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 graceful-fs: 4.2.11 is-ci: 2.0.0 - micromatch: 4.0.7 + micromatch: 4.0.8 jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -11644,11 +11438,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0)): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)): dependencies: ansi-escapes: 6.2.1 chalk: 5.3.0 - jest: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -11659,7 +11453,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.10 + '@types/node': 20.17.6 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -11668,29 +11462,29 @@ snapshots: jest-worker@26.6.2: dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 merge-stream: 2.0.0 supports-color: 7.2.0 jest-worker@28.1.3: dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.16.10 + '@types/node': 20.17.6 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0): + jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0): dependencies: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.16.10)(babel-plugin-macros@3.1.0) + jest-cli: 29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -11699,6 +11493,8 @@ snapshots: jiti@1.21.1: {} + jiti@2.4.0: {} + jju@1.4.0: {} jose@5.4.0: {} @@ -11799,6 +11595,8 @@ snapshots: kleur@3.0.3: {} + ky@1.7.2: {} + language-subtag-registry@0.3.23: {} language-tags@1.0.9: @@ -11837,7 +11635,7 @@ snapshots: colorette: 2.0.20 log-update: 4.0.0 p-map: 4.0.0 - rfdc: 1.3.1 + rfdc: 1.4.1 rxjs: 7.8.1 through: 2.3.8 wrap-ansi: 7.0.0 @@ -11926,8 +11724,6 @@ snapshots: dependencies: tslib: 2.6.3 - lowercase-keys@3.0.0: {} - lru-cache@4.1.5: dependencies: pseudomap: 1.0.2 @@ -11968,14 +11764,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@20.16.10): + meros@1.3.0(@types/node@20.17.6): optionalDependencies: - '@types/node': 20.16.10 - - micromatch@4.0.7: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 + '@types/node': 20.17.6 micromatch@4.0.8: dependencies: @@ -11994,17 +11785,13 @@ snapshots: mimic-function@5.0.1: {} - mimic-response@3.1.0: {} - - mimic-response@4.0.0: {} - minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 - minimatch@4.2.3: + minimatch@9.0.5: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 2.0.1 minimist@1.2.8: {} @@ -12039,8 +11826,6 @@ snapshots: normalize-path@3.0.0: {} - normalize-url@8.0.1: {} - npm-bundled@1.1.2: dependencies: npm-normalize-package-bin: 1.0.1 @@ -12122,8 +11907,8 @@ snapshots: omit-empty-es@1.2.0: dependencies: - '@babel/runtime': 7.24.6 - '@babel/runtime-corejs3': 7.24.6 + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 once@1.4.0: dependencies: @@ -12166,8 +11951,6 @@ snapshots: outdent@0.5.0: {} - p-cancelable@3.0.0: {} - p-filter@2.1.0: dependencies: p-map: 2.1.0 @@ -12208,12 +11991,12 @@ snapshots: p-try@2.2.0: {} - package-json@8.1.1: + package-json@10.0.1: dependencies: - got: 12.6.1 + ky: 1.7.2 registry-auth-token: 5.0.2 registry-url: 6.0.1 - semver: 7.6.2 + semver: 7.6.3 package-manager-detector@0.2.0: {} @@ -12353,18 +12136,10 @@ snapshots: psl@1.9.0: {} - punycode@1.4.1: {} - punycode@2.3.1: {} pure-rand@6.1.0: {} - pvtsutils@1.3.5: - dependencies: - tslib: 2.6.3 - - pvutils@1.1.3: {} - querystringify@2.2.0: {} queue-microtask@1.2.3: {} @@ -12413,13 +12188,11 @@ snapshots: regenerate@1.4.2: {} - regenerator-runtime@0.13.11: {} - regenerator-runtime@0.14.1: {} regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 regexp.prototype.flags@1.5.2: dependencies: @@ -12451,7 +12224,7 @@ snapshots: relay-runtime@12.0.0: dependencies: - '@babel/runtime': 7.17.9 + '@babel/runtime': 7.26.0 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -12475,8 +12248,6 @@ snapshots: requires-port@1.0.0: {} - resolve-alpn@1.2.1: {} - resolve-cwd@3.0.0: dependencies: resolve-from: 5.0.0 @@ -12501,10 +12272,6 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - responselike@3.0.0: - dependencies: - lowercase-keys: 3.0.0 - restore-cursor@3.1.0: dependencies: onetime: 5.1.2 @@ -12517,8 +12284,6 @@ snapshots: reusify@1.0.4: {} - rfdc@1.3.1: {} - rfdc@1.4.1: {} rimraf@3.0.2: @@ -12564,10 +12329,9 @@ snapshots: scuid@1.1.0: {} - sembear@0.5.2: + sembear@0.7.0: dependencies: - '@types/semver': 6.2.7 - semver: 6.3.1 + semver: 7.6.3 semver@5.7.2: {} @@ -12575,6 +12339,8 @@ snapshots: semver@7.6.2: {} + semver@7.6.3: {} + sentence-case@3.0.4: dependencies: no-case: 3.0.4 @@ -12844,6 +12610,8 @@ snapshots: tinyexec@0.3.0: {} + tinyexec@0.3.1: {} + title-case@3.0.3: dependencies: tslib: 2.6.3 @@ -12875,9 +12643,9 @@ snapshots: ts-log@2.2.5: {} - tsc-files@1.1.4(typescript@5.6.2): + tsc-files@1.1.4(typescript@5.6.3): dependencies: - typescript: 5.6.2 + typescript: 5.6.3 tsconfig-paths@3.15.0: dependencies: @@ -12892,12 +12660,12 @@ snapshots: tslib@2.6.3: {} - tsutils@3.21.0(typescript@5.6.2): + tsutils@3.21.0(typescript@5.6.3): dependencies: tslib: 1.14.1 - typescript: 5.6.2 + typescript: 5.6.3 - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.1 get-tsconfig: 4.7.5 @@ -12946,7 +12714,7 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript@5.6.2: {} + typescript@5.6.3: {} ua-parser-js@1.0.38: {} @@ -12993,7 +12761,7 @@ snapshots: dependencies: browserslist: 4.23.0 escalade: 3.1.2 - picocolors: 1.0.1 + picocolors: 1.1.0 upper-case-first@2.0.2: dependencies: @@ -13014,12 +12782,8 @@ snapshots: urlpattern-polyfill@10.0.0: {} - urlpattern-polyfill@8.0.2: {} - util-deprecate@1.0.2: {} - uuid@10.0.0: {} - v8-compile-cache@2.4.0: {} v8-to-istanbul@9.2.0: @@ -13028,9 +12792,7 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - validate-npm-package-name@3.0.0: - dependencies: - builtins: 1.0.3 + validate-npm-package-name@5.0.1: {} value-or-promise@1.0.12: {} @@ -13046,16 +12808,6 @@ snapshots: dependencies: defaults: 1.0.4 - web-streams-polyfill@3.3.3: {} - - webcrypto-core@1.8.0: - dependencies: - '@peculiar/asn1-schema': 2.3.8 - '@peculiar/json-schema': 1.1.12 - asn1js: 3.0.5 - pvtsutils: 1.3.5 - tslib: 2.6.3 - webidl-conversions@3.0.1: {} webidl-conversions@7.0.0: {} @@ -13169,8 +12921,6 @@ snapshots: yaml@1.10.2: {} - yaml@2.4.3: {} - yaml@2.5.1: {} yargs-parser@18.1.3: