diff --git a/lambdas/command-processor/package.json b/lambdas/command-processor/package.json index 9b6d9ae..e0c6965 100644 --- a/lambdas/command-processor/package.json +++ b/lambdas/command-processor/package.json @@ -2,7 +2,7 @@ "dependencies": { "@aws-sdk/client-sqs": "*", "aws-lambda": "^1.0.7", - "axios": "1.10.0", + "axios": "1.13.1", "esbuild": "^0.25.9", "nhs-notify-sms-nudge-utils": "*", "zod": "^3.25.75" diff --git a/lambdas/refresh-apim-access-token/package.json b/lambdas/refresh-apim-access-token/package.json index fb5269a..ee20c63 100644 --- a/lambdas/refresh-apim-access-token/package.json +++ b/lambdas/refresh-apim-access-token/package.json @@ -2,7 +2,7 @@ "dependencies": { "@aws-sdk/client-ssm": "^3.840.0", "aws-lambda": "^1.0.7", - "axios": "1.10.0", + "axios": "1.13.1", "esbuild": "^0.25.9", "jsonwebtoken": "^9.0.2", "nhs-notify-sms-nudge-utils": "*", diff --git a/package-lock.json b/package-lock.json index 13017b5..2b04ab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,19 @@ { - "lockfileVersion": 3, "name": "nhs-notify-sms-nudge", + "lockfileVersion": 3, + "requires": true, "packages": { "": { + "name": "nhs-notify-sms-nudge", + "workspaces": [ + "lambdas/command-processor", + "lambdas/event-command-transformer", + "lambdas/key-generation", + "lambdas/refresh-apim-access-token", + "utils/utils", + "tests/playwright", + "scripts/supplier-status-event-generator" + ], "devDependencies": { "@aws-sdk/types": "^3.840.0", "@eslint/compat": "^1.3.1", @@ -43,23 +54,15 @@ "tsx": "^4.19.3", "typescript": "^5.8.3", "typescript-eslint": "^8.35.1" - }, - "name": "nhs-notify-sms-nudge", - "workspaces": [ - "lambdas/command-processor", - "lambdas/event-command-transformer", - "lambdas/key-generation", - "lambdas/refresh-apim-access-token", - "utils/utils", - "tests/playwright", - "scripts/supplier-status-event-generator" - ] + } }, "lambdas/command-processor": { + "name": "nhs-notify-sms-nudge-command-processor", + "version": "0.0.1", "dependencies": { "@aws-sdk/client-sqs": "*", "aws-lambda": "^1.0.7", - "axios": "1.10.0", + "axios": "1.13.1", "esbuild": "^0.25.9", "nhs-notify-sms-nudge-utils": "*", "zod": "^3.25.75" @@ -72,19 +75,19 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "name": "nhs-notify-sms-nudge-command-processor", - "version": "0.0.1" + } }, "lambdas/command-processor/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.8.0" - }, + "version": "24.0.14", "dev": true, "license": "MIT", - "version": "24.0.14" + "dependencies": { + "undici-types": "~7.8.0" + } }, "lambdas/event-command-transformer": { + "name": "nhs-notify-sms-nudge-event-command-transformer", + "version": "0.0.1", "dependencies": { "@aws-sdk/client-sqs": "^3.840.0", "aws-lambda": "^1.0.7", @@ -101,19 +104,18 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "name": "nhs-notify-sms-nudge-event-command-transformer", - "version": "0.0.1" + } }, "lambdas/event-command-transformer/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.8.0" - }, + "version": "24.0.14", "dev": true, "license": "MIT", - "version": "24.0.14" + "dependencies": { + "undici-types": "~7.8.0" + } }, "lambdas/key-generation": { + "version": "0.0.1", "dependencies": { "aws-lambda": "^1.0.7", "date-fns": "^4.1.0", @@ -130,10 +132,12 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "version": "0.0.1" + } }, "lambdas/key-generation-lambda": { + "name": "key-generation", + "version": "0.0.1", + "extraneous": true, "dependencies": { "aws-lambda": "^1.0.7", "axios": "1.10.0", @@ -151,26 +155,24 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "extraneous": true, - "name": "key-generation", - "version": "0.0.1" + } }, "lambdas/key-generation/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.8.0" - }, - "dev": true, + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", - "version": "24.1.0" + "dependencies": { + "undici-types": "~7.8.0" + } }, "lambdas/refresh-apim-access-token": { + "version": "0.0.1", "dependencies": { "@aws-sdk/client-ssm": "^3.840.0", "aws-lambda": "^1.0.7", - "axios": "1.10.0", + "axios": "1.13.1", "esbuild": "^0.25.9", "jsonwebtoken": "^9.0.2", "nhs-notify-sms-nudge-utils": "*", @@ -186,32 +188,33 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "version": "0.0.1" + } }, "lambdas/refresh-apim-access-token/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.8.0" - }, - "dev": true, + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", - "version": "24.1.0" + "dependencies": { + "undici-types": "~7.8.0" + } }, "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" }, - "dev": true, "engines": { "node": ">=6.0.0" - }, - "license": "Apache-2.0", - "version": "2.3.0" + } }, "node_modules/@aws-crypto/crc32": { + "version": "5.2.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", @@ -219,22 +222,24 @@ }, "engines": { "node": ">=16.0.0" - }, - "license": "Apache-2.0", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/crc32c": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz", + "integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", "tslib": "^2.6.2" - }, - "integrity": "sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/sha1-browser": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz", + "integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/supports-web-crypto": "^5.2.0", "@aws-crypto/util": "^5.2.0", @@ -242,51 +247,49 @@ "@aws-sdk/util-locate-window": "^3.0.0", "@smithy/util-utf8": "^2.0.0", "tslib": "^2.6.2" - }, - "integrity": "sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", + "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", + "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", + "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz", - "version": "2.3.0" + } }, "node_modules/@aws-crypto/sha256-browser": { + "version": "5.2.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-js": "^5.2.0", "@aws-crypto/supports-web-crypto": "^5.2.0", @@ -295,43 +298,43 @@ "@aws-sdk/util-locate-window": "^3.0.0", "@smithy/util-utf8": "^2.0.0", "tslib": "^2.6.2" - }, - "license": "Apache-2.0", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.3.0" + } }, "node_modules/@aws-crypto/sha256-js": { + "version": "5.2.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/util": "^5.2.0", "@aws-sdk/types": "^3.222.0", @@ -339,59 +342,59 @@ }, "engines": { "node": ">=16.0.0" - }, - "license": "Apache-2.0", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/supports-web-crypto": { + "version": "5.2.0", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" - }, - "license": "Apache-2.0", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/util": { + "version": "5.2.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.222.0", "@smithy/util-utf8": "^2.0.0", "tslib": "^2.6.2" - }, - "license": "Apache-2.0", - "version": "5.2.0" + } }, "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": { + "version": "2.2.0", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": { + "version": "2.2.0", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.2.0" + } }, "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": { + "version": "2.3.0", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^2.2.0", "tslib": "^2.6.2" }, "engines": { "node": ">=14.0.0" - }, - "license": "Apache-2.0", - "version": "2.3.0" + } }, "node_modules/@aws-sdk/client-cloudwatch-logs": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -440,11 +443,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/client-lambda": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -493,11 +496,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -540,11 +543,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/credential-provider-env": "3.846.0", @@ -562,11 +565,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.846.0", "@aws-sdk/credential-provider-http": "3.846.0", @@ -583,11 +586,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.846.0", "@aws-sdk/core": "3.846.0", @@ -600,11 +603,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.846.0", @@ -615,11 +618,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -631,11 +634,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -678,11 +681,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.846.0", @@ -694,11 +697,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints": { + "version": "3.845.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -708,11 +711,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.845.0" + } }, "node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-user-agent": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -723,7 +726,6 @@ "engines": { "node": ">=18.0.0" }, - "license": "Apache-2.0", "peerDependencies": { "aws-crt": ">=1.0.0" }, @@ -731,10 +733,13 @@ "aws-crt": { "optional": true } - }, - "version": "3.846.0" + } }, "node_modules/@aws-sdk/client-s3": { + "version": "3.850.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.850.0.tgz", + "integrity": "sha512-tX5bUfqiLOh6jtAlaiAuOUKFYh8KDG9k9zFLUdgGplC5TP47AYTreUEg+deCTHo4DD3YCvrLuyZ8tIDgKu7neQ==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha1-browser": "5.2.0", "@aws-crypto/sha256-browser": "5.2.0", @@ -797,13 +802,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-tX5bUfqiLOh6jtAlaiAuOUKFYh8KDG9k9zFLUdgGplC5TP47AYTreUEg+deCTHo4DD3YCvrLuyZ8tIDgKu7neQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.850.0.tgz", - "version": "3.850.0" + } }, "node_modules/@aws-sdk/client-sqs": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -849,11 +852,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/client-ssm": { + "version": "3.849.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -900,11 +903,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.849.0" + } }, "node_modules/@aws-sdk/client-sso": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -947,11 +950,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/client-sts": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.899.0.tgz", + "integrity": "sha512-lwDhyi2w6TX6dxBEGB+UT1Ellxa2RjIdNRlUn+8TsiE465qIIU8efd75QnDTBhGSyPk4LyexcH3mcizSr+5LmA==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -995,13 +1000,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-lwDhyi2w6TX6dxBEGB+UT1Ellxa2RjIdNRlUn+8TsiE465qIIU8efd75QnDTBhGSyPk4LyexcH3mcizSr+5LmA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/client-sso": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.899.0.tgz", + "integrity": "sha512-EKz/iiVDv2OC8/3ONcXG3+rhphx9Heh7KXQdsZzsAXGVn6mWtrHQLrWjgONckmK4LrD07y4+5WlJlGkMxSMA5A==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -1044,13 +1049,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-EKz/iiVDv2OC8/3ONcXG3+rhphx9Heh7KXQdsZzsAXGVn6mWtrHQLrWjgONckmK4LrD07y4+5WlJlGkMxSMA5A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/core": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.899.0.tgz", + "integrity": "sha512-Enp5Zw37xaRlnscyaelaUZNxVqyE3CTS8gjahFbW2bbzVtRD2itHBVgq8A3lvKiFb7Feoxa71aTe0fQ1I6AhQQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@aws-sdk/xml-builder": "3.894.0", @@ -1068,13 +1073,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Enp5Zw37xaRlnscyaelaUZNxVqyE3CTS8gjahFbW2bbzVtRD2itHBVgq8A3lvKiFb7Feoxa71aTe0fQ1I6AhQQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-env": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.899.0.tgz", + "integrity": "sha512-wXQ//KQ751EFhUbdfoL/e2ZDaM8l2Cff+hVwFcj32yiZyeCMhnoLRMQk2euAaUOugqPY5V5qesFbHhISbIedtw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -1084,13 +1089,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-wXQ//KQ751EFhUbdfoL/e2ZDaM8l2Cff+hVwFcj32yiZyeCMhnoLRMQk2euAaUOugqPY5V5qesFbHhISbIedtw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-http": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.899.0.tgz", + "integrity": "sha512-/rRHyJFdnPrupjt/1q/PxaO6O26HFsguVUJSUeMeGUWLy0W8OC3slLFDNh89CgTqnplCyt1aLFMCagRM20HjNQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -1105,13 +1110,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-/rRHyJFdnPrupjt/1q/PxaO6O26HFsguVUJSUeMeGUWLy0W8OC3slLFDNh89CgTqnplCyt1aLFMCagRM20HjNQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.899.0.tgz", + "integrity": "sha512-B8oFNFTDV0j1yiJiqzkC2ybml+theNnmsLrTLBhJbnBLWkxEcmVGKVIMnATW9BUCBhHmEtDiogdNIzSwP8tbMw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/credential-provider-env": "3.899.0", @@ -1129,13 +1134,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-B8oFNFTDV0j1yiJiqzkC2ybml+theNnmsLrTLBhJbnBLWkxEcmVGKVIMnATW9BUCBhHmEtDiogdNIzSwP8tbMw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-node": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.899.0.tgz", + "integrity": "sha512-nHBnZ2ZCOqTGJ2A9xpVj8iK6+WV+j0JNv3XGEkIuL4mqtGEPJlEex/0mD/hqc1VF8wZzojji2OQ3892m1mUOSA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.899.0", "@aws-sdk/credential-provider-http": "3.899.0", @@ -1152,13 +1157,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-nHBnZ2ZCOqTGJ2A9xpVj8iK6+WV+j0JNv3XGEkIuL4mqtGEPJlEex/0mD/hqc1VF8wZzojji2OQ3892m1mUOSA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-process": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.899.0.tgz", + "integrity": "sha512-1PWSejKcJQUKBNPIqSHlEW4w8vSjmb+3kNJqCinJybjp5uP5BJgBp6QNcb8Nv30VBM0bn3ajVd76LCq4ZshQAw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -1169,13 +1174,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-1PWSejKcJQUKBNPIqSHlEW4w8vSjmb+3kNJqCinJybjp5uP5BJgBp6QNcb8Nv30VBM0bn3ajVd76LCq4ZshQAw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.899.0.tgz", + "integrity": "sha512-URlMbo74CAhIGrhzEP2fw5F5Tt6MRUctA8aa88MomlEHCEbJDsMD3nh6qoXxwR3LyvEBFmCWOZ/1TWmAjMsSdA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.899.0", "@aws-sdk/core": "3.899.0", @@ -1188,15 +1193,15 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-URlMbo74CAhIGrhzEP2fw5F5Tt6MRUctA8aa88MomlEHCEbJDsMD3nh6qoXxwR3LyvEBFmCWOZ/1TWmAjMsSdA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/credential-provider-web-identity": { - "dependencies": { - "@aws-sdk/core": "3.899.0", + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.899.0.tgz", + "integrity": "sha512-UEn5o5FMcbeFPRRkJI6VCrgdyR9qsLlGA7+AKCYuYADsKbvJGIIQk6A2oD82vIVvLYD3TtbTLDLsF7haF9mpbw==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/core": "3.899.0", "@aws-sdk/nested-clients": "3.899.0", "@aws-sdk/types": "3.893.0", "@smithy/property-provider": "^4.1.1", @@ -1206,13 +1211,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-UEn5o5FMcbeFPRRkJI6VCrgdyR9qsLlGA7+AKCYuYADsKbvJGIIQk6A2oD82vIVvLYD3TtbTLDLsF7haF9mpbw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/middleware-host-header": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.893.0.tgz", + "integrity": "sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/protocol-http": "^5.2.1", @@ -1221,13 +1226,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/middleware-logger": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.893.0.tgz", + "integrity": "sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", @@ -1235,13 +1240,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.893.0.tgz", + "integrity": "sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@aws/lambda-invoke-store": "^0.0.1", @@ -1251,13 +1256,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.899.0.tgz", + "integrity": "sha512-6EsVCC9j1VIyVyLOg+HyO3z9L+c0PEwMiHe3kuocoMf8nkfjSzJfIl6zAtgAXWgP5MKvusTP2SUbS9ezEEHZ+A==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -1269,13 +1274,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-6EsVCC9j1VIyVyLOg+HyO3z9L+c0PEwMiHe3kuocoMf8nkfjSzJfIl6zAtgAXWgP5MKvusTP2SUbS9ezEEHZ+A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/nested-clients": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.899.0.tgz", + "integrity": "sha512-ySXXsFO0RH28VISEqvCuPZ78VAkK45/+OCIJgPvYpcCX9CVs70XSvMPXDI46I49mudJ1s4H3IUKccYSEtA+jaw==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -1318,13 +1323,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ySXXsFO0RH28VISEqvCuPZ78VAkK45/+OCIJgPvYpcCX9CVs70XSvMPXDI46I49mudJ1s4H3IUKccYSEtA+jaw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/region-config-resolver": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.893.0.tgz", + "integrity": "sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/node-config-provider": "^4.2.2", @@ -1335,13 +1340,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/token-providers": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.899.0.tgz", + "integrity": "sha512-Ovu1nWr8HafYa/7DaUvvPnzM/yDUGDBqaiS7rRzv++F5VwyFY37+z/mHhvRnr+PbNWo8uf22a121SNue5uwP2w==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/nested-clients": "3.899.0", @@ -1353,26 +1358,26 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Ovu1nWr8HafYa/7DaUvvPnzM/yDUGDBqaiS7rRzv++F5VwyFY37+z/mHhvRnr+PbNWo8uf22a121SNue5uwP2w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/types": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.893.0.tgz", + "integrity": "sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/util-endpoints": { + "version": "3.895.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.895.0.tgz", + "integrity": "sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", @@ -1382,25 +1387,25 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.895.0.tgz", - "version": "3.895.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.893.0.tgz", + "integrity": "sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", "bowser": "^2.11.0", "tslib": "^2.6.2" - }, - "integrity": "sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.893.0.tgz", - "version": "3.893.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.899.0.tgz", + "integrity": "sha512-CiP0UAVQWLg2+8yciUBzVLaK5Fr7jBQ7wVu+p/O2+nlCOD3E3vtL1KZ1qX/d3OVpVSVaMAdZ9nbyewGV9hvjjg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-user-agent": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -1411,8 +1416,6 @@ "engines": { "node": ">=18.0.0" }, - "integrity": "sha512-CiP0UAVQWLg2+8yciUBzVLaK5Fr7jBQ7wVu+p/O2+nlCOD3E3vtL1KZ1qX/d3OVpVSVaMAdZ9nbyewGV9hvjjg==", - "license": "Apache-2.0", "peerDependencies": { "aws-crt": ">=1.0.0" }, @@ -1420,11 +1423,13 @@ "aws-crt": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.899.0.tgz", - "version": "3.899.0" + } }, "node_modules/@aws-sdk/client-sts/node_modules/@aws-sdk/xml-builder": { + "version": "3.894.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.894.0.tgz", + "integrity": "sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "fast-xml-parser": "5.2.5", @@ -1432,13 +1437,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.894.0.tgz", - "version": "3.894.0" + } }, "node_modules/@aws-sdk/core": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@aws-sdk/xml-builder": "3.821.0", @@ -1458,11 +1461,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1472,11 +1475,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/credential-provider-http": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1491,11 +1494,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/credential-provider-env": "3.846.0", @@ -1513,11 +1516,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.846.0", "@aws-sdk/credential-provider-http": "3.846.0", @@ -1534,11 +1537,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1549,11 +1552,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.848.0", "@aws-sdk/core": "3.846.0", @@ -1566,11 +1569,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.848.0", @@ -1581,11 +1584,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/lib-storage": { + "version": "3.850.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.850.0.tgz", + "integrity": "sha512-DKG8mKeUMLRboyqwhKiV9QOiKXN00OYLnGsT21mhlaF1Uc7OZ6Vm+Olw4YrbYSBuDup0rMWtVaWudJ49I+ZCHA==", + "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^4.0.4", "@smithy/middleware-endpoint": "^4.1.15", @@ -1598,34 +1603,34 @@ "engines": { "node": ">=18.0.0" }, - "integrity": "sha512-DKG8mKeUMLRboyqwhKiV9QOiKXN00OYLnGsT21mhlaF1Uc7OZ6Vm+Olw4YrbYSBuDup0rMWtVaWudJ49I+ZCHA==", - "license": "Apache-2.0", "peerDependencies": { "@aws-sdk/client-s3": "^3.850.0" - }, - "resolved": "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.850.0.tgz", - "version": "3.850.0" + } }, "node_modules/@aws-sdk/lib-storage/node_modules/buffer": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", + "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", + "license": "MIT", "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4" - }, - "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", - "version": "5.6.0" + } }, "node_modules/@aws-sdk/lib-storage/node_modules/events": { - "engines": { - "node": ">=0.8.x" - }, + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "license": "MIT", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "version": "3.3.0" + "engines": { + "node": ">=0.8.x" + } }, "node_modules/@aws-sdk/middleware-bucket-endpoint": { + "version": "3.840.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.840.0.tgz", + "integrity": "sha512-+gkQNtPwcSMmlwBHFd4saVVS11In6ID1HczNzpM3MXKXRBfSlbZJbCt6wN//AZ8HMklZEik4tcEOG0qa9UY8SQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@aws-sdk/util-arn-parser": "3.804.0", @@ -1637,13 +1642,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-+gkQNtPwcSMmlwBHFd4saVVS11In6ID1HczNzpM3MXKXRBfSlbZJbCt6wN//AZ8HMklZEik4tcEOG0qa9UY8SQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.840.0.tgz", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-expect-continue": { + "version": "3.840.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.840.0.tgz", + "integrity": "sha512-iJg2r6FKsKKvdiU4oCOuCf7Ro/YE0Q2BT/QyEZN3/Rt8Nr4SAZiQOlcBXOCpGvuIKOEAhvDOUnW3aDHL01PdVw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/protocol-http": "^5.1.2", @@ -1652,13 +1657,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-iJg2r6FKsKKvdiU4oCOuCf7Ro/YE0Q2BT/QyEZN3/Rt8Nr4SAZiQOlcBXOCpGvuIKOEAhvDOUnW3aDHL01PdVw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.840.0.tgz", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-flexible-checksums": { + "version": "3.846.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.846.0.tgz", + "integrity": "sha512-CdkeVfkwt3+bDLhmOwBxvkUf6oY9iUhvosaUnqkoPsOqIiUEN54yTGOnO8A0wLz6mMsZ6aBlfFrQhFnxt3c+yw==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/crc32": "5.2.0", "@aws-crypto/crc32c": "5.2.0", @@ -1676,13 +1681,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-CdkeVfkwt3+bDLhmOwBxvkUf6oY9iUhvosaUnqkoPsOqIiUEN54yTGOnO8A0wLz6mMsZ6aBlfFrQhFnxt3c+yw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.846.0.tgz", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/protocol-http": "^5.1.2", @@ -1691,11 +1694,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-location-constraint": { + "version": "3.840.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.840.0.tgz", + "integrity": "sha512-KVLD0u0YMF3aQkVF8bdyHAGWSUY6N1Du89htTLgqCcIhSxxAJ9qifrosVZ9jkAzqRW99hcufyt2LylcVU2yoKQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -1703,13 +1708,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-KVLD0u0YMF3aQkVF8bdyHAGWSUY6N1Du89htTLgqCcIhSxxAJ9qifrosVZ9jkAzqRW99hcufyt2LylcVU2yoKQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.840.0.tgz", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-logger": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -1717,11 +1720,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/protocol-http": "^5.1.2", @@ -1730,11 +1733,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-sdk-s3": { + "version": "3.846.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.846.0.tgz", + "integrity": "sha512-jP9x+2Q87J5l8FOP+jlAd7vGLn0cC6G9QGmf386e5OslBPqxXKcl3RjqGLIOKKos2mVItY3ApP5xdXQx7jGTVA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1753,13 +1758,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-jP9x+2Q87J5l8FOP+jlAd7vGLn0cC6G9QGmf386e5OslBPqxXKcl3RjqGLIOKKos2mVItY3ApP5xdXQx7jGTVA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.846.0.tgz", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/middleware-sdk-sqs": { + "version": "3.845.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/smithy-client": "^4.4.7", @@ -1770,11 +1773,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.845.0" + } }, "node_modules/@aws-sdk/middleware-ssec": { + "version": "3.840.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.840.0.tgz", + "integrity": "sha512-CBZP9t1QbjDFGOrtnUEHL1oAvmnCUUm7p0aPNbIdSzNtH42TNKjPRN3TuEIJDGjkrqpL3MXyDSmNayDcw/XW7Q==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -1782,13 +1787,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-CBZP9t1QbjDFGOrtnUEHL1oAvmnCUUm7p0aPNbIdSzNtH42TNKjPRN3TuEIJDGjkrqpL3MXyDSmNayDcw/XW7Q==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.840.0.tgz", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1800,11 +1803,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/nested-clients": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -1847,11 +1850,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/region-config-resolver": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/node-config-provider": "^4.1.3", @@ -1862,11 +1865,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/signature-v4-multi-region": { + "version": "3.846.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.846.0.tgz", + "integrity": "sha512-ZMfIMxUljqZzPJGOcraC6erwq/z1puNMU35cO1a/WdhB+LdYknMn1lr7SJuH754QwNzzIlZbEgg4hoHw50+DpQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-sdk-s3": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -1877,13 +1882,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ZMfIMxUljqZzPJGOcraC6erwq/z1puNMU35cO1a/WdhB+LdYknMn1lr7SJuH754QwNzzIlZbEgg4hoHw50+DpQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.846.0.tgz", - "version": "3.846.0" + } }, "node_modules/@aws-sdk/token-providers": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.848.0", @@ -1895,34 +1898,34 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/types": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.3.1", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/util-arn-parser": { + "version": "3.804.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.804.0.tgz", + "integrity": "sha512-wmBJqn1DRXnZu3b4EkE6CWnoWMo1ZMvlfkqU5zPz67xx1GMaXlDCchFvKAXMjk4jn/L1O3tKnoFDNsoLV1kgNQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-wmBJqn1DRXnZu3b4EkE6CWnoWMo1ZMvlfkqU5zPz67xx1GMaXlDCchFvKAXMjk4jn/L1O3tKnoFDNsoLV1kgNQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-arn-parser/-/util-arn-parser-3.804.0.tgz", - "version": "3.804.0" + } }, "node_modules/@aws-sdk/util-endpoints": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -1932,31 +1935,31 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.848.0" + } }, "node_modules/@aws-sdk/util-locate-window": { + "version": "3.804.0", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.804.0" + } }, "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.840.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", "bowser": "^2.11.0", "tslib": "^2.6.2" - }, - "license": "Apache-2.0", - "version": "3.840.0" + } }, "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.848.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-user-agent": "3.848.0", "@aws-sdk/types": "3.840.0", @@ -1967,7 +1970,6 @@ "engines": { "node": ">=18.0.0" }, - "license": "Apache-2.0", "peerDependencies": { "aws-crt": ">=1.0.0" }, @@ -1975,51 +1977,53 @@ "aws-crt": { "optional": true } - }, - "version": "3.848.0" + } }, "node_modules/@aws-sdk/xml-builder": { + "version": "3.821.0", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.3.1", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.821.0" + } }, "node_modules/@aws/lambda-invoke-store": { - "engines": { - "node": ">=18.0.0" - }, + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.0.1.tgz", "integrity": "sha512-ORHRQ2tmvnBXc8t/X9Z8IcSbBA4xTLKuN873FopzklHMeqBst7YG0d+AX97inkvDX+NChYtSr+qGfcqGFaI8Zw==", "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.0.1.tgz", - "version": "0.0.1" + "engines": { + "node": ">=18.0.0" + } }, "node_modules/@babel/code-frame": { + "version": "7.27.1", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/compat-data": { + "version": "7.28.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/core": { + "version": "7.28.0", + "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.27.1", @@ -2037,26 +2041,26 @@ "json5": "^2.2.3", "semver": "^6.3.1" }, - "dev": true, "engines": { "node": ">=6.9.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/babel" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/core/node_modules/semver": { - "bin": { - "semver": "bin/semver.js" - }, + "version": "6.3.1", "dev": true, "license": "ISC", - "version": "6.3.1" + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/@babel/generator": { + "version": "7.28.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.28.0", "@babel/types": "^7.28.0", @@ -2064,14 +2068,14 @@ "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/helper-compilation-targets": { + "version": "7.27.2", + "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.27.2", "@babel/helper-validator-option": "^7.27.1", @@ -2079,334 +2083,334 @@ "lru-cache": "^5.1.1", "semver": "^6.3.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.2" + } }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "bin": { - "semver": "bin/semver.js" - }, + "version": "6.3.1", "dev": true, "license": "ISC", - "version": "6.3.1" + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/@babel/helper-globals": { + "version": "7.28.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/helper-module-imports": { + "version": "7.27.1", + "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.27.1", "@babel/types": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/helper-module-transforms": { + "version": "7.27.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1", "@babel/traverse": "^7.27.3" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0" - }, - "version": "7.27.3" + } }, "node_modules/@babel/helper-plugin-utils": { + "version": "7.27.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/helper-validator-identifier": { + "version": "7.27.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.1" + } }, "node_modules/@babel/helpers": { + "version": "7.27.6", + "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.27.2", "@babel/types": "^7.27.6" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.6" + } }, "node_modules/@babel/parser": { - "bin": { - "parser": "bin/babel-parser.js" - }, + "version": "7.28.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.28.0" }, - "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, "engines": { "node": ">=6.0.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.4" + } }, "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.12.13" + } }, "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.14.5" + } }, "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.27.1", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.27.1" + } }, "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.10.4" + } }, "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.27.1", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.27.1" + } }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.10.4" + } }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.10.4" + } }, "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.8.3" + } }, "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.14.5" + } }, "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.14.5" + } }, "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.27.1", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0-0" - }, - "version": "7.27.1" + } }, "node_modules/@babel/template": { + "version": "7.27.2", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/parser": "^7.27.2", "@babel/types": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.27.2" + } }, "node_modules/@babel/traverse": { + "version": "7.28.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@babel/generator": "^7.28.0", @@ -2416,124 +2420,122 @@ "@babel/types": "^7.28.0", "debug": "^4.3.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@babel/types": { + "version": "7.28.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.27.1", "@babel/helper-validator-identifier": "^7.27.1" }, - "dev": true, "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "7.28.0" + } }, "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", "dev": true, - "license": "MIT", - "version": "0.2.3" + "license": "MIT" }, "node_modules/@colors/colors": { + "version": "1.6.0", + "license": "MIT", "engines": { "node": ">=0.1.90" - }, - "license": "MIT", - "version": "1.6.0" + } }, "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "0.8.1" + } }, "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" - }, - "dev": true, - "license": "MIT", - "version": "0.3.9" + } }, "node_modules/@dabh/diagnostics": { + "version": "2.0.3", + "license": "MIT", "dependencies": { "colorspace": "1.1.x", "enabled": "2.0.x", "kuler": "^2.0.0" - }, - "license": "MIT", - "version": "2.0.3" + } }, "node_modules/@esbuild/openharmony-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", + "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==", "license": "MIT", "optional": true, "os": [ "openharmony" ], - "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/@eslint-community/eslint-utils": { + "version": "4.7.0", + "dev": true, + "license": "MIT", "dependencies": { "eslint-visitor-keys": "^3.4.3" }, - "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" }, - "license": "MIT", "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - }, - "version": "4.7.0" + } }, "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "Apache-2.0", - "version": "3.4.3" + } }, "node_modules/@eslint-community/regexpp": { + "version": "4.12.1", "dev": true, + "license": "MIT", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - }, - "license": "MIT", - "version": "4.12.1" + } }, "node_modules/@eslint/compat": { + "version": "1.3.1", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, - "license": "Apache-2.0", "peerDependencies": { "eslint": "^8.40 || 9" }, @@ -2541,62 +2543,64 @@ "eslint": { "optional": true } - }, - "version": "1.3.1" + } }, "node_modules/@eslint/config-array": { + "version": "0.21.0", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@eslint/object-schema": "^2.1.6", "debug": "^4.3.1", "minimatch": "^3.1.2" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "license": "Apache-2.0", - "version": "0.21.0" + } }, "node_modules/@eslint/config-array/node_modules/brace-expansion": { + "version": "1.1.12", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "license": "MIT", - "version": "1.1.12" + } }, "node_modules/@eslint/config-array/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/@eslint/config-helpers": { + "version": "0.3.0", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "license": "Apache-2.0", - "version": "0.3.0" + } }, "node_modules/@eslint/core": { + "version": "0.14.0", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.15" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "license": "Apache-2.0", - "version": "0.14.0" + } }, "node_modules/@eslint/eslintrc": { + "version": "3.3.1", + "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -2608,113 +2612,107 @@ "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "MIT", - "version": "3.3.1" + } }, "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", "dev": true, - "license": "Python-2.0", - "version": "2.0.1" + "license": "Python-2.0" }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "version": "1.1.12" + } }, "node_modules/@eslint/eslintrc/node_modules/ignore": { + "version": "5.3.2", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" - }, - "license": "MIT", - "version": "5.3.2" + } }, "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "bin": { - "js-yaml": "bin/js-yaml.js" - }, + "version": "4.1.0", + "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, - "dev": true, - "license": "MIT", - "version": "4.1.0" + "bin": { + "js-yaml": "bin/js-yaml.js" + } }, "node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/@eslint/js": { + "version": "9.30.1", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://eslint.org/donate" - }, - "license": "MIT", - "version": "9.30.1" + } }, "node_modules/@eslint/object-schema": { + "version": "2.1.6", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "license": "Apache-2.0", - "version": "2.1.6" + } }, "node_modules/@eslint/plugin-kit": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz", + "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@eslint/core": "^0.15.2", "levn": "^0.4.1" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz", - "version": "0.3.5" + } }, "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", + "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.15" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", - "version": "0.15.2" + } }, "node_modules/@faker-js/faker": { - "engines": { - "node": ">=18.0.0", - "npm": ">=9.0.0" - }, + "version": "9.9.0", "funding": [ { "type": "opencollective", @@ -2722,65 +2720,73 @@ } ], "license": "MIT", - "version": "9.9.0" + "engines": { + "node": ">=18.0.0", + "npm": ">=9.0.0" + } }, "node_modules/@humanfs/core": { + "version": "0.19.1", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=18.18.0" - }, - "license": "Apache-2.0", - "version": "0.19.1" + } }, "node_modules/@humanfs/node": { + "version": "0.16.6", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.3.0" }, - "dev": true, "engines": { "node": ">=18.18.0" - }, - "license": "Apache-2.0", - "version": "0.16.6" + } }, "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=18.18" }, "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" - }, - "license": "Apache-2.0", - "version": "0.3.1" + } }, "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12.22" }, "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" - }, - "license": "Apache-2.0", - "version": "1.0.1" + } }, "node_modules/@humanwhocodes/retry": { + "version": "0.4.3", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=18.18" }, "funding": { "type": "github", "url": "https://github.com/sponsors/nzakas" - }, - "license": "Apache-2.0", - "version": "0.4.3" + } }, "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -2789,94 +2795,92 @@ "wrap-ansi": "^8.1.0", "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" }, - "dev": true, "engines": { "node": ">=12" - }, - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "version": "8.0.2" + } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-regex?sponsor=1" - }, - "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", - "version": "6.2.2" + } }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" - }, - "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", - "version": "6.2.3" + } }, "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" }, - "dev": true, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "version": "5.1.2" + } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, - "dev": true, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/strip-ansi?sponsor=1" - }, - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", - "version": "7.1.2" + } }, "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", "strip-ansi": "^7.0.1" }, - "dev": true, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - }, - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "version": "8.1.0" + } }, "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "dev": true, + "license": "ISC", "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -2884,78 +2888,78 @@ "js-yaml": "^3.13.1", "resolve-from": "^5.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "ISC", - "version": "1.1.0" + } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.1.0" + } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, - "dev": true, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "2.3.0" + } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.1.0" + } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { + "version": "5.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/@istanbuljs/schema": { + "version": "0.1.3", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "0.1.3" + } }, "node_modules/@jest/console": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -2964,14 +2968,14 @@ "jest-util": "^29.7.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/core": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/reporters": "^29.7.0", @@ -3002,11 +3006,9 @@ "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -3014,14 +3016,11 @@ "node-notifier": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/@jest/core/node_modules/ci-info": { + "version": "3.9.0", "dev": true, - "engines": { - "node": ">=8" - }, "funding": [ { "type": "github", @@ -3029,56 +3028,61 @@ } ], "license": "MIT", - "version": "3.9.0" + "engines": { + "node": ">=8" + } }, "node_modules/@jest/diff-sequences": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz", + "integrity": "sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==", "dev": true, + "license": "MIT", "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz", - "version": "30.0.1" + } }, "node_modules/@jest/environment": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "jest-mock": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/expect": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.7.0", "jest-snapshot": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/expect-utils": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/fake-timers": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@sinonjs/fake-timers": "^10.0.2", @@ -3087,62 +3091,62 @@ "jest-mock": "^29.7.0", "jest-util": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/get-type": { + "version": "30.1.0", + "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz", + "integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz", - "version": "30.1.0" + } }, "node_modules/@jest/globals": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", "@jest/types": "^29.6.3", "jest-mock": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/pattern": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/@jest/pattern/-/pattern-30.0.1.tgz", + "integrity": "sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==", + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "jest-regex-util": "30.0.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-gWp7NfQW27LaBQz3TITS8L7ZCQ0TLvtmI//4OwlQRx4rnWxcPNIYjxZpDcN4+UlGxgm3jS5QPz8IPTCkb59wZA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/pattern/-/pattern-30.0.1.tgz", - "version": "30.0.1" + } }, "node_modules/@jest/pattern/node_modules/jest-regex-util": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.1.tgz", + "integrity": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.1.tgz", - "version": "30.0.1" + } }, "node_modules/@jest/reporters": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "^29.7.0", @@ -3169,11 +3173,9 @@ "strip-ansi": "^6.0.0", "v8-to-istanbul": "^9.0.1" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -3181,50 +3183,54 @@ "node-notifier": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/@jest/schemas": { + "version": "29.6.3", + "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.27.8" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/@jest/snapshot-utils": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.2.0.tgz", + "integrity": "sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "chalk": "^4.1.2", "graceful-fs": "^4.2.11", "natural-compare": "^1.4.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.2.0.tgz", - "version": "30.2.0" + } }, "node_modules/@jest/snapshot-utils/node_modules/@jest/schemas": { + "version": "30.0.5", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz", + "integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==", + "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.34.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz", - "version": "30.0.5" + } }, "node_modules/@jest/snapshot-utils/node_modules/@jest/types": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz", + "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/pattern": "30.0.1", "@jest/schemas": "30.0.5", @@ -3234,65 +3240,63 @@ "@types/yargs": "^17.0.33", "chalk": "^4.1.2" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz", - "version": "30.2.0" + } }, "node_modules/@jest/snapshot-utils/node_modules/@sinclair/typebox": { - "dev": true, - "integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==", - "license": "MIT", + "version": "0.34.41", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz", - "version": "0.34.41" + "integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==", + "dev": true, + "license": "MIT" }, "node_modules/@jest/source-map": { + "version": "29.6.3", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.18", "callsites": "^3.0.0", "graceful-fs": "^4.2.9" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/@jest/test-result": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/types": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/test-sequencer": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "graceful-fs": "^4.2.9", "jest-haste-map": "^29.7.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/transform": { - "dependencies": { + "version": "29.7.0", + "dev": true, + "license": "MIT", + "dependencies": { "@babel/core": "^7.11.6", "@jest/types": "^29.6.3", "@jridgewell/trace-mapping": "^0.3.18", @@ -3309,14 +3313,14 @@ "slash": "^3.0.0", "write-file-atomic": "^4.0.2" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/@jest/types": { + "version": "29.6.3", + "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", @@ -3325,55 +3329,57 @@ "@types/yargs": "^17.0.8", "chalk": "^4.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.12", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" - }, - "dev": true, - "license": "MIT", - "version": "0.3.12" + } }, "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", "dev": true, + "license": "MIT", "engines": { "node": ">=6.0.0" - }, - "license": "MIT", - "version": "3.1.2" + } }, "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.4", "dev": true, - "license": "MIT", - "version": "1.5.4" + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.29", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" - }, - "dev": true, - "license": "MIT", - "version": "0.3.29" + } }, "node_modules/@next/eslint-plugin-next": { - "dependencies": { - "fast-glob": "3.3.1" - }, + "version": "15.3.5", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "15.3.5" + "dependencies": { + "fast-glob": "3.3.1" + } }, "node_modules/@next/eslint-plugin-next/node_modules/fast-glob": { + "version": "3.3.1", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -3381,190 +3387,189 @@ "merge2": "^1.3.0", "micromatch": "^4.0.4" }, - "dev": true, "engines": { "node": ">=8.6.0" - }, - "license": "MIT", - "optional": true, - "peer": true, - "version": "3.3.1" + } }, "node_modules/@next/eslint-plugin-next/node_modules/glob-parent": { + "version": "5.1.2", + "dev": true, + "license": "ISC", + "optional": true, + "peer": true, "dependencies": { "is-glob": "^4.0.1" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "ISC", - "optional": true, - "peer": true, - "version": "5.1.2" + } }, "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" }, - "dev": true, "engines": { "node": ">= 8" - }, - "license": "MIT", - "version": "2.1.5" + } }, "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" - }, - "license": "MIT", - "version": "2.0.5" + } }, "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" }, - "dev": true, "engines": { "node": ">= 8" - }, - "license": "MIT", - "version": "1.2.8" + } }, "node_modules/@pkgjs/parseargs": { - "dev": true, - "engines": { - "node": ">=14" - }, + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, "license": "MIT", "optional": true, - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "version": "0.11.0" + "engines": { + "node": ">=14" + } }, "node_modules/@pkgr/core": { + "version": "0.2.7", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/pkgr" - }, - "license": "MIT", - "version": "0.2.7" + } }, "node_modules/@playwright/test": { - "bin": { - "playwright": "cli.js" - }, + "version": "1.54.1", + "license": "Apache-2.0", "dependencies": { "playwright": "1.54.1" }, + "bin": { + "playwright": "cli.js" + }, "engines": { "node": ">=18" - }, - "license": "Apache-2.0", - "version": "1.54.1" + } }, "node_modules/@rtsao/scc": { + "version": "1.1.0", "dev": true, "license": "MIT", "optional": true, - "peer": true, - "version": "1.1.0" + "peer": true }, "node_modules/@sinclair/typebox": { + "version": "0.27.8", "dev": true, - "license": "MIT", - "version": "0.27.8" + "license": "MIT" }, "node_modules/@sinonjs/commons": { - "dependencies": { - "type-detect": "4.0.8" - }, + "version": "3.0.1", "dev": true, "license": "BSD-3-Clause", - "version": "3.0.1" + "dependencies": { + "type-detect": "4.0.8" + } }, "node_modules/@sinonjs/fake-timers": { - "dependencies": { - "@sinonjs/commons": "^3.0.0" - }, + "version": "10.3.0", "dev": true, "license": "BSD-3-Clause", - "version": "10.3.0" + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } }, "node_modules/@sinonjs/samsam": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.3.tgz", + "integrity": "sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", "type-detect": "^4.1.0" - }, - "dev": true, - "integrity": "sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.3.tgz", - "version": "8.0.3" + } }, "node_modules/@sinonjs/samsam/node_modules/type-detect": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", + "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" - }, - "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@sinonjs/text-encoding": { - "dev": true, - "integrity": "sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==", - "license": "(Unlicense OR Apache-2.0)", + "version": "0.7.3", "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz", - "version": "0.7.3" + "integrity": "sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA==", + "dev": true, + "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@smithy/abort-controller": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.1.1.tgz", + "integrity": "sha512-vkzula+IwRvPR6oKQhMYioM3A/oX/lFCZiwuxkQbRhqJS2S4YRY2k7k/SyR2jMf3607HLtbEwlRxi0ndXHMjRg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-vkzula+IwRvPR6oKQhMYioM3A/oX/lFCZiwuxkQbRhqJS2S4YRY2k7k/SyR2jMf3607HLtbEwlRxi0ndXHMjRg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/chunked-blob-reader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.0.0.tgz", + "integrity": "sha512-+sKqDBQqb036hh4NPaUiEkYFkTUGYzRsn3EuFhyfQfMy6oGHEUJDurLP9Ufb5dasr/XiAmPNMr6wa9afjQB+Gw==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-+sKqDBQqb036hh4NPaUiEkYFkTUGYzRsn3EuFhyfQfMy6oGHEUJDurLP9Ufb5dasr/XiAmPNMr6wa9afjQB+Gw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader/-/chunked-blob-reader-5.0.0.tgz", - "version": "5.0.0" + } }, "node_modules/@smithy/chunked-blob-reader-native": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.0.0.tgz", + "integrity": "sha512-R9wM2yPmfEMsUmlMlIgSzOyICs0x9uu7UTHoccMyt7BWw8shcGM8HqB355+BZCPBcySvbTYMs62EgEQkNxz2ig==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-base64": "^4.0.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-R9wM2yPmfEMsUmlMlIgSzOyICs0x9uu7UTHoccMyt7BWw8shcGM8HqB355+BZCPBcySvbTYMs62EgEQkNxz2ig==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.0.0.tgz", - "version": "4.0.0" + } }, "node_modules/@smithy/config-resolver": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.2.2.tgz", + "integrity": "sha512-IT6MatgBWagLybZl1xQcURXRICvqz1z3APSCAI9IqdvfCkrA7RaQIEfgC6G/KvfxnDfQUDqFV+ZlixcuFznGBQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^4.2.2", "@smithy/types": "^4.5.0", @@ -3574,13 +3579,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-IT6MatgBWagLybZl1xQcURXRICvqz1z3APSCAI9IqdvfCkrA7RaQIEfgC6G/KvfxnDfQUDqFV+ZlixcuFznGBQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-4.2.2.tgz", - "version": "4.2.2" + } }, "node_modules/@smithy/core": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.13.0.tgz", + "integrity": "sha512-BI6ALLPOKnPOU1Cjkc+1TPhOlP3JXSR/UH14JmnaLq41t3ma+IjuXrKfhycVjr5IQ0XxRh2NnQo3olp+eCVrGg==", + "license": "Apache-2.0", "dependencies": { "@smithy/middleware-serde": "^4.1.1", "@smithy/protocol-http": "^5.2.1", @@ -3595,13 +3600,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-BI6ALLPOKnPOU1Cjkc+1TPhOlP3JXSR/UH14JmnaLq41t3ma+IjuXrKfhycVjr5IQ0XxRh2NnQo3olp+eCVrGg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.13.0.tgz", - "version": "3.13.0" + } }, "node_modules/@smithy/credential-provider-imds": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.2.tgz", + "integrity": "sha512-JlYNq8TShnqCLg0h+afqe2wLAwZpuoSgOyzhYvTgbiKBWRov+uUve+vrZEQO6lkdLOWPh7gK5dtb9dS+KGendg==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^4.2.2", "@smithy/property-provider": "^4.1.1", @@ -3611,13 +3616,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-JlYNq8TShnqCLg0h+afqe2wLAwZpuoSgOyzhYvTgbiKBWRov+uUve+vrZEQO6lkdLOWPh7gK5dtb9dS+KGendg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.1.2.tgz", - "version": "4.1.2" + } }, "node_modules/@smithy/eventstream-codec": { + "version": "4.0.4", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/crc32": "5.2.0", "@smithy/types": "^4.3.1", @@ -3626,11 +3629,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.4" + } }, "node_modules/@smithy/eventstream-serde-browser": { + "version": "4.0.4", + "license": "Apache-2.0", "dependencies": { "@smithy/eventstream-serde-universal": "^4.0.4", "@smithy/types": "^4.3.1", @@ -3638,22 +3641,22 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.4" + } }, "node_modules/@smithy/eventstream-serde-config-resolver": { + "version": "4.1.2", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.3.1", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.1.2" + } }, "node_modules/@smithy/eventstream-serde-node": { + "version": "4.0.4", + "license": "Apache-2.0", "dependencies": { "@smithy/eventstream-serde-universal": "^4.0.4", "@smithy/types": "^4.3.1", @@ -3661,11 +3664,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.4" + } }, "node_modules/@smithy/eventstream-serde-universal": { + "version": "4.0.4", + "license": "Apache-2.0", "dependencies": { "@smithy/eventstream-codec": "^4.0.4", "@smithy/types": "^4.3.1", @@ -3673,11 +3676,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.4" + } }, "node_modules/@smithy/fetch-http-handler": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.2.1.tgz", + "integrity": "sha512-5/3wxKNtV3wO/hk1is+CZUhL8a1yy/U+9u9LKQ9kZTkMsHaQjJhc3stFfiujtMnkITjzWfndGA2f7g9Uh9vKng==", + "license": "Apache-2.0", "dependencies": { "@smithy/protocol-http": "^5.2.1", "@smithy/querystring-builder": "^4.1.1", @@ -3687,13 +3692,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-5/3wxKNtV3wO/hk1is+CZUhL8a1yy/U+9u9LKQ9kZTkMsHaQjJhc3stFfiujtMnkITjzWfndGA2f7g9Uh9vKng==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.2.1.tgz", - "version": "5.2.1" + } }, "node_modules/@smithy/hash-blob-browser": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.0.4.tgz", + "integrity": "sha512-WszRiACJiQV3QG6XMV44i5YWlkrlsM5Yxgz4jvsksuu7LDXA6wAtypfPajtNTadzpJy3KyJPoWehYpmZGKUFIQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/chunked-blob-reader": "^5.0.0", "@smithy/chunked-blob-reader-native": "^4.0.0", @@ -3702,13 +3707,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-WszRiACJiQV3QG6XMV44i5YWlkrlsM5Yxgz4jvsksuu7LDXA6wAtypfPajtNTadzpJy3KyJPoWehYpmZGKUFIQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/hash-blob-browser/-/hash-blob-browser-4.0.4.tgz", - "version": "4.0.4" + } }, "node_modules/@smithy/hash-node": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.1.1.tgz", + "integrity": "sha512-H9DIU9WBLhYrvPs9v4sYvnZ1PiAI0oc8CgNQUJ1rpN3pP7QADbTOUjchI2FB764Ub0DstH5xbTqcMJu1pnVqxA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "@smithy/util-buffer-from": "^4.1.0", @@ -3717,13 +3722,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-H9DIU9WBLhYrvPs9v4sYvnZ1PiAI0oc8CgNQUJ1rpN3pP7QADbTOUjchI2FB764Ub0DstH5xbTqcMJu1pnVqxA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/hash-stream-node": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.0.4.tgz", + "integrity": "sha512-wHo0d8GXyVmpmMh/qOR0R7Y46/G1y6OR8U+bSTB4ppEzRxd1xVAQ9xOE9hOc0bSjhz0ujCPAbfNLkLrpa6cevg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.3.1", "@smithy/util-utf8": "^4.0.0", @@ -3731,38 +3736,36 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-wHo0d8GXyVmpmMh/qOR0R7Y46/G1y6OR8U+bSTB4ppEzRxd1xVAQ9xOE9hOc0bSjhz0ujCPAbfNLkLrpa6cevg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/hash-stream-node/-/hash-stream-node-4.0.4.tgz", - "version": "4.0.4" + } }, "node_modules/@smithy/invalid-dependency": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.1.1.tgz", + "integrity": "sha512-1AqLyFlfrrDkyES8uhINRlJXmHA2FkG+3DY8X+rmLSqmFwk3DJnvhyGzyByPyewh2jbmV+TYQBEfngQax8IFGg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-1AqLyFlfrrDkyES8uhINRlJXmHA2FkG+3DY8X+rmLSqmFwk3DJnvhyGzyByPyewh2jbmV+TYQBEfngQax8IFGg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/is-array-buffer": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.1.0.tgz", + "integrity": "sha512-ePTYUOV54wMogio+he4pBybe8fwg4sDvEVDBU8ZlHOZXbXK3/C0XfJgUCu6qAZcawv05ZhZzODGUerFBPsPUDQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ePTYUOV54wMogio+he4pBybe8fwg4sDvEVDBU8ZlHOZXbXK3/C0XfJgUCu6qAZcawv05ZhZzODGUerFBPsPUDQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/md5-js": { + "version": "4.0.4", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.3.1", "@smithy/util-utf8": "^4.0.0", @@ -3770,11 +3773,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.4" + } }, "node_modules/@smithy/middleware-content-length": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.1.1.tgz", + "integrity": "sha512-9wlfBBgTsRvC2JxLJxv4xDGNBrZuio3AgSl0lSFX7fneW2cGskXTYpFxCdRYD2+5yzmsiTuaAJD1Wp7gWt9y9w==", + "license": "Apache-2.0", "dependencies": { "@smithy/protocol-http": "^5.2.1", "@smithy/types": "^4.5.0", @@ -3782,13 +3787,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-9wlfBBgTsRvC2JxLJxv4xDGNBrZuio3AgSl0lSFX7fneW2cGskXTYpFxCdRYD2+5yzmsiTuaAJD1Wp7gWt9y9w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/middleware-endpoint": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.5.tgz", + "integrity": "sha512-DdOIpssQ5LFev7hV6GX9TMBW5ChTsQBxqgNW1ZGtJNSAi5ksd5klwPwwMY0ejejfEzwXXGqxgVO3cpaod4veiA==", + "license": "Apache-2.0", "dependencies": { "@smithy/core": "^3.13.0", "@smithy/middleware-serde": "^4.1.1", @@ -3801,13 +3806,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-DdOIpssQ5LFev7hV6GX9TMBW5ChTsQBxqgNW1ZGtJNSAi5ksd5klwPwwMY0ejejfEzwXXGqxgVO3cpaod4veiA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.2.5.tgz", - "version": "4.2.5" + } }, "node_modules/@smithy/middleware-retry": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.3.1.tgz", + "integrity": "sha512-aH2bD1bzb6FB04XBhXA5mgedEZPKx3tD/qBuYCAKt5iieWvWO1Y2j++J9uLqOndXb9Pf/83Xka/YjSnMbcPchA==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^4.2.2", "@smithy/protocol-http": "^5.2.1", @@ -3821,13 +3826,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-aH2bD1bzb6FB04XBhXA5mgedEZPKx3tD/qBuYCAKt5iieWvWO1Y2j++J9uLqOndXb9Pf/83Xka/YjSnMbcPchA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.3.1.tgz", - "version": "4.3.1" + } }, "node_modules/@smithy/middleware-serde": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.1.1.tgz", + "integrity": "sha512-lh48uQdbCoj619kRouev5XbWhCwRKLmphAif16c4J6JgJ4uXjub1PI6RL38d3BLliUvSso6klyB/LTNpWSNIyg==", + "license": "Apache-2.0", "dependencies": { "@smithy/protocol-http": "^5.2.1", "@smithy/types": "^4.5.0", @@ -3835,26 +3840,26 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-lh48uQdbCoj619kRouev5XbWhCwRKLmphAif16c4J6JgJ4uXjub1PI6RL38d3BLliUvSso6klyB/LTNpWSNIyg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/middleware-stack": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.1.1.tgz", + "integrity": "sha512-ygRnniqNcDhHzs6QAPIdia26M7e7z9gpkIMUe/pK0RsrQ7i5MblwxY8078/QCnGq6AmlUUWgljK2HlelsKIb/A==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ygRnniqNcDhHzs6QAPIdia26M7e7z9gpkIMUe/pK0RsrQ7i5MblwxY8078/QCnGq6AmlUUWgljK2HlelsKIb/A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/node-config-provider": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.2.2.tgz", + "integrity": "sha512-SYGTKyPvyCfEzIN5rD8q/bYaOPZprYUPD2f5g9M7OjaYupWOoQFYJ5ho+0wvxIRf471i2SR4GoiZ2r94Jq9h6A==", + "license": "Apache-2.0", "dependencies": { "@smithy/property-provider": "^4.1.1", "@smithy/shared-ini-file-loader": "^4.2.0", @@ -3863,13 +3868,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-SYGTKyPvyCfEzIN5rD8q/bYaOPZprYUPD2f5g9M7OjaYupWOoQFYJ5ho+0wvxIRf471i2SR4GoiZ2r94Jq9h6A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-4.2.2.tgz", - "version": "4.2.2" + } }, "node_modules/@smithy/node-http-handler": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.2.1.tgz", + "integrity": "sha512-REyybygHlxo3TJICPF89N2pMQSf+p+tBJqpVe1+77Cfi9HBPReNjTgtZ1Vg73exq24vkqJskKDpfF74reXjxfw==", + "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^4.1.1", "@smithy/protocol-http": "^5.2.1", @@ -3879,39 +3884,39 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-REyybygHlxo3TJICPF89N2pMQSf+p+tBJqpVe1+77Cfi9HBPReNjTgtZ1Vg73exq24vkqJskKDpfF74reXjxfw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.2.1.tgz", - "version": "4.2.1" + } }, "node_modules/@smithy/property-provider": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.1.1.tgz", + "integrity": "sha512-gm3ZS7DHxUbzC2wr8MUCsAabyiXY0gaj3ROWnhSx/9sPMc6eYLMM4rX81w1zsMaObj2Lq3PZtNCC1J6lpEY7zg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-gm3ZS7DHxUbzC2wr8MUCsAabyiXY0gaj3ROWnhSx/9sPMc6eYLMM4rX81w1zsMaObj2Lq3PZtNCC1J6lpEY7zg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/protocol-http": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.2.1.tgz", + "integrity": "sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.2.1.tgz", - "version": "5.2.1" + } }, "node_modules/@smithy/querystring-builder": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.1.1.tgz", + "integrity": "sha512-J9b55bfimP4z/Jg1gNo+AT84hr90p716/nvxDkPGCD4W70MPms0h8KF50RDRgBGZeL83/u59DWNqJv6tEP/DHA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "@smithy/util-uri-escape": "^4.1.0", @@ -3919,51 +3924,51 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-J9b55bfimP4z/Jg1gNo+AT84hr90p716/nvxDkPGCD4W70MPms0h8KF50RDRgBGZeL83/u59DWNqJv6tEP/DHA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/querystring-parser": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.1.1.tgz", + "integrity": "sha512-63TEp92YFz0oQ7Pj9IuI3IgnprP92LrZtRAkE3c6wLWJxfy/yOPRt39IOKerVr0JS770olzl0kGafXlAXZ1vng==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-63TEp92YFz0oQ7Pj9IuI3IgnprP92LrZtRAkE3c6wLWJxfy/yOPRt39IOKerVr0JS770olzl0kGafXlAXZ1vng==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/service-error-classification": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.1.2.tgz", + "integrity": "sha512-Kqd8wyfmBWHZNppZSMfrQFpc3M9Y/kjyN8n8P4DqJJtuwgK1H914R471HTw7+RL+T7+kI1f1gOnL7Vb5z9+NgQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Kqd8wyfmBWHZNppZSMfrQFpc3M9Y/kjyN8n8P4DqJJtuwgK1H914R471HTw7+RL+T7+kI1f1gOnL7Vb5z9+NgQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.1.2.tgz", - "version": "4.1.2" + } }, "node_modules/@smithy/shared-ini-file-loader": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.2.0.tgz", + "integrity": "sha512-OQTfmIEp2LLuWdxa8nEEPhZmiOREO6bcB6pjs0AySf4yiZhl6kMOfqmcwcY8BaBPX+0Tb+tG7/Ia/6mwpoZ7Pw==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-OQTfmIEp2LLuWdxa8nEEPhZmiOREO6bcB6pjs0AySf4yiZhl6kMOfqmcwcY8BaBPX+0Tb+tG7/Ia/6mwpoZ7Pw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.2.0.tgz", - "version": "4.2.0" + } }, "node_modules/@smithy/signature-v4": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.2.1.tgz", + "integrity": "sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA==", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^4.1.0", "@smithy/protocol-http": "^5.2.1", @@ -3976,13 +3981,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.2.1.tgz", - "version": "5.2.1" + } }, "node_modules/@smithy/smithy-client": { + "version": "4.6.5", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.6.5.tgz", + "integrity": "sha512-6J2hhuWu7EjnvLBIGltPCqzNswL1cW/AkaZx6i56qLsQ0ix17IAhmDD9aMmL+6CN9nCJODOXpBTCQS6iKAA7/g==", + "license": "Apache-2.0", "dependencies": { "@smithy/core": "^3.13.0", "@smithy/middleware-endpoint": "^4.2.5", @@ -3994,25 +3999,25 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-6J2hhuWu7EjnvLBIGltPCqzNswL1cW/AkaZx6i56qLsQ0ix17IAhmDD9aMmL+6CN9nCJODOXpBTCQS6iKAA7/g==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.6.5.tgz", - "version": "4.6.5" + } }, "node_modules/@smithy/types": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.5.0.tgz", + "integrity": "sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.5.0.tgz", - "version": "4.5.0" + } }, "node_modules/@smithy/url-parser": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.1.1.tgz", + "integrity": "sha512-bx32FUpkhcaKlEoOMbScvc93isaSiRM75pQ5IgIBaMkT7qMlIibpPRONyx/0CvrXHzJLpOn/u6YiDX2hcvs7Dg==", + "license": "Apache-2.0", "dependencies": { "@smithy/querystring-parser": "^4.1.1", "@smithy/types": "^4.5.0", @@ -4020,13 +4025,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-bx32FUpkhcaKlEoOMbScvc93isaSiRM75pQ5IgIBaMkT7qMlIibpPRONyx/0CvrXHzJLpOn/u6YiDX2hcvs7Dg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/util-base64": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.1.0.tgz", + "integrity": "sha512-RUGd4wNb8GeW7xk+AY5ghGnIwM96V0l2uzvs/uVHf+tIuVX2WSvynk5CxNoBCsM2rQRSZElAo9rt3G5mJ/gktQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^4.1.0", "@smithy/util-utf8": "^4.1.0", @@ -4034,62 +4039,62 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-RUGd4wNb8GeW7xk+AY5ghGnIwM96V0l2uzvs/uVHf+tIuVX2WSvynk5CxNoBCsM2rQRSZElAo9rt3G5mJ/gktQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-body-length-browser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.1.0.tgz", + "integrity": "sha512-V2E2Iez+bo6bUMOTENPr6eEmepdY8Hbs+Uc1vkDKgKNA/brTJqOW/ai3JO1BGj9GbCeLqw90pbbH7HFQyFotGQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-V2E2Iez+bo6bUMOTENPr6eEmepdY8Hbs+Uc1vkDKgKNA/brTJqOW/ai3JO1BGj9GbCeLqw90pbbH7HFQyFotGQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-body-length-node": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.1.0.tgz", + "integrity": "sha512-BOI5dYjheZdgR9XiEM3HJcEMCXSoqbzu7CzIgYrx0UtmvtC3tC2iDGpJLsSRFffUpy8ymsg2ARMP5fR8mtuUQQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-BOI5dYjheZdgR9XiEM3HJcEMCXSoqbzu7CzIgYrx0UtmvtC3tC2iDGpJLsSRFffUpy8ymsg2ARMP5fR8mtuUQQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-buffer-from": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.1.0.tgz", + "integrity": "sha512-N6yXcjfe/E+xKEccWEKzK6M+crMrlwaCepKja0pNnlSkm6SjAeLKKA++er5Ba0I17gvKfN/ThV+ZOx/CntKTVw==", + "license": "Apache-2.0", "dependencies": { "@smithy/is-array-buffer": "^4.1.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-N6yXcjfe/E+xKEccWEKzK6M+crMrlwaCepKja0pNnlSkm6SjAeLKKA++er5Ba0I17gvKfN/ThV+ZOx/CntKTVw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-config-provider": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.1.0.tgz", + "integrity": "sha512-swXz2vMjrP1ZusZWVTB/ai5gK+J8U0BWvP10v9fpcFvg+Xi/87LHvHfst2IgCs1i0v4qFZfGwCmeD/KNCdJZbQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-swXz2vMjrP1ZusZWVTB/ai5gK+J8U0BWvP10v9fpcFvg+Xi/87LHvHfst2IgCs1i0v4qFZfGwCmeD/KNCdJZbQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-defaults-mode-browser": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.5.tgz", + "integrity": "sha512-FGBhlmFZVSRto816l6IwrmDcQ9pUYX6ikdR1mmAhdtSS1m77FgADukbQg7F7gurXfAvloxE/pgsrb7SGja6FQA==", + "license": "Apache-2.0", "dependencies": { "@smithy/property-provider": "^4.1.1", "@smithy/smithy-client": "^4.6.5", @@ -4099,13 +4104,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-FGBhlmFZVSRto816l6IwrmDcQ9pUYX6ikdR1mmAhdtSS1m77FgADukbQg7F7gurXfAvloxE/pgsrb7SGja6FQA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.1.5.tgz", - "version": "4.1.5" + } }, "node_modules/@smithy/util-defaults-mode-node": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.5.tgz", + "integrity": "sha512-Gwj8KLgJ/+MHYjVubJF0EELEh9/Ir7z7DFqyYlwgmp4J37KE+5vz6b3pWUnSt53tIe5FjDfVjDmHGYKjwIvW0Q==", + "license": "Apache-2.0", "dependencies": { "@smithy/config-resolver": "^4.2.2", "@smithy/credential-provider-imds": "^4.1.2", @@ -4117,13 +4122,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Gwj8KLgJ/+MHYjVubJF0EELEh9/Ir7z7DFqyYlwgmp4J37KE+5vz6b3pWUnSt53tIe5FjDfVjDmHGYKjwIvW0Q==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.1.5.tgz", - "version": "4.1.5" + } }, "node_modules/@smithy/util-endpoints": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.1.2.tgz", + "integrity": "sha512-+AJsaaEGb5ySvf1SKMRrPZdYHRYSzMkCoK16jWnIMpREAnflVspMIDeCVSZJuj+5muZfgGpNpijE3mUNtjv01Q==", + "license": "Apache-2.0", "dependencies": { "@smithy/node-config-provider": "^4.2.2", "@smithy/types": "^4.5.0", @@ -4131,38 +4136,38 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-+AJsaaEGb5ySvf1SKMRrPZdYHRYSzMkCoK16jWnIMpREAnflVspMIDeCVSZJuj+5muZfgGpNpijE3mUNtjv01Q==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.1.2.tgz", - "version": "3.1.2" + } }, "node_modules/@smithy/util-hex-encoding": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.1.0.tgz", + "integrity": "sha512-1LcueNN5GYC4tr8mo14yVYbh/Ur8jHhWOxniZXii+1+ePiIbsLZ5fEI0QQGtbRRP5mOhmooos+rLmVASGGoq5w==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-1LcueNN5GYC4tr8mo14yVYbh/Ur8jHhWOxniZXii+1+ePiIbsLZ5fEI0QQGtbRRP5mOhmooos+rLmVASGGoq5w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-middleware": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.1.1.tgz", + "integrity": "sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.1.1.tgz", - "version": "4.1.1" + } }, "node_modules/@smithy/util-retry": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.1.2.tgz", + "integrity": "sha512-NCgr1d0/EdeP6U5PSZ9Uv5SMR5XRRYoVr1kRVtKZxWL3tixEL3UatrPIMFZSKwHlCcp2zPLDvMubVDULRqeunA==", + "license": "Apache-2.0", "dependencies": { "@smithy/service-error-classification": "^4.1.2", "@smithy/types": "^4.5.0", @@ -4170,13 +4175,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-NCgr1d0/EdeP6U5PSZ9Uv5SMR5XRRYoVr1kRVtKZxWL3tixEL3UatrPIMFZSKwHlCcp2zPLDvMubVDULRqeunA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.1.2.tgz", - "version": "4.1.2" + } }, "node_modules/@smithy/util-stream": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.3.2.tgz", + "integrity": "sha512-Ka+FA2UCC/Q1dEqUanCdpqwxOFdf5Dg2VXtPtB1qxLcSGh5C1HdzklIt18xL504Wiy9nNUKwDMRTVCbKGoK69g==", + "license": "Apache-2.0", "dependencies": { "@smithy/fetch-http-handler": "^5.2.1", "@smithy/node-http-handler": "^4.2.1", @@ -4189,38 +4194,36 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Ka+FA2UCC/Q1dEqUanCdpqwxOFdf5Dg2VXtPtB1qxLcSGh5C1HdzklIt18xL504Wiy9nNUKwDMRTVCbKGoK69g==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-4.3.2.tgz", - "version": "4.3.2" + } }, "node_modules/@smithy/util-uri-escape": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.1.0.tgz", + "integrity": "sha512-b0EFQkq35K5NHUYxU72JuoheM6+pytEVUGlTwiFxWFpmddA+Bpz3LgsPRIpBk8lnPE47yT7AF2Egc3jVnKLuPg==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-b0EFQkq35K5NHUYxU72JuoheM6+pytEVUGlTwiFxWFpmddA+Bpz3LgsPRIpBk8lnPE47yT7AF2Egc3jVnKLuPg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-utf8": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.1.0.tgz", + "integrity": "sha512-mEu1/UIXAdNYuBcyEPbjScKi/+MQVXNIuY/7Cm5XLIWe319kDrT5SizBE95jqtmEXoDbGoZxKLCMttdZdqTZKQ==", + "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^4.1.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-mEu1/UIXAdNYuBcyEPbjScKi/+MQVXNIuY/7Cm5XLIWe319kDrT5SizBE95jqtmEXoDbGoZxKLCMttdZdqTZKQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/@smithy/util-waiter": { + "version": "4.0.6", + "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^4.0.4", "@smithy/types": "^4.3.1", @@ -4228,23 +4231,24 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "4.0.6" + } }, "node_modules/@smithy/uuid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@smithy/uuid/-/uuid-1.0.0.tgz", + "integrity": "sha512-OlA/yZHh0ekYFnbUkmYBDQPE6fGfdrvgz39ktp8Xf+FA6BfxLejPTMDOG0Nfk5/rDySAz1dRbFf24zaAFYVXlQ==", + "license": "Apache-2.0", "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-OlA/yZHh0ekYFnbUkmYBDQPE6fGfdrvgz39ktp8Xf+FA6BfxLejPTMDOG0Nfk5/rDySAz1dRbFf24zaAFYVXlQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/uuid/-/uuid-1.0.0.tgz", - "version": "1.0.0" + } }, "node_modules/@stylistic/eslint-plugin": { + "version": "3.1.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", @@ -4252,296 +4256,296 @@ "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, - "license": "MIT", "peerDependencies": { "eslint": ">=8.40.0" - }, - "version": "3.1.0" + } }, "node_modules/@stylistic/eslint-plugin-ts": { + "version": "4.4.1", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.32.1", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, - "license": "MIT", "peerDependencies": { "eslint": ">=9.0.0" - }, - "version": "4.4.1" + } }, "node_modules/@tootallnate/once": { + "version": "2.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/@tsconfig/node10": { + "version": "1.0.11", "dev": true, - "license": "MIT", - "version": "1.0.11" + "license": "MIT" }, "node_modules/@tsconfig/node12": { + "version": "1.0.11", "dev": true, - "license": "MIT", - "version": "1.0.11" + "license": "MIT" }, "node_modules/@tsconfig/node14": { + "version": "1.0.3", "dev": true, - "license": "MIT", - "version": "1.0.3" + "license": "MIT" }, "node_modules/@tsconfig/node16": { + "version": "1.0.4", "dev": true, - "license": "MIT", - "version": "1.0.4" + "license": "MIT" }, "node_modules/@tsconfig/node22": { + "version": "22.0.2", "dev": true, - "license": "MIT", - "version": "22.0.2" + "license": "MIT" }, "node_modules/@types/aws-lambda": { + "version": "8.10.150", "dev": true, - "license": "MIT", - "version": "8.10.150" + "license": "MIT" }, "node_modules/@types/babel__core": { + "version": "7.20.5", + "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" - }, - "dev": true, - "license": "MIT", - "version": "7.20.5" + } }, "node_modules/@types/babel__generator": { - "dependencies": { - "@babel/types": "^7.0.0" - }, + "version": "7.27.0", "dev": true, "license": "MIT", - "version": "7.27.0" + "dependencies": { + "@babel/types": "^7.0.0" + } }, "node_modules/@types/babel__template": { + "version": "7.4.4", + "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" - }, - "dev": true, - "license": "MIT", - "version": "7.4.4" + } }, "node_modules/@types/babel__traverse": { - "dependencies": { - "@babel/types": "^7.20.7" - }, + "version": "7.20.7", "dev": true, "license": "MIT", - "version": "7.20.7" + "dependencies": { + "@babel/types": "^7.20.7" + } }, "node_modules/@types/chai": { - "dependencies": { - "@types/deep-eql": "*" - }, - "dev": true, + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", "integrity": "sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.2.tgz", - "version": "5.2.2" + "dependencies": { + "@types/deep-eql": "*" + } }, "node_modules/@types/csv-parse": { - "dependencies": { - "@types/node": "*" - }, - "dev": true, + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@types/csv-parse/-/csv-parse-1.1.12.tgz", "integrity": "sha512-p6uZznjJOcFaymduLYf45ik28IYzChnkt+ofJOWa16bb2JRCHdxs/ai03q6raizCc5JuunVsbgtlDxfu9y2Nag==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/csv-parse/-/csv-parse-1.1.12.tgz", - "version": "1.1.12" + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/deep-eql": { - "dev": true, - "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", - "license": "MIT", + "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz", - "version": "4.0.2" + "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==", + "dev": true, + "license": "MIT" }, "node_modules/@types/estree": { + "version": "1.0.8", "dev": true, - "license": "MIT", - "version": "1.0.8" + "license": "MIT" }, "node_modules/@types/graceful-fs": { - "dependencies": { - "@types/node": "*" - }, + "version": "4.1.9", "dev": true, "license": "MIT", - "version": "4.1.9" + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", "dev": true, - "license": "MIT", - "version": "2.0.6" + "license": "MIT" }, "node_modules/@types/istanbul-lib-report": { - "dependencies": { - "@types/istanbul-lib-coverage": "*" - }, + "version": "3.0.3", "dev": true, "license": "MIT", - "version": "3.0.3" + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } }, "node_modules/@types/istanbul-reports": { - "dependencies": { - "@types/istanbul-lib-report": "*" - }, + "version": "3.0.4", "dev": true, "license": "MIT", - "version": "3.0.4" + "dependencies": { + "@types/istanbul-lib-report": "*" + } }, "node_modules/@types/jest": { + "version": "29.5.14", + "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" - }, - "dev": true, - "license": "MIT", - "version": "29.5.14" + } }, "node_modules/@types/jsdom": { + "version": "20.0.1", + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "@types/tough-cookie": "*", "parse5": "^7.0.0" - }, - "dev": true, - "license": "MIT", - "version": "20.0.1" + } }, "node_modules/@types/json-schema": { + "version": "7.0.15", "dev": true, - "license": "MIT", - "version": "7.0.15" + "license": "MIT" }, "node_modules/@types/json5": { + "version": "0.0.29", "dev": true, "license": "MIT", "optional": true, - "peer": true, - "version": "0.0.29" + "peer": true }, "node_modules/@types/jsonwebtoken": { + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz", + "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==", + "dev": true, + "license": "MIT", "dependencies": { "@types/ms": "*", "@types/node": "*" - }, - "dev": true, - "integrity": "sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz", - "version": "9.0.10" + } }, "node_modules/@types/ms": { - "dev": true, - "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", - "license": "MIT", + "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", - "version": "2.1.0" + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "dependencies": { - "undici-types": "~6.21.0" - }, + "version": "22.16.0", "dev": true, "license": "MIT", - "version": "22.16.0" + "dependencies": { + "undici-types": "~6.21.0" + } }, "node_modules/@types/node-jose": { - "dependencies": { - "@types/node": "*" - }, - "dev": true, + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/@types/node-jose/-/node-jose-1.1.13.tgz", "integrity": "sha512-QjMd4yhwy1EvSToQn0YI3cD29YhyfxFwj7NecuymjLys2/P0FwxWnkgBlFxCai6Y3aBCe7rbwmqwJJawxlgcXw==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/node-jose/-/node-jose-1.1.13.tgz", - "version": "1.1.13" + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/node/node_modules/undici-types": { + "version": "6.21.0", "dev": true, - "license": "MIT", - "version": "6.21.0" + "license": "MIT" }, "node_modules/@types/qs": { - "dev": true, - "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", - "license": "MIT", + "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", - "version": "6.14.0" + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/sinon": { - "dependencies": { - "@types/sinonjs__fake-timers": "*" - }, - "dev": true, + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz", "integrity": "sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz", - "version": "17.0.4" + "dependencies": { + "@types/sinonjs__fake-timers": "*" + } }, "node_modules/@types/sinonjs__fake-timers": { - "dev": true, - "integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==", - "license": "MIT", + "version": "8.1.5", "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz", - "version": "8.1.5" + "integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/stack-utils": { + "version": "2.0.3", "dev": true, - "license": "MIT", - "version": "2.0.3" + "license": "MIT" }, "node_modules/@types/tough-cookie": { + "version": "4.0.5", "dev": true, - "license": "MIT", - "version": "4.0.5" + "license": "MIT" }, "node_modules/@types/triple-beam": { - "license": "MIT", - "version": "1.3.5" + "version": "1.3.5", + "license": "MIT" }, "node_modules/@types/uuid": { - "license": "MIT", - "version": "9.0.8" + "version": "9.0.8", + "license": "MIT" }, "node_modules/@types/yargs": { - "dependencies": { - "@types/yargs-parser": "*" - }, + "version": "17.0.33", "dev": true, "license": "MIT", - "version": "17.0.33" + "dependencies": { + "@types/yargs-parser": "*" + } }, "node_modules/@types/yargs-parser": { + "version": "21.0.3", "dev": true, - "license": "MIT", - "version": "21.0.3" + "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "8.36.0", @@ -4553,7 +4557,6 @@ "natural-compare": "^1.4.0", "ts-api-utils": "^2.1.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4561,15 +4564,16 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "@typescript-eslint/parser": "^8.36.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/parser": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/scope-manager": "8.36.0", "@typescript-eslint/types": "8.36.0", @@ -4577,7 +4581,6 @@ "@typescript-eslint/visitor-keys": "8.36.0", "debug": "^4.3.4" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4585,20 +4588,20 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/project-service": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/tsconfig-utils": "^8.36.0", "@typescript-eslint/types": "^8.36.0", "debug": "^4.3.4" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4606,30 +4609,30 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/scope-manager": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "8.36.0", "@typescript-eslint/visitor-keys": "8.36.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" - }, - "license": "MIT", - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.36.0", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4637,20 +4640,20 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/type-utils": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/typescript-estree": "8.36.0", "@typescript-eslint/utils": "8.36.0", "debug": "^4.3.4", "ts-api-utils": "^2.1.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4658,26 +4661,27 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/types": { + "version": "8.36.0", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" - }, - "license": "MIT", - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/project-service": "8.36.0", "@typescript-eslint/tsconfig-utils": "8.36.0", @@ -4690,7 +4694,6 @@ "semver": "^7.6.0", "ts-api-utils": "^2.1.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4698,20 +4701,20 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/utils": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", "@typescript-eslint/scope-manager": "8.36.0", "@typescript-eslint/types": "8.36.0", "@typescript-eslint/typescript-estree": "8.36.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -4719,37 +4722,36 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/@typescript-eslint/visitor-keys": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "8.36.0", "eslint-visitor-keys": "^4.2.1" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" - }, - "license": "MIT", - "version": "8.36.0" + } }, "node_modules/@ungap/structured-clone": { - "dev": true, - "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", - "license": "ISC", + "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz", - "version": "1.3.0" + "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==", + "dev": true, + "license": "ISC" }, "node_modules/@unrs/resolver-binding-linux-x64-gnu": { + "version": "1.11.0", "cpu": [ "x64" ], @@ -4758,10 +4760,10 @@ "optional": true, "os": [ "linux" - ], - "version": "1.11.0" + ] }, "node_modules/@unrs/resolver-binding-linux-x64-musl": { + "version": "1.11.0", "cpu": [ "x64" ], @@ -4770,10 +4772,14 @@ "optional": true, "os": [ "linux" - ], - "version": "1.11.0" + ] }, "node_modules/@vitest/expect": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz", + "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==", + "dev": true, + "license": "MIT", "dependencies": { "@types/chai": "^5.2.2", "@vitest/spy": "3.2.4", @@ -4781,148 +4787,145 @@ "chai": "^5.2.0", "tinyrainbow": "^2.0.0" }, - "dev": true, "funding": { "url": "https://opencollective.com/vitest" - }, - "integrity": "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.4.tgz", - "version": "3.2.4" + } }, "node_modules/@vitest/pretty-format": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz", + "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==", + "dev": true, + "license": "MIT", "dependencies": { "tinyrainbow": "^2.0.0" }, - "dev": true, "funding": { "url": "https://opencollective.com/vitest" - }, - "integrity": "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.4.tgz", - "version": "3.2.4" + } }, "node_modules/@vitest/spy": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz", + "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==", + "dev": true, + "license": "MIT", "dependencies": { "tinyspy": "^4.0.3" }, - "dev": true, "funding": { "url": "https://opencollective.com/vitest" - }, - "integrity": "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.4.tgz", - "version": "3.2.4" + } }, "node_modules/@vitest/utils": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz", + "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==", + "dev": true, + "license": "MIT", "dependencies": { "@vitest/pretty-format": "3.2.4", "loupe": "^3.1.4", "tinyrainbow": "^2.0.0" }, - "dev": true, "funding": { "url": "https://opencollective.com/vitest" - }, - "integrity": "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.4.tgz", - "version": "3.2.4" + } }, "node_modules/abab": { + "version": "2.0.6", "dev": true, - "license": "BSD-3-Clause", - "version": "2.0.6" + "license": "BSD-3-Clause" }, "node_modules/acorn": { + "version": "8.15.0", + "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, - "dev": true, "engines": { "node": ">=0.4.0" - }, - "license": "MIT", - "version": "8.15.0" + } }, "node_modules/acorn-globals": { + "version": "7.0.1", + "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.1.0", "acorn-walk": "^8.0.2" - }, - "dev": true, - "license": "MIT", - "version": "7.0.1" + } }, "node_modules/acorn-jsx": { + "version": "5.3.2", "dev": true, "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "version": "5.3.2" + } }, "node_modules/acorn-walk": { + "version": "8.3.4", + "dev": true, + "license": "MIT", "dependencies": { "acorn": "^8.11.0" }, - "dev": true, "engines": { "node": ">=0.4.0" - }, - "license": "MIT", - "version": "8.3.4" + } }, "node_modules/agent-base": { + "version": "6.0.2", + "dev": true, + "license": "MIT", "dependencies": { "debug": "4" }, - "dev": true, "engines": { "node": ">= 6.0.0" - }, - "license": "MIT", - "version": "6.0.2" + } }, "node_modules/ajv": { + "version": "6.12.6", + "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" }, - "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/epoberezkin" - }, - "license": "MIT", - "version": "6.12.6" + } }, "node_modules/ansi-escapes": { + "version": "4.3.2", + "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, - "dev": true, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "4.3.2" + } }, "node_modules/ansi-regex": { + "version": "5.0.1", + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "5.0.1" + } }, "node_modules/ansi-styles": { + "version": "4.3.0", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -4931,69 +4934,70 @@ }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" - }, - "license": "MIT", - "version": "4.3.0" + } }, "node_modules/anymatch": { + "version": "3.1.3", + "dev": true, + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" }, - "dev": true, "engines": { "node": ">= 8" - }, - "license": "ISC", - "version": "3.1.3" + } }, "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" - }, - "license": "MIT", - "version": "2.3.1" + } }, "node_modules/arg": { + "version": "4.1.3", "dev": true, - "license": "MIT", - "version": "4.1.3" + "license": "MIT" }, "node_modules/argparse": { + "version": "1.0.10", + "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" - }, - "license": "MIT", - "version": "1.0.10" + } }, "node_modules/aria-query": { + "version": "5.3.2", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">= 0.4" - }, - "license": "Apache-2.0", - "version": "5.3.2" + } }, "node_modules/array-buffer-byte-length": { + "version": "1.0.2", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/array-includes": { + "version": "3.1.9", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -5004,17 +5008,17 @@ "is-string": "^1.1.1", "math-intrinsics": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "3.1.9" + } }, "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -5023,17 +5027,19 @@ "es-object-atoms": "^1.0.0", "es-shim-unscopables": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.5" + } }, "node_modules/array.prototype.findlastindex": { + "version": "1.2.6", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", @@ -5043,53 +5049,51 @@ "es-object-atoms": "^1.1.1", "es-shim-unscopables": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "optional": true, - "peer": true, - "version": "1.2.6" + } }, "node_modules/array.prototype.flat": { + "version": "1.3.3", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-shim-unscopables": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.3.3" + } }, "node_modules/array.prototype.flatmap": { + "version": "1.3.3", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", "es-abstract": "^1.23.5", "es-shim-unscopables": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.3.3" + } }, "node_modules/array.prototype.tosorted": { + "version": "1.1.4", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", @@ -5097,14 +5101,14 @@ "es-errors": "^1.3.0", "es-shim-unscopables": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.4" + } }, "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.4", + "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.1", "call-bind": "^1.0.8", @@ -5114,57 +5118,56 @@ "get-intrinsic": "^1.2.6", "is-array-buffer": "^3.0.4" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/assertion-error": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", + "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" - }, - "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", - "version": "2.0.1" + } }, "node_modules/ast-types-flow": { + "version": "0.0.8", "dev": true, - "license": "MIT", - "version": "0.0.8" + "license": "MIT" }, "node_modules/async": { - "license": "MIT", - "version": "3.2.6" + "version": "3.2.6", + "license": "MIT" }, "node_modules/async-function": { + "version": "1.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/async-mutex": { - "dependencies": { - "tslib": "^2.4.0" - }, + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.1.tgz", "integrity": "sha512-WfoBo4E/TbCX1G95XTjbWTE3X2XLG0m1Xbv2cwOtuPdyH9CZvnaA5nCt1ucjaKEgW2A5IF71hxrRhr83Je5xjA==", "license": "MIT", - "resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.1.tgz", - "version": "0.4.1" + "dependencies": { + "tslib": "^2.4.0" + } }, "node_modules/asynckit": { - "license": "MIT", - "version": "0.4.0" + "version": "0.4.0", + "license": "MIT" }, "node_modules/available-typed-arrays": { + "version": "1.0.7", + "license": "MIT", "dependencies": { "possible-typed-array-names": "^1.0.0" }, @@ -5173,24 +5176,25 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.7" + } }, "node_modules/aws-lambda": { - "bin": { - "lambda": "bin/lambda" - }, + "version": "1.0.7", + "license": "MIT", "dependencies": { "aws-sdk": "^2.814.0", "commander": "^3.0.2", "js-yaml": "^3.14.1", "watchpack": "^2.0.0-beta.10" }, - "license": "MIT", - "version": "1.0.7" + "bin": { + "lambda": "bin/lambda" + } }, "node_modules/aws-sdk": { + "version": "2.1692.0", + "hasInstallScript": true, + "license": "Apache-2.0", "dependencies": { "buffer": "4.9.2", "events": "1.1.1", @@ -5205,32 +5209,31 @@ }, "engines": { "node": ">= 10.0.0" - }, - "hasInstallScript": true, - "license": "Apache-2.0", - "version": "2.1692.0" + } }, "node_modules/aws-sdk-client-mock": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/aws-sdk-client-mock/-/aws-sdk-client-mock-4.1.0.tgz", + "integrity": "sha512-h/tOYTkXEsAcV3//6C1/7U4ifSpKyJvb6auveAepqqNJl6TdZaPFEtKjBQNf8UxQdDP850knB2i/whq4zlsxJw==", + "dev": true, + "license": "MIT", "dependencies": { "@types/sinon": "^17.0.3", "sinon": "^18.0.1", "tslib": "^2.1.0" - }, - "dev": true, - "integrity": "sha512-h/tOYTkXEsAcV3//6C1/7U4ifSpKyJvb6auveAepqqNJl6TdZaPFEtKjBQNf8UxQdDP850knB2i/whq4zlsxJw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/aws-sdk-client-mock/-/aws-sdk-client-mock-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/aws-sdk-client-mock-jest": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/aws-sdk-client-mock-jest/-/aws-sdk-client-mock-jest-4.1.0.tgz", + "integrity": "sha512-+g4a5Hp+MmPqqNnvwfLitByggrqf+xSbk1pm6fBYHNcon6+aQjL5iB+3YB6HuGPemY+/mUKN34iP62S14R61bA==", + "dev": true, + "license": "MIT", "dependencies": { "@vitest/expect": ">1.6.0", "expect": ">28.1.3", "tslib": "^2.1.0" }, - "dev": true, - "integrity": "sha512-+g4a5Hp+MmPqqNnvwfLitByggrqf+xSbk1pm6fBYHNcon6+aQjL5iB+3YB6HuGPemY+/mUKN34iP62S14R61bA==", - "license": "MIT", "peerDependencies": { "aws-sdk-client-mock": "4.1.0", "vitest": ">1.6.0" @@ -5239,43 +5242,46 @@ "vitest": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/aws-sdk-client-mock-jest/-/aws-sdk-client-mock-jest-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/aws-sdk/node_modules/uuid": { + "version": "8.0.0", + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" - }, - "license": "MIT", - "version": "8.0.0" + } }, "node_modules/axe-core": { + "version": "4.10.3", "dev": true, + "license": "MPL-2.0", "engines": { "node": ">=4" - }, - "license": "MPL-2.0", - "version": "4.10.3" + } }, "node_modules/axios": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz", + "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" - }, - "license": "MIT", - "version": "1.10.0" + } }, "node_modules/axobject-query": { + "version": "4.1.0", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">= 0.4" - }, - "license": "Apache-2.0", - "version": "4.1.0" + } }, "node_modules/babel-jest": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", @@ -5285,17 +5291,17 @@ "graceful-fs": "^4.2.9", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.8.0" - }, - "version": "29.7.0" + } }, "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -5303,14 +5309,14 @@ "istanbul-lib-instrument": "^5.0.4", "test-exclude": "^6.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "BSD-3-Clause", - "version": "6.1.1" + } }, "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.12.3", "@babel/parser": "^7.14.7", @@ -5318,36 +5324,36 @@ "istanbul-lib-coverage": "^3.2.0", "semver": "^6.3.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "BSD-3-Clause", - "version": "5.2.1" + } }, "node_modules/babel-plugin-istanbul/node_modules/semver": { - "bin": { - "semver": "bin/semver.js" - }, + "version": "6.3.1", "dev": true, "license": "ISC", - "version": "6.3.1" + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", "@types/babel__core": "^7.1.14", "@types/babel__traverse": "^7.0.6" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/babel-preset-current-node-syntax": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", @@ -5365,34 +5371,32 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0" - }, - "version": "1.1.0" + } }, "node_modules/babel-preset-jest": { + "version": "29.6.3", + "dev": true, + "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0" - }, - "version": "29.6.3" + } }, "node_modules/balanced-match": { + "version": "1.0.2", "dev": true, - "license": "MIT", - "version": "1.0.2" + "license": "MIT" }, "node_modules/base64-js": { + "version": "1.5.1", "funding": [ { "type": "github", @@ -5407,57 +5411,45 @@ "url": "https://feross.org/support" } ], - "license": "MIT", - "version": "1.5.1" + "license": "MIT" }, "node_modules/base64url": { - "engines": { - "node": ">=6.0.0" - }, + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz", "integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==", "license": "MIT", - "resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz", - "version": "3.0.1" + "engines": { + "node": ">=6.0.0" + } }, "node_modules/bowser": { - "license": "MIT", - "version": "2.11.0" + "version": "2.11.0", + "license": "MIT" }, "node_modules/brace-expansion": { - "dependencies": { - "balanced-match": "^1.0.0" - }, - "dev": true, + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "version": "2.0.2" + "dependencies": { + "balanced-match": "^1.0.0" + } }, "node_modules/braces": { + "version": "3.0.3", + "dev": true, + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.0.3" + } }, "node_modules/browserslist": { - "bin": { - "browserslist": "cli.js" - }, - "dependencies": { - "caniuse-lite": "^1.0.30001726", - "electron-to-chromium": "^1.5.173", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.3" - }, + "version": "4.25.1", "dev": true, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, "funding": [ { "type": "opencollective", @@ -5473,67 +5465,80 @@ } ], "license": "MIT", - "version": "4.25.1" + "dependencies": { + "caniuse-lite": "^1.0.30001726", + "electron-to-chromium": "^1.5.173", + "node-releases": "^2.0.19", + "update-browserslist-db": "^1.1.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } }, "node_modules/bs-logger": { + "version": "0.2.6", + "dev": true, + "license": "MIT", "dependencies": { "fast-json-stable-stringify": "2.x" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "0.2.6" + } }, "node_modules/bser": { - "dependencies": { - "node-int64": "^0.4.0" - }, + "version": "2.1.1", "dev": true, "license": "Apache-2.0", - "version": "2.1.1" + "dependencies": { + "node-int64": "^0.4.0" + } }, "node_modules/buffer": { + "version": "4.9.2", + "license": "MIT", "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", "isarray": "^1.0.0" - }, - "license": "MIT", - "version": "4.9.2" + } }, "node_modules/buffer-equal-constant-time": { - "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", - "license": "BSD-3-Clause", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "version": "1.0.1" + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", + "license": "BSD-3-Clause" }, "node_modules/buffer-from": { + "version": "1.1.2", "dev": true, - "license": "MIT", - "version": "1.1.2" + "license": "MIT" }, "node_modules/builtin-modules": { + "version": "3.3.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "3.3.0" + } }, "node_modules/bytes": { + "version": "3.1.2", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" - }, - "license": "MIT", - "version": "3.1.2" + } }, "node_modules/call-bind": { + "version": "1.0.8", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.0", "es-define-property": "^1.0.0", @@ -5545,22 +5550,22 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.8" + } }, "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2" }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/call-bound": { + "version": "1.0.4", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", "get-intrinsic": "^1.3.0" @@ -5570,27 +5575,26 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/callsites": { + "version": "3.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.1.0" + } }, "node_modules/camelcase": { + "version": "5.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "5.3.1" + } }, "node_modules/caniuse-lite": { + "version": "1.0.30001727", "dev": true, "funding": [ { @@ -5606,10 +5610,14 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "CC-BY-4.0", - "version": "1.0.30001727" + "license": "CC-BY-4.0" }, "node_modules/chai": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.1.tgz", + "integrity": "sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==", + "dev": true, + "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", "check-error": "^2.1.1", @@ -5617,60 +5625,53 @@ "loupe": "^3.1.0", "pathval": "^2.0.0" }, - "dev": true, "engines": { "node": ">=18" - }, - "integrity": "sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.1.tgz", - "version": "5.2.1" + } }, "node_modules/chalk": { + "version": "4.1.2", + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" - }, - "license": "MIT", - "version": "4.1.2" + } }, "node_modules/change-case": { - "dev": true, - "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==", - "license": "MIT", + "version": "5.4.4", "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz", - "version": "5.4.4" + "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==", + "dev": true, + "license": "MIT" }, "node_modules/char-regex": { + "version": "1.0.2", "dev": true, + "license": "MIT", "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/check-error": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz", + "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 16" - }, - "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz", - "version": "2.1.1" + } }, "node_modules/ci-info": { + "version": "4.3.0", "dev": true, - "engines": { - "node": ">=8" - }, "funding": [ { "type": "github", @@ -5678,33 +5679,37 @@ } ], "license": "MIT", - "version": "4.3.0" + "engines": { + "node": ">=8" + } }, "node_modules/cjs-module-lexer": { + "version": "1.4.3", "dev": true, - "license": "MIT", - "version": "1.4.3" + "license": "MIT" }, "node_modules/clean-regexp": { + "version": "1.0.0", + "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, - "dev": true, "engines": { "node": ">=4" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/clean-regexp/node_modules/escape-string-regexp": { + "version": "1.0.5", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.0" - }, - "license": "MIT", - "version": "1.0.5" + } }, "node_modules/cliui": { + "version": "8.0.1", + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -5712,126 +5717,124 @@ }, "engines": { "node": ">=12" - }, - "license": "ISC", - "version": "8.0.1" + } }, "node_modules/co": { + "version": "4.6.0", "dev": true, + "license": "MIT", "engines": { "iojs": ">= 1.0.0", "node": ">= 0.12.0" - }, - "license": "MIT", - "version": "4.6.0" + } }, "node_modules/collect-v8-coverage": { + "version": "1.0.2", "dev": true, - "license": "MIT", - "version": "1.0.2" + "license": "MIT" }, "node_modules/color": { + "version": "3.2.1", + "license": "MIT", "dependencies": { "color-convert": "^1.9.3", "color-string": "^1.6.0" - }, - "license": "MIT", - "version": "3.2.1" + } }, "node_modules/color-convert": { + "version": "2.0.1", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, "engines": { "node": ">=7.0.0" - }, - "license": "MIT", - "version": "2.0.1" + } }, "node_modules/color-name": { - "license": "MIT", - "version": "1.1.4" + "version": "1.1.4", + "license": "MIT" }, "node_modules/color-string": { + "version": "1.9.1", + "license": "MIT", "dependencies": { "color-name": "^1.0.0", "simple-swizzle": "^0.2.2" - }, - "license": "MIT", - "version": "1.9.1" + } }, "node_modules/color/node_modules/color-convert": { + "version": "1.9.3", + "license": "MIT", "dependencies": { "color-name": "1.1.3" - }, - "license": "MIT", - "version": "1.9.3" + } }, "node_modules/color/node_modules/color-name": { - "license": "MIT", - "version": "1.1.3" + "version": "1.1.3", + "license": "MIT" }, "node_modules/colorspace": { + "version": "1.1.4", + "license": "MIT", "dependencies": { "color": "^3.1.3", "text-hex": "1.0.x" - }, - "license": "MIT", - "version": "1.1.4" + } }, "node_modules/combined-stream": { + "version": "1.0.8", + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, "engines": { "node": ">= 0.8" - }, - "license": "MIT", - "version": "1.0.8" + } }, "node_modules/commander": { - "license": "MIT", - "version": "3.0.2" + "version": "3.0.2", + "license": "MIT" }, "node_modules/comment-parser": { + "version": "1.4.1", "dev": true, + "license": "MIT", "engines": { "node": ">= 12.0.0" - }, - "license": "MIT", - "version": "1.4.1" + } }, "node_modules/concat-map": { + "version": "0.0.1", "dev": true, - "license": "MIT", - "version": "0.0.1" + "license": "MIT" }, "node_modules/confusing-browser-globals": { + "version": "1.0.11", "dev": true, - "license": "MIT", - "version": "1.0.11" + "license": "MIT" }, "node_modules/convert-source-map": { + "version": "2.0.0", "dev": true, - "license": "MIT", - "version": "2.0.0" + "license": "MIT" }, "node_modules/core-js-compat": { + "version": "3.44.0", + "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.25.1" }, - "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" - }, - "license": "MIT", - "version": "3.44.0" + } }, "node_modules/create-jest": { - "bin": { - "create-jest": "bin/create-jest.js" - }, + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -5841,164 +5844,165 @@ "jest-util": "^29.7.0", "prompts": "^2.0.1" }, - "dev": true, + "bin": { + "create-jest": "bin/create-jest.js" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/create-require": { + "version": "1.1.1", "dev": true, - "license": "MIT", - "version": "1.1.1" + "license": "MIT" }, "node_modules/cross-spawn": { + "version": "7.0.6", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" }, - "dev": true, "engines": { "node": ">= 8" - }, - "license": "MIT", - "version": "7.0.6" + } }, "node_modules/cssom": { + "version": "0.5.0", "dev": true, - "license": "MIT", - "version": "0.5.0" + "license": "MIT" }, "node_modules/cssstyle": { + "version": "2.3.0", + "dev": true, + "license": "MIT", "dependencies": { "cssom": "~0.3.6" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "2.3.0" + } }, "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", "dev": true, - "license": "MIT", - "version": "0.3.8" + "license": "MIT" }, "node_modules/csv-parse": { - "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==", - "license": "MIT", + "version": "6.1.0", "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-6.1.0.tgz", - "version": "6.1.0" + "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==", + "license": "MIT" }, "node_modules/damerau-levenshtein": { + "version": "1.0.8", "dev": true, - "license": "BSD-2-Clause", - "version": "1.0.8" + "license": "BSD-2-Clause" }, "node_modules/data-urls": { + "version": "3.0.2", + "dev": true, + "license": "MIT", "dependencies": { "abab": "^2.0.6", "whatwg-mimetype": "^3.0.0", "whatwg-url": "^11.0.0" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "3.0.2" + } }, "node_modules/data-view-buffer": { + "version": "1.0.2", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-data-view": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/data-view-byte-length": { + "version": "1.0.2", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-data-view": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/inspect-js" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/data-view-byte-offset": { + "version": "1.0.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "is-data-view": "^1.0.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/date-fns": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", + "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" - }, - "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/dateformat": { + "version": "3.0.2", "dev": true, + "license": "MIT", "engines": { "node": "*" - }, - "license": "MIT", - "version": "3.0.2" + } }, "node_modules/debug": { + "version": "4.4.1", + "dev": true, + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, - "dev": true, "engines": { "node": ">=6.0" }, - "license": "MIT", "peerDependenciesMeta": { "supports-color": { "optional": true } - }, - "version": "4.4.1" + } }, "node_modules/decimal.js": { + "version": "10.6.0", "dev": true, - "license": "MIT", - "version": "10.6.0" + "license": "MIT" }, "node_modules/dedent": { + "version": "1.6.0", "dev": true, "license": "MIT", "peerDependencies": { @@ -6008,33 +6012,34 @@ "babel-plugin-macros": { "optional": true } - }, - "version": "1.6.0" + } }, "node_modules/deep-eql": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", + "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", - "version": "5.0.2" + } }, "node_modules/deep-is": { + "version": "0.1.4", "dev": true, - "license": "MIT", - "version": "0.1.4" + "license": "MIT" }, "node_modules/deepmerge": { + "version": "4.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "4.3.1" + } }, "node_modules/define-data-property": { + "version": "1.1.4", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -6045,93 +6050,92 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.4" + } }, "node_modules/define-properties": { + "version": "1.2.1", + "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/delayed-stream": { + "version": "1.0.0", + "license": "MIT", "engines": { "node": ">=0.4.0" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/detect-newline": { + "version": "3.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.1.0" + } }, "node_modules/diff": { + "version": "4.0.2", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" - }, - "license": "BSD-3-Clause", - "version": "4.0.2" + } }, "node_modules/diff-sequences": { + "version": "29.6.3", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/doctrine": { + "version": "2.1.0", + "dev": true, + "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, - "dev": true, "engines": { "node": ">=0.10.0" - }, - "license": "Apache-2.0", - "version": "2.1.0" + } }, "node_modules/dom-serializer": { + "version": "2.0.0", + "dev": true, + "license": "MIT", "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.2", "entities": "^4.2.0" }, - "dev": true, "funding": { "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/dom-serializer/node_modules/entities": { + "version": "4.5.0", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" - }, - "license": "BSD-2-Clause", - "version": "4.5.0" + } }, "node_modules/domelementtype": { + "version": "2.3.0", "dev": true, "funding": [ { @@ -6139,48 +6143,49 @@ "url": "https://github.com/sponsors/fb55" } ], - "license": "BSD-2-Clause", - "version": "2.3.0" + "license": "BSD-2-Clause" }, "node_modules/domexception": { + "version": "4.0.0", + "dev": true, + "license": "MIT", "dependencies": { "webidl-conversions": "^7.0.0" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/domhandler": { + "version": "5.0.3", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.3.0" }, - "dev": true, "engines": { "node": ">= 4" }, "funding": { "url": "https://github.com/fb55/domhandler?sponsor=1" - }, - "license": "BSD-2-Clause", - "version": "5.0.3" + } }, "node_modules/domutils": { + "version": "3.2.2", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^2.0.0", "domelementtype": "^2.3.0", "domhandler": "^5.0.3" }, - "dev": true, "funding": { "url": "https://github.com/fb55/domutils?sponsor=1" - }, - "license": "BSD-2-Clause", - "version": "3.2.2" + } }, "node_modules/dunder-proto": { + "version": "1.0.1", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", @@ -6188,85 +6193,86 @@ }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/eastasianwidth": { - "dev": true, - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "license": "MIT", + "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "version": "0.2.0" + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" }, "node_modules/ecdsa-sig-formatter": { - "dependencies": { - "safe-buffer": "^5.0.1" - }, + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "version": "1.0.11" + "dependencies": { + "safe-buffer": "^5.0.1" + } }, "node_modules/ejs": { - "bin": { - "ejs": "bin/cli.js" - }, + "version": "3.1.10", + "dev": true, + "license": "Apache-2.0", "dependencies": { "jake": "^10.8.5" }, - "dev": true, + "bin": { + "ejs": "bin/cli.js" + }, "engines": { "node": ">=0.10.0" - }, - "license": "Apache-2.0", - "version": "3.1.10" + } }, "node_modules/electron-to-chromium": { + "version": "1.5.180", "dev": true, - "license": "ISC", - "version": "1.5.180" + "license": "ISC" }, "node_modules/emittery": { + "version": "0.13.1", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sindresorhus/emittery?sponsor=1" - }, - "license": "MIT", - "version": "0.13.1" + } }, "node_modules/emoji-regex": { + "version": "9.2.2", "dev": true, - "license": "MIT", - "version": "9.2.2" + "license": "MIT" }, "node_modules/enabled": { - "license": "MIT", - "version": "2.0.0" + "version": "2.0.0", + "license": "MIT" }, "node_modules/entities": { + "version": "6.0.1", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.12" }, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" - }, - "license": "BSD-2-Clause", - "version": "6.0.1" + } }, "node_modules/error-ex": { - "dependencies": { - "is-arrayish": "^0.2.1" - }, + "version": "1.3.2", "dev": true, "license": "MIT", - "version": "1.3.2" + "dependencies": { + "is-arrayish": "^0.2.1" + } }, "node_modules/es-abstract": { + "version": "1.24.0", + "dev": true, + "license": "MIT", "dependencies": { "array-buffer-byte-length": "^1.0.2", "arraybuffer.prototype.slice": "^1.0.4", @@ -6323,31 +6329,31 @@ "unbox-primitive": "^1.1.0", "which-typed-array": "^1.1.19" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.24.0" + } }, "node_modules/es-define-property": { + "version": "1.0.1", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/es-errors": { + "version": "1.3.0", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.3.0" + } }, "node_modules/es-iterator-helpers": { + "version": "1.2.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -6366,24 +6372,23 @@ "iterator.prototype": "^1.1.4", "safe-array-concat": "^1.1.3" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/es-object-atoms": { + "version": "1.1.1", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0" }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6", @@ -6392,53 +6397,53 @@ }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "2.1.0" + } }, "node_modules/es-shim-unscopables": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/es-to-primitive": { + "version": "1.3.0", + "dev": true, + "license": "MIT", "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", "is-symbol": "^1.0.4" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.3.0" + } }, "node_modules/es6-promise": { - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", - "license": "MIT", + "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", - "version": "4.2.8" + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "license": "MIT" }, "node_modules/esbuild": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz", + "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==", + "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, "engines": { "node": ">=18" }, - "hasInstallScript": true, - "integrity": "sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==", - "license": "MIT", "optionalDependencies": { "@esbuild/aix-ppc64": "0.25.9", "@esbuild/android-arm": "0.25.9", @@ -6466,452 +6471,450 @@ "@esbuild/win32-arm64": "0.25.9", "@esbuild/win32-ia32": "0.25.9", "@esbuild/win32-x64": "0.25.9" - }, - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz", - "version": "0.25.9" + } }, "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", + "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", "cpu": [ "ppc64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==", "license": "MIT", "optional": true, "os": [ "aix" ], - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/android-arm": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", + "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", "cpu": [ "arm" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==", "license": "MIT", "optional": true, "os": [ "android" ], - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/android-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", + "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==", "license": "MIT", "optional": true, "os": [ "android" ], - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/android-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", + "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==", "license": "MIT", "optional": true, "os": [ "android" ], - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", + "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==", "license": "MIT", "optional": true, "os": [ "darwin" ], - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/darwin-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", + "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==", "license": "MIT", "optional": true, "os": [ "darwin" ], - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", + "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==", "license": "MIT", "optional": true, "os": [ "freebsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", + "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==", "license": "MIT", "optional": true, "os": [ "freebsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-arm": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", + "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", "cpu": [ "arm" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", + "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-ia32": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", + "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", "cpu": [ "ia32" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-loong64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", + "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", "cpu": [ "loong64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", + "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", "cpu": [ "mips64el" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", + "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", "cpu": [ "ppc64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", + "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", "cpu": [ "riscv64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-s390x": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", + "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", "cpu": [ "s390x" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/linux-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz", + "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==", "license": "MIT", "optional": true, "os": [ "linux" ], - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/netbsd-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", + "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==", "license": "MIT", "optional": true, "os": [ "netbsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", + "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==", "license": "MIT", "optional": true, "os": [ "netbsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/openbsd-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", + "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==", "license": "MIT", "optional": true, "os": [ "openbsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", + "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==", "license": "MIT", "optional": true, "os": [ "openbsd" ], - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/sunos-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", + "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==", "license": "MIT", "optional": true, "os": [ "sunos" ], - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/win32-arm64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", + "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", "cpu": [ "arm64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==", "license": "MIT", "optional": true, "os": [ "win32" ], - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/win32-ia32": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", + "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", "cpu": [ "ia32" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==", "license": "MIT", "optional": true, "os": [ "win32" ], - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/esbuild/node_modules/@esbuild/win32-x64": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", + "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", "cpu": [ "x64" ], - "engines": { - "node": ">=18" - }, - "integrity": "sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==", "license": "MIT", "optional": true, "os": [ "win32" ], - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.9.tgz", - "version": "0.25.9" + "engines": { + "node": ">=18" + } }, "node_modules/escalade": { + "version": "3.2.0", + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.2.0" + } }, "node_modules/escape-string-regexp": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/escodegen": { - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, + "version": "2.1.0", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esprima": "^4.0.1", "estraverse": "^5.2.0", "esutils": "^2.0.2" }, - "dev": true, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, "engines": { "node": ">=6.0" }, - "license": "BSD-2-Clause", "optionalDependencies": { "source-map": "~0.6.1" - }, - "version": "2.1.0" + } }, "node_modules/eslint": { - "bin": { - "eslint": "bin/eslint.js" - }, + "version": "9.30.1", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -6949,14 +6952,15 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, - "dev": true, + "bin": { + "eslint": "bin/eslint.js" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://eslint.org/donate" }, - "license": "MIT", "peerDependencies": { "jiti": "*" }, @@ -6964,16 +6968,16 @@ "jiti": { "optional": true } - }, - "version": "9.30.1" + } }, "node_modules/eslint-config-airbnb-extended": { + "version": "1.0.11", + "dev": true, + "license": "MIT", "dependencies": { "confusing-browser-globals": "^1.0.11", "globals": "^16.0.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "@next/eslint-plugin-next": "15.x", "@stylistic/eslint-plugin": "3.x", @@ -7018,47 +7022,47 @@ "typescript-eslint": { "optional": true } - }, - "version": "1.0.11" + } }, "node_modules/eslint-config-airbnb-extended/node_modules/globals": { + "version": "16.3.0", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "16.3.0" + } }, "node_modules/eslint-config-prettier": { + "version": "10.1.5", + "dev": true, + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, - "dev": true, "funding": { "url": "https://opencollective.com/eslint-config-prettier" }, - "license": "MIT", "peerDependencies": { "eslint": ">=7.0.0" - }, - "version": "10.1.5" + } }, "node_modules/eslint-import-context": { + "version": "0.1.9", + "dev": true, + "license": "MIT", "dependencies": { "get-tsconfig": "^4.10.1", "stable-hash-x": "^0.2.0" }, - "dev": true, "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint-import-context" }, - "license": "MIT", "peerDependencies": { "unrs-resolver": "^1.0.0" }, @@ -7066,32 +7070,34 @@ "unrs-resolver": { "optional": true } - }, - "version": "0.1.9" + } }, "node_modules/eslint-import-resolver-node": { - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.13.0", - "resolve": "^1.22.4" - }, + "version": "0.3.9", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "0.3.9" + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.13.0", + "resolve": "^1.22.4" + } }, "node_modules/eslint-import-resolver-node/node_modules/debug": { - "dependencies": { - "ms": "^2.1.1" - }, + "version": "3.2.7", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "3.2.7" + "dependencies": { + "ms": "^2.1.1" + } }, "node_modules/eslint-import-resolver-typescript": { + "version": "4.4.4", + "dev": true, + "license": "ISC", "dependencies": { "debug": "^4.4.1", "eslint-import-context": "^0.1.8", @@ -7101,14 +7107,12 @@ "tinyglobby": "^0.2.14", "unrs-resolver": "^1.7.11" }, - "dev": true, "engines": { "node": "^16.17.0 || >=18.6.0" }, "funding": { "url": "https://opencollective.com/eslint-import-resolver-typescript" }, - "license": "ISC", "peerDependencies": { "eslint": "*", "eslint-plugin-import": "*", @@ -7121,49 +7125,53 @@ "eslint-plugin-import-x": { "optional": true } - }, - "version": "4.4.4" + } }, "node_modules/eslint-module-utils": { + "version": "2.12.1", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "debug": "^3.2.7" }, - "dev": true, "engines": { "node": ">=4" }, - "license": "MIT", - "optional": true, - "peer": true, "peerDependenciesMeta": { "eslint": { "optional": true } - }, - "version": "2.12.1" + } }, "node_modules/eslint-module-utils/node_modules/debug": { - "dependencies": { - "ms": "^2.1.1" - }, + "version": "3.2.7", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "3.2.7" + "dependencies": { + "ms": "^2.1.1" + } }, "node_modules/eslint-plugin-html": { + "version": "8.1.3", + "dev": true, + "license": "ISC", "dependencies": { "htmlparser2": "^10.0.0" }, - "dev": true, "engines": { "node": ">=16.0.0" - }, - "license": "ISC", - "version": "8.1.3" + } }, "node_modules/eslint-plugin-import": { + "version": "2.32.0", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -7185,19 +7193,17 @@ "string.prototype.trimend": "^1.0.9", "tsconfig-paths": "^3.15.0" }, - "dev": true, "engines": { "node": ">=4" }, - "license": "MIT", - "optional": true, - "peer": true, "peerDependencies": { "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" - }, - "version": "2.32.0" + } }, "node_modules/eslint-plugin-import-x": { + "version": "4.16.1", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/types": "^8.35.0", "comment-parser": "^1.4.1", @@ -7209,14 +7215,12 @@ "stable-hash-x": "^0.2.0", "unrs-resolver": "^1.9.2" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint-plugin-import-x" }, - "license": "MIT", "peerDependencies": { "@typescript-eslint/utils": "^8.0.0", "eslint": "^8.57.0 || ^9.0.0", @@ -7229,62 +7233,62 @@ "eslint-import-resolver-node": { "optional": true } - }, - "version": "4.16.1" + } }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - }, + "version": "1.1.12", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "1.1.12" + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } }, "node_modules/eslint-plugin-import/node_modules/debug": { - "dependencies": { - "ms": "^2.1.1" - }, + "version": "3.2.7", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "3.2.7" + "dependencies": { + "ms": "^2.1.1" + } }, "node_modules/eslint-plugin-import/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", + "optional": true, + "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "optional": true, - "peer": true, - "version": "3.1.2" + } }, "node_modules/eslint-plugin-import/node_modules/semver": { - "bin": { - "semver": "bin/semver.js" - }, + "version": "6.3.1", "dev": true, "license": "ISC", "optional": true, "peer": true, - "version": "6.3.1" + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/eslint-plugin-jest": { + "version": "28.14.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, - "dev": true, "engines": { "node": "^16.10.0 || ^18.12.0 || >=20.0.0" }, - "license": "MIT", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^6.0.0 || ^7.0.0 || ^8.0.0", "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0", @@ -7297,22 +7301,24 @@ "jest": { "optional": true } - }, - "version": "28.14.0" + } }, "node_modules/eslint-plugin-json": { + "version": "4.0.1", + "dev": true, + "license": "MIT", "dependencies": { "lodash": "^4.17.21", "vscode-json-languageservice": "^4.1.6" }, - "dev": true, "engines": { "node": ">=18.0" - }, - "license": "MIT", - "version": "4.0.1" + } }, "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.10.2", + "dev": true, + "license": "MIT", "dependencies": { "aria-query": "^5.3.2", "array-includes": "^3.1.8", @@ -7330,54 +7336,52 @@ "safe-regex-test": "^1.0.3", "string.prototype.includes": "^2.0.1" }, - "dev": true, "engines": { "node": ">=4.0" }, - "license": "MIT", "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" - }, - "version": "6.10.2" + } }, "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { + "version": "1.1.12", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "license": "MIT", - "version": "1.1.12" + } }, "node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/eslint-plugin-no-relative-import-paths": { + "version": "v1.6.1", "dev": true, - "license": "ISC", - "version": "v1.6.1" + "license": "ISC" }, "node_modules/eslint-plugin-prettier": { + "version": "5.5.1", + "dev": true, + "license": "MIT", "dependencies": { "prettier-linter-helpers": "^1.0.0", "synckit": "^0.11.7" }, - "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint-plugin-prettier" }, - "license": "MIT", "peerDependencies": { "@types/eslint": ">=8.0.0", "eslint": ">=8.0.0", @@ -7391,10 +7395,12 @@ "eslint-config-prettier": { "optional": true } - }, - "version": "5.5.1" + } }, "node_modules/eslint-plugin-react": { + "version": "7.37.5", + "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", @@ -7415,88 +7421,88 @@ "string.prototype.matchall": "^4.0.12", "string.prototype.repeat": "^1.0.0" }, - "dev": true, "engines": { "node": ">=4" }, - "license": "MIT", "peerDependencies": { "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" - }, - "version": "7.37.5" + } }, "node_modules/eslint-plugin-react-hooks": { + "version": "5.2.0", "dev": true, - "engines": { - "node": ">=10" - }, "license": "MIT", "optional": true, "peer": true, + "engines": { + "node": ">=10" + }, "peerDependencies": { "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" - }, - "version": "5.2.0" + } }, "node_modules/eslint-plugin-react/node_modules/brace-expansion": { + "version": "1.1.12", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "license": "MIT", - "version": "1.1.12" + } }, "node_modules/eslint-plugin-react/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/eslint-plugin-react/node_modules/resolve": { - "bin": { - "resolve": "bin/resolve" - }, + "version": "2.0.0-next.5", + "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, - "dev": true, + "bin": { + "resolve": "bin/resolve" + }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.0-next.5" + } }, "node_modules/eslint-plugin-react/node_modules/semver": { - "bin": { - "semver": "bin/semver.js" - }, + "version": "6.3.1", "dev": true, "license": "ISC", - "version": "6.3.1" + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/eslint-plugin-security": { + "version": "3.0.1", + "dev": true, + "license": "Apache-2.0", "dependencies": { "safe-regex": "^2.1.1" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "Apache-2.0", - "version": "3.0.1" + } }, "node_modules/eslint-plugin-sonarjs": { + "version": "3.0.4", + "dev": true, + "license": "LGPL-3.0-only", "dependencies": { "@eslint-community/regexpp": "4.12.1", "builtin-modules": "3.3.0", @@ -7509,28 +7515,30 @@ "semver": "7.7.2", "typescript": ">=5" }, - "dev": true, - "license": "LGPL-3.0-only", "peerDependencies": { "eslint": "^8.0.0 || ^9.0.0" - }, - "version": "3.0.4" + } }, "node_modules/eslint-plugin-sort-destructure-keys": { + "version": "2.0.0", + "dev": true, + "license": "ISC", "dependencies": { "natural-compare-lite": "^1.4.0" }, - "dev": true, "engines": { "node": ">=12" }, - "license": "ISC", "peerDependencies": { "eslint": "5 - 9" - }, - "version": "2.0.0" + } }, "node_modules/eslint-plugin-unicorn": { + "version": "60.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz", + "integrity": "sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.27.1", "@eslint-community/eslint-utils": "^4.7.0", @@ -7551,159 +7559,157 @@ "semver": "^7.7.2", "strip-indent": "^4.0.0" }, - "dev": true, "engines": { "node": "^20.10.0 || >=21.0.0" }, "funding": { "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" }, - "integrity": "sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==", - "license": "MIT", "peerDependencies": { "eslint": ">=9.29.0" - }, - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz", - "version": "60.0.0" + } }, "node_modules/eslint-plugin-unicorn/node_modules/globals": { + "version": "16.3.0", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "16.3.0" + } }, "node_modules/eslint-scope": { + "version": "8.4.0", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "BSD-2-Clause", - "version": "8.4.0" + } }, "node_modules/eslint-visitor-keys": { + "version": "4.2.1", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "Apache-2.0", - "version": "4.2.1" + } }, "node_modules/eslint/node_modules/brace-expansion": { + "version": "1.1.12", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "license": "MIT", - "version": "1.1.12" + } }, "node_modules/eslint/node_modules/ignore": { + "version": "5.3.2", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" - }, - "license": "MIT", - "version": "5.3.2" + } }, "node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/espree": { + "version": "10.4.0", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^4.2.1" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "license": "BSD-2-Clause", - "version": "10.4.0" + } }, "node_modules/esprima": { + "version": "4.0.1", + "license": "BSD-2-Clause", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" }, "engines": { "node": ">=4" - }, - "license": "BSD-2-Clause", - "version": "4.0.1" + } }, "node_modules/esquery": { + "version": "1.6.0", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "estraverse": "^5.1.0" }, - "dev": true, "engines": { "node": ">=0.10" - }, - "license": "BSD-3-Clause", - "version": "1.6.0" + } }, "node_modules/esrecurse": { + "version": "4.3.0", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, - "dev": true, "engines": { "node": ">=4.0" - }, - "license": "BSD-2-Clause", - "version": "4.3.0" + } }, "node_modules/estraverse": { + "version": "5.3.0", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" - }, - "license": "BSD-2-Clause", - "version": "5.3.0" + } }, "node_modules/esutils": { + "version": "2.0.3", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" - }, - "license": "BSD-2-Clause", - "version": "2.0.3" + } }, "node_modules/events": { + "version": "1.1.1", + "license": "MIT", "engines": { "node": ">=0.4.x" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/execa": { + "version": "5.1.1", + "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -7715,34 +7721,34 @@ "signal-exit": "^3.0.3", "strip-final-newline": "^2.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" - }, - "license": "MIT", - "version": "5.1.1" + } }, "node_modules/exit": { + "version": "0.1.2", "dev": true, "engines": { "node": ">= 0.8.0" - }, - "version": "0.1.2" + } }, "node_modules/exit-x": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/exit-x/-/exit-x-0.2.2.tgz", + "integrity": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" - }, - "integrity": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/exit-x/-/exit-x-0.2.2.tgz", - "version": "0.2.2" + } }, "node_modules/expect": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", @@ -7750,24 +7756,24 @@ "jest-message-util": "^29.7.0", "jest-util": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/fast-deep-equal": { + "version": "3.1.3", "dev": true, - "license": "MIT", - "version": "3.1.3" + "license": "MIT" }, "node_modules/fast-diff": { + "version": "1.3.0", "dev": true, - "license": "Apache-2.0", - "version": "1.3.0" + "license": "Apache-2.0" }, "node_modules/fast-glob": { + "version": "3.3.3", + "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -7775,41 +7781,33 @@ "merge2": "^1.3.0", "micromatch": "^4.0.8" }, - "dev": true, "engines": { "node": ">=8.6.0" - }, - "license": "MIT", - "version": "3.3.3" + } }, "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "ISC", - "version": "5.1.2" + } }, "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", "dev": true, - "license": "MIT", - "version": "2.1.0" + "license": "MIT" }, "node_modules/fast-levenshtein": { + "version": "2.0.6", "dev": true, - "license": "MIT", - "version": "2.0.6" + "license": "MIT" }, "node_modules/fast-xml-parser": { - "bin": { - "fxparser": "src/cli/cli.js" - }, - "dependencies": { - "strnum": "^2.1.0" - }, + "version": "5.2.5", "funding": [ { "type": "github", @@ -7817,25 +7815,31 @@ } ], "license": "MIT", - "version": "5.2.5" - }, - "node_modules/fastq": { "dependencies": { - "reusify": "^1.0.4" + "strnum": "^2.1.0" }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/fastq": { + "version": "1.19.1", "dev": true, "license": "ISC", - "version": "1.19.1" + "dependencies": { + "reusify": "^1.0.4" + } }, "node_modules/fb-watchman": { - "dependencies": { - "bser": "2.1.1" - }, + "version": "2.0.2", "dev": true, "license": "Apache-2.0", - "version": "2.0.2" + "dependencies": { + "bser": "2.1.1" + } }, "node_modules/fdir": { + "version": "6.4.6", "dev": true, "license": "MIT", "peerDependencies": { @@ -7845,105 +7849,102 @@ "picomatch": { "optional": true } - }, - "version": "6.4.6" + } }, "node_modules/fecha": { - "license": "MIT", - "version": "4.2.3" + "version": "4.2.3", + "license": "MIT" }, "node_modules/file-entry-cache": { + "version": "8.0.0", + "dev": true, + "license": "MIT", "dependencies": { "flat-cache": "^4.0.0" }, - "dev": true, "engines": { "node": ">=16.0.0" - }, - "license": "MIT", - "version": "8.0.0" + } }, "node_modules/filelist": { - "dependencies": { - "minimatch": "^5.0.1" - }, + "version": "1.0.4", "dev": true, "license": "Apache-2.0", - "version": "1.0.4" + "dependencies": { + "minimatch": "^5.0.1" + } }, "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "ISC", - "version": "5.1.6" + } }, "node_modules/fill-range": { + "version": "7.1.1", + "dev": true, + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "7.1.1" + } }, "node_modules/find-up": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/find-up-simple": { + "version": "1.0.1", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/flat-cache": { + "version": "4.0.1", + "dev": true, + "license": "MIT", "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" }, - "dev": true, "engines": { "node": ">=16" - }, - "license": "MIT", - "version": "4.0.1" + } }, "node_modules/flatted": { + "version": "3.3.3", "dev": true, - "license": "ISC", - "version": "3.3.3" + "license": "ISC" }, "node_modules/fn.name": { - "license": "MIT", - "version": "1.1.0" + "version": "1.1.0", + "license": "MIT" }, "node_modules/follow-redirects": { - "engines": { - "node": ">=4.0" - }, + "version": "1.15.9", "funding": [ { "type": "individual", @@ -7951,14 +7952,18 @@ } ], "license": "MIT", + "engines": { + "node": ">=4.0" + }, "peerDependenciesMeta": { "debug": { "optional": true } - }, - "version": "1.15.9" + } }, "node_modules/for-each": { + "version": "0.3.5", + "license": "MIT", "dependencies": { "is-callable": "^1.2.7" }, @@ -7967,41 +7972,43 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "0.3.5" + } }, "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" }, - "dev": true, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", - "version": "3.3.1" + } }, "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "version": "4.1.0" + } }, "node_modules/form-data": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", + "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -8011,39 +8018,38 @@ }, "engines": { "node": ">= 6" - }, - "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", - "version": "4.0.4" + } }, "node_modules/fs.realpath": { + "version": "1.0.0", "dev": true, - "license": "ISC", - "version": "1.0.0" + "license": "ISC" }, "node_modules/fsevents": { - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - }, - "hasInstallScript": true, + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, "license": "MIT", "optional": true, "os": [ "darwin" ], - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "version": "2.3.3" + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } }, "node_modules/function-bind": { + "version": "1.1.2", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.2" + } }, "node_modules/function.prototype.name": { + "version": "1.1.8", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -8052,45 +8058,44 @@ "hasown": "^2.0.2", "is-callable": "^1.2.7" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.8" + } }, "node_modules/functional-red-black-tree": { + "version": "1.0.1", "dev": true, - "license": "MIT", - "version": "1.0.1" + "license": "MIT" }, "node_modules/functions-have-names": { + "version": "1.2.3", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.3" + } }, "node_modules/gensync": { + "version": "1.0.0-beta.2", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" - }, - "license": "MIT", - "version": "1.0.0-beta.2" + } }, "node_modules/get-caller-file": { + "version": "2.0.5", + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" - }, - "license": "ISC", - "version": "2.0.5" + } }, "node_modules/get-intrinsic": { + "version": "1.3.0", + "license": "MIT", "dependencies": { "call-bind-apply-helpers": "^1.0.2", "es-define-property": "^1.0.1", @@ -8108,67 +8113,68 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.3.0" + } }, "node_modules/get-package-type": { + "version": "0.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8.0.0" - }, - "license": "MIT", - "version": "0.1.0" + } }, "node_modules/get-proto": { + "version": "1.0.1", + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/get-stream": { + "version": "6.0.1", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "6.0.1" + } }, "node_modules/get-symbol-description": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.6" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/get-tsconfig": { + "version": "4.10.1", + "license": "MIT", "dependencies": { "resolve-pkg-maps": "^1.0.0" }, "funding": { "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" - }, - "license": "MIT", - "version": "4.10.1" + } }, "node_modules/glob": { + "version": "7.2.3", + "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -8177,174 +8183,173 @@ "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, - "dev": true, "engines": { "node": "*" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC", - "version": "7.2.3" + } }, "node_modules/glob-parent": { + "version": "6.0.2", + "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, - "dev": true, "engines": { "node": ">=10.13.0" - }, - "license": "ISC", - "version": "6.0.2" + } }, "node_modules/glob-to-regexp": { - "license": "BSD-2-Clause", - "version": "0.4.1" + "version": "0.4.1", + "license": "BSD-2-Clause" }, "node_modules/glob/node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "version": "1.1.12" + } }, "node_modules/glob/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/globals": { + "version": "14.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "14.0.0" + } }, "node_modules/globalthis": { + "version": "1.0.4", + "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.2.1", "gopd": "^1.0.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/gopd": { + "version": "1.2.0", + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.0" + } }, "node_modules/graceful-fs": { - "license": "ISC", - "version": "4.2.11" + "version": "4.2.11", + "license": "ISC" }, "node_modules/graphemer": { + "version": "1.4.0", "dev": true, - "license": "MIT", - "version": "1.4.0" + "license": "MIT" }, "node_modules/handlebars": { - "bin": { - "handlebars": "bin/handlebars" - }, + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, - "dev": true, + "bin": { + "handlebars": "bin/handlebars" + }, "engines": { "node": ">=0.4.7" }, - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "license": "MIT", "optionalDependencies": { "uglify-js": "^3.1.4" - }, - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "version": "4.7.8" + } }, "node_modules/has-bigints": { + "version": "1.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/has-flag": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/has-property-descriptors": { + "version": "1.0.2", + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/has-proto": { + "version": "1.2.0", + "dev": true, + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.0" + } }, "node_modules/has-symbols": { + "version": "1.1.0", + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/has-tostringtag": { + "version": "1.0.2", + "license": "MIT", "dependencies": { "has-symbols": "^1.0.3" }, @@ -8353,43 +8358,36 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/hasown": { + "version": "2.0.2", + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "2.0.2" + } }, "node_modules/html-encoding-sniffer": { + "version": "3.0.0", + "dev": true, + "license": "MIT", "dependencies": { "whatwg-encoding": "^2.0.0" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/html-escaper": { + "version": "2.0.2", "dev": true, - "license": "MIT", - "version": "2.0.2" + "license": "MIT" }, "node_modules/htmlparser2": { - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.2.1", - "entities": "^6.0.0" - }, + "version": "10.0.0", "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", @@ -8399,143 +8397,150 @@ } ], "license": "MIT", - "version": "10.0.0" + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.1", + "entities": "^6.0.0" + } }, "node_modules/http-proxy-agent": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", "debug": "4" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/https-proxy-agent": { + "version": "5.0.1", + "dev": true, + "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "5.0.1" + } }, "node_modules/human-signals": { + "version": "2.1.0", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" - }, - "license": "Apache-2.0", - "version": "2.1.0" + } }, "node_modules/iconv-lite": { + "version": "0.6.3", + "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, - "dev": true, "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "0.6.3" + } }, "node_modules/ieee754": { - "license": "BSD-3-Clause", - "version": "1.1.13" + "version": "1.1.13", + "license": "BSD-3-Clause" }, "node_modules/ignore": { + "version": "7.0.5", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" - }, - "license": "MIT", - "version": "7.0.5" + } }, "node_modules/import-fresh": { + "version": "3.3.1", + "dev": true, + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" }, - "dev": true, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "3.3.1" + } }, "node_modules/import-local": { - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "dependencies": { + "version": "3.2.0", + "dev": true, + "license": "MIT", + "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" }, - "dev": true, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "3.2.0" + } }, "node_modules/imurmurhash": { + "version": "0.1.4", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8.19" - }, - "license": "MIT", - "version": "0.1.4" + } }, "node_modules/indent-string": { + "version": "5.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/inflight": { + "version": "1.0.6", + "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" - }, - "dev": true, - "license": "ISC", - "version": "1.0.6" + } }, "node_modules/inherits": { - "license": "ISC", - "version": "2.0.4" + "version": "2.0.4", + "license": "ISC" }, "node_modules/internal-slot": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", "side-channel": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/is-arguments": { + "version": "1.2.0", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" @@ -8545,32 +8550,33 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.0" + } }, "node_modules/is-array-buffer": { + "version": "3.0.5", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "3.0.5" + } }, "node_modules/is-arrayish": { + "version": "0.2.1", "dev": true, - "license": "MIT", - "version": "0.2.1" + "license": "MIT" }, "node_modules/is-async-function": { + "version": "2.1.1", + "dev": true, + "license": "MIT", "dependencies": { "async-function": "^1.0.0", "call-bound": "^1.0.3", @@ -8578,171 +8584,170 @@ "has-tostringtag": "^1.0.2", "safe-regex-test": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.1.1" + } }, "node_modules/is-bigint": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "has-bigints": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/is-boolean-object": { + "version": "1.2.2", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.2" + } }, "node_modules/is-builtin-module": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "builtin-modules": "^5.0.0" }, - "dev": true, "engines": { "node": ">=18.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/is-builtin-module/node_modules/builtin-modules": { + "version": "5.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=18.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/is-bun-module": { - "dependencies": { - "semver": "^7.7.1" - }, + "version": "2.0.0", "dev": true, "license": "MIT", - "version": "2.0.0" + "dependencies": { + "semver": "^7.7.1" + } }, "node_modules/is-callable": { + "version": "1.2.7", + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.7" + } }, "node_modules/is-core-module": { + "version": "2.16.1", + "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.16.1" + } }, "node_modules/is-data-view": { + "version": "1.0.2", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", "is-typed-array": "^1.1.13" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/is-date-object": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "has-tostringtag": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/is-extglob": { + "version": "2.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "2.1.1" + } }, "node_modules/is-finalizationregistry": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/is-generator-fn": { + "version": "2.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.1.0" + } }, "node_modules/is-generator-function": { + "version": "1.1.0", + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "get-proto": "^1.0.0", @@ -8754,72 +8759,72 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/is-glob": { + "version": "4.0.3", + "dev": true, + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, - "dev": true, "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "4.0.3" + } }, "node_modules/is-map": { + "version": "2.0.3", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.3" + } }, "node_modules/is-negative-zero": { + "version": "2.0.3", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.3" + } }, "node_modules/is-number": { + "version": "7.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=0.12.0" - }, - "license": "MIT", - "version": "7.0.0" + } }, "node_modules/is-number-object": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", "dev": true, - "license": "MIT", - "version": "1.0.1" + "license": "MIT" }, "node_modules/is-regex": { + "version": "1.2.1", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "gopd": "^1.2.0", @@ -8831,77 +8836,77 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/is-set": { + "version": "2.0.3", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.3" + } }, "node_modules/is-shared-array-buffer": { + "version": "1.0.4", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/is-stream": { + "version": "2.0.1", + "license": "MIT", "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "2.0.1" + } }, "node_modules/is-string": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/is-symbol": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "has-symbols": "^1.1.0", "safe-regex-test": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/is-typed-array": { + "version": "1.1.15", + "license": "MIT", "dependencies": { "which-typed-array": "^1.1.16" }, @@ -8910,68 +8915,69 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.15" + } }, "node_modules/is-weakmap": { + "version": "2.0.2", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.2" + } }, "node_modules/is-weakref": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/is-weakset": { + "version": "2.0.4", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.4" + } }, "node_modules/isarray": { - "license": "MIT", - "version": "1.0.0" + "version": "1.0.0", + "license": "MIT" }, "node_modules/isexe": { + "version": "2.0.0", "dev": true, - "license": "ISC", - "version": "2.0.0" + "license": "ISC" }, "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=8" - }, - "license": "BSD-3-Clause", - "version": "3.2.2" + } }, "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", @@ -8979,52 +8985,52 @@ "istanbul-lib-coverage": "^3.2.0", "semver": "^7.5.4" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "BSD-3-Clause", - "version": "6.0.3" + } }, "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", "make-dir": "^4.0.0", "supports-color": "^7.1.0" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "BSD-3-Clause", - "version": "3.0.1" + } }, "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", "source-map": "^0.6.1" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "BSD-3-Clause", - "version": "4.0.1" + } }, "node_modules/istanbul-reports": { + "version": "3.1.7", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "BSD-3-Clause", - "version": "3.1.7" + } }, "node_modules/iterator.prototype": { + "version": "1.1.5", + "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-object-atoms": "^1.0.0", @@ -9033,81 +9039,79 @@ "has-symbols": "^1.1.0", "set-function-name": "^2.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.5" + } }, "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "dev": true, "funding": { "url": "https://github.com/sponsors/isaacs" }, - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "license": "BlueOak-1.0.0", "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" - }, - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "version": "3.4.3" + } }, "node_modules/jake": { - "bin": { - "jake": "bin/cli.js" - }, + "version": "10.9.2", + "dev": true, + "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.4", "minimatch": "^3.1.2" }, - "dev": true, + "bin": { + "jake": "bin/cli.js" + }, "engines": { "node": ">=10" - }, - "license": "Apache-2.0", - "version": "10.9.2" + } }, "node_modules/jake/node_modules/brace-expansion": { + "version": "1.1.12", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "license": "MIT", - "version": "1.1.12" + } }, "node_modules/jake/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/jest": { - "bin": { - "jest": "bin/jest.js" - }, + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", "import-local": "^3.0.2", "jest-cli": "^29.7.0" }, - "dev": true, + "bin": { + "jest": "bin/jest.js" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -9115,23 +9119,25 @@ "node-notifier": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/jest-changed-files": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "execa": "^5.0.0", "jest-util": "^29.7.0", "p-limit": "^3.1.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-circus": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/expect": "^29.7.0", @@ -9154,17 +9160,14 @@ "slash": "^3.0.0", "stack-utils": "^2.0.3" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-cli": { - "bin": { - "jest": "bin/jest.js" - }, + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/test-result": "^29.7.0", @@ -9178,11 +9181,12 @@ "jest-validate": "^29.7.0", "yargs": "^17.3.1" }, - "dev": true, + "bin": { + "jest": "bin/jest.js" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -9190,10 +9194,12 @@ "node-notifier": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/jest-config": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@jest/test-sequencer": "^29.7.0", @@ -9218,11 +9224,9 @@ "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "@types/node": "*", "ts-node": ">=9.0.0" @@ -9234,14 +9238,11 @@ "ts-node": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/jest-config/node_modules/ci-info": { + "version": "3.9.0", "dev": true, - "engines": { - "node": ">=8" - }, "funding": [ { "type": "github", @@ -9249,34 +9250,39 @@ } ], "license": "MIT", - "version": "3.9.0" + "engines": { + "node": ">=8" + } }, "node_modules/jest-diff": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-docblock": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "detect-newline": "^3.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-each": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", @@ -9284,14 +9290,14 @@ "jest-util": "^29.7.0", "pretty-format": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-environment-jsdom": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -9302,11 +9308,9 @@ "jest-util": "^29.7.0", "jsdom": "^20.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "peerDependencies": { "canvas": "^2.5.0" }, @@ -9314,10 +9318,12 @@ "canvas": { "optional": true } - }, - "version": "29.7.0" + } }, "node_modules/jest-environment-node": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -9326,22 +9332,22 @@ "jest-mock": "^29.7.0", "jest-util": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-get-type": { + "version": "29.6.3", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/jest-haste-map": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/graceful-fs": "^4.1.3", @@ -9355,17 +9361,17 @@ "micromatch": "^4.0.4", "walker": "^1.0.8" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "license": "MIT", "optionalDependencies": { "fsevents": "^2.3.2" - }, - "version": "29.7.0" + } }, "node_modules/jest-html-reporter": { + "version": "3.10.2", + "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.0.2", "@jest/types": "^29.0.2", @@ -9374,44 +9380,44 @@ "strip-ansi": "6.0.1", "xmlbuilder": "15.0.0" }, - "dev": true, "engines": { "node": ">=4.8.3" }, - "license": "MIT", "peerDependencies": { "jest": "19.x - 29.x", "typescript": "^3.7.x || ^4.3.x || ^5.x" - }, - "version": "3.10.2" + } }, "node_modules/jest-leak-detector": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-matcher-utils": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "jest-diff": "^29.7.0", "jest-get-type": "^29.6.3", "pretty-format": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-message-util": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.12.13", "@jest/types": "^29.6.3", @@ -9423,44 +9429,42 @@ "slash": "^3.0.0", "stack-utils": "^2.0.3" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-mock": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", "jest-util": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-mock-extended": { + "version": "3.0.7", + "dev": true, + "license": "MIT", "dependencies": { "ts-essentials": "^10.0.0" }, - "dev": true, - "license": "MIT", "peerDependencies": { "jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0", "typescript": "^3.0.0 || ^4.0.0 || ^5.0.0" - }, - "version": "3.0.7" + } }, "node_modules/jest-pnp-resolver": { + "version": "1.2.3", "dev": true, + "license": "MIT", "engines": { "node": ">=6" }, - "license": "MIT", "peerDependencies": { "jest-resolve": "*" }, @@ -9468,18 +9472,20 @@ "jest-resolve": { "optional": true } - }, - "version": "1.2.3" + } }, "node_modules/jest-regex-util": { + "version": "29.6.3", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.6.3" + } }, "node_modules/jest-resolve": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", @@ -9491,26 +9497,26 @@ "resolve.exports": "^2.0.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-resolve-dependencies": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "jest-regex-util": "^29.6.3", "jest-snapshot": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-runner": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "^29.7.0", "@jest/environment": "^29.7.0", @@ -9534,14 +9540,14 @@ "p-limit": "^3.1.0", "source-map-support": "0.5.13" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-runtime": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "^29.7.0", "@jest/fake-timers": "^29.7.0", @@ -9566,14 +9572,14 @@ "slash": "^3.0.0", "strip-bom": "^4.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-snapshot": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", @@ -9596,14 +9602,14 @@ "pretty-format": "^29.7.0", "semver": "^7.5.3" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-util": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", @@ -9612,18 +9618,13 @@ "graceful-fs": "^4.2.9", "picomatch": "^2.2.3" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-util/node_modules/ci-info": { + "version": "3.9.0", "dev": true, - "engines": { - "node": ">=8" - }, "funding": [ { "type": "github", @@ -9631,20 +9632,25 @@ } ], "license": "MIT", - "version": "3.9.0" + "engines": { + "node": ">=8" + } }, "node_modules/jest-util/node_modules/picomatch": { + "version": "2.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" - }, - "license": "MIT", - "version": "2.3.1" + } }, "node_modules/jest-validate": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "^29.6.3", "camelcase": "^6.2.0", @@ -9653,25 +9659,25 @@ "leven": "^3.1.0", "pretty-format": "^29.7.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "6.3.0" + } }, "node_modules/jest-watcher": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", @@ -9682,65 +9688,65 @@ "jest-util": "^29.7.0", "string-length": "^4.0.1" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-worker": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "jest-util": "^29.7.0", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/supports-color?sponsor=1" - }, - "license": "MIT", - "version": "8.1.1" + } }, "node_modules/jmespath": { + "version": "0.16.0", + "license": "Apache-2.0", "engines": { "node": ">= 0.6.0" - }, - "license": "Apache-2.0", - "version": "0.16.0" + } }, "node_modules/js-tokens": { + "version": "4.0.0", "dev": true, - "license": "MIT", - "version": "4.0.0" + "license": "MIT" }, "node_modules/js-yaml": { - "bin": { - "js-yaml": "bin/js-yaml.js" - }, + "version": "3.14.1", + "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" }, - "license": "MIT", - "version": "3.14.1" + "bin": { + "js-yaml": "bin/js-yaml.js" + } }, "node_modules/jsdom": { + "version": "20.0.3", + "dev": true, + "license": "MIT", "dependencies": { "abab": "^2.0.6", "acorn": "^8.8.1", @@ -9769,11 +9775,9 @@ "ws": "^8.11.0", "xml-name-validator": "^4.0.0" }, - "dev": true, "engines": { "node": ">=14" }, - "license": "MIT", "peerDependencies": { "canvas": "^2.5.0" }, @@ -9781,57 +9785,60 @@ "canvas": { "optional": true } - }, - "version": "20.0.3" + } }, "node_modules/jsesc": { + "version": "3.1.0", + "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, - "dev": true, "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.1.0" + } }, "node_modules/json-buffer": { + "version": "3.0.1", "dev": true, - "license": "MIT", - "version": "3.0.1" + "license": "MIT" }, "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", "dev": true, - "license": "MIT", - "version": "2.3.1" + "license": "MIT" }, "node_modules/json-schema-traverse": { + "version": "0.4.1", "dev": true, - "license": "MIT", - "version": "0.4.1" + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", "dev": true, - "license": "MIT", - "version": "1.0.1" + "license": "MIT" }, "node_modules/json5": { + "version": "2.2.3", + "dev": true, + "license": "MIT", "bin": { "json5": "lib/cli.js" }, - "dev": true, "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.2.3" + } }, "node_modules/jsonc-parser": { + "version": "3.3.1", "dev": true, - "license": "MIT", - "version": "3.3.1" + "license": "MIT" }, "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "license": "MIT", "dependencies": { "jws": "^3.2.2", "lodash.includes": "^4.3.0", @@ -9847,120 +9854,119 @@ "engines": { "node": ">=12", "npm": ">=6" - }, - "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", - "version": "9.0.2" + } }, "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "dev": true, + "license": "MIT", "dependencies": { "array-includes": "^3.1.6", "array.prototype.flat": "^1.3.1", "object.assign": "^4.1.4", "object.values": "^1.1.6" }, - "dev": true, "engines": { "node": ">=4.0" - }, - "license": "MIT", - "version": "3.3.5" + } }, "node_modules/just-extend": { - "dev": true, - "integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==", - "license": "MIT", + "version": "6.2.0", "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz", - "version": "6.2.0" + "integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==", + "dev": true, + "license": "MIT" }, "node_modules/jwa": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz", + "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==", + "license": "MIT", "dependencies": { "buffer-equal-constant-time": "^1.0.1", "ecdsa-sig-formatter": "1.0.11", "safe-buffer": "^5.0.1" - }, - "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz", - "version": "1.4.2" + } }, "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "license": "MIT", "dependencies": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" - }, - "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "version": "3.2.2" + } }, "node_modules/key-generation": { - "link": true, - "resolved": "lambdas/key-generation" + "resolved": "lambdas/key-generation", + "link": true }, "node_modules/keyv": { - "dependencies": { - "json-buffer": "3.0.1" - }, + "version": "4.5.4", "dev": true, "license": "MIT", - "version": "4.5.4" + "dependencies": { + "json-buffer": "3.0.1" + } }, "node_modules/kleur": { + "version": "3.0.3", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.0.3" + } }, "node_modules/kuler": { - "license": "MIT", - "version": "2.0.0" + "version": "2.0.0", + "license": "MIT" }, "node_modules/language-subtag-registry": { + "version": "0.3.23", "dev": true, - "license": "CC0-1.0", - "version": "0.3.23" + "license": "CC0-1.0" }, "node_modules/language-tags": { + "version": "1.0.9", + "dev": true, + "license": "MIT", "dependencies": { "language-subtag-registry": "^0.3.20" }, - "dev": true, "engines": { "node": ">=0.10" - }, - "license": "MIT", - "version": "1.0.9" + } }, "node_modules/lcov-result-merger": { - "bin": { - "lcov-result-merger": "bin/lcov-result-merger.js" - }, + "version": "5.0.1", + "dev": true, + "license": "MIT", "dependencies": { "fast-glob": "^3.2.11", "yargs": "^16.2.0" }, - "dev": true, + "bin": { + "lcov-result-merger": "bin/lcov-result-merger.js" + }, "engines": { "node": ">=14" - }, - "license": "MIT", - "version": "5.0.1" + } }, "node_modules/lcov-result-merger/node_modules/cliui": { + "version": "7.0.4", + "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" - }, - "dev": true, - "license": "ISC", - "version": "7.0.4" + } }, "node_modules/lcov-result-merger/node_modules/yargs": { + "version": "16.2.0", + "dev": true, + "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -9970,117 +9976,116 @@ "y18n": "^5.0.5", "yargs-parser": "^20.2.2" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "16.2.0" + } }, "node_modules/lcov-result-merger/node_modules/yargs-parser": { + "version": "20.2.9", "dev": true, + "license": "ISC", "engines": { "node": ">=10" - }, - "license": "ISC", - "version": "20.2.9" + } }, "node_modules/leven": { + "version": "3.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.1.0" + } }, "node_modules/levn": { + "version": "0.4.1", + "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" }, - "dev": true, "engines": { "node": ">= 0.8.0" - }, - "license": "MIT", - "version": "0.4.1" + } }, "node_modules/lines-and-columns": { + "version": "1.2.4", "dev": true, - "license": "MIT", - "version": "1.2.4" + "license": "MIT" }, "node_modules/locate-path": { + "version": "6.0.0", + "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^5.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "6.0.0" + } }, "node_modules/lodash": { - "license": "MIT", - "version": "4.17.21" + "version": "4.17.21", + "license": "MIT" }, "node_modules/lodash.includes": { - "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", - "license": "MIT", + "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "version": "4.3.0" + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", + "license": "MIT" }, "node_modules/lodash.isboolean": { - "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", - "license": "MIT", + "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "version": "3.0.3" + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" }, "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "version": "4.0.4" + "license": "MIT" }, "node_modules/lodash.isnumber": { - "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", - "license": "MIT", + "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "version": "3.0.3" + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" }, "node_modules/lodash.isplainobject": { - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", - "license": "MIT", + "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "version": "4.0.6" + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "license": "MIT" }, "node_modules/lodash.isstring": { - "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", - "license": "MIT", + "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "version": "4.0.1" + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" }, "node_modules/lodash.memoize": { + "version": "4.1.2", "dev": true, - "license": "MIT", - "version": "4.1.2" + "license": "MIT" }, "node_modules/lodash.merge": { + "version": "4.6.2", "dev": true, - "license": "MIT", - "version": "4.6.2" + "license": "MIT" }, "node_modules/lodash.once": { - "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", - "license": "MIT", + "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "version": "4.1.1" + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "license": "MIT" }, "node_modules/logform": { + "version": "2.7.0", + "license": "MIT", "dependencies": { "@colors/colors": "1.6.0", "@types/triple-beam": "^1.3.2", @@ -10091,278 +10096,280 @@ }, "engines": { "node": ">= 12.0.0" - }, - "license": "MIT", - "version": "2.7.0" + } }, "node_modules/long": { - "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", - "license": "Apache-2.0", + "version": "5.3.2", "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz", - "version": "5.3.2" + "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==", + "license": "Apache-2.0" }, "node_modules/loose-envify": { - "bin": { - "loose-envify": "cli.js" - }, + "version": "1.4.0", + "dev": true, + "license": "MIT", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, - "dev": true, - "license": "MIT", - "version": "1.4.0" + "bin": { + "loose-envify": "cli.js" + } }, "node_modules/loupe": { - "dev": true, - "integrity": "sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==", - "license": "MIT", + "version": "3.2.0", "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.0.tgz", - "version": "3.2.0" + "integrity": "sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==", + "dev": true, + "license": "MIT" }, "node_modules/lru-cache": { - "dependencies": { - "yallist": "^3.0.2" - }, + "version": "5.1.1", "dev": true, "license": "ISC", - "version": "5.1.1" + "dependencies": { + "yallist": "^3.0.2" + } }, "node_modules/make-dir": { + "version": "4.0.0", + "dev": true, + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/make-error": { + "version": "1.3.6", "dev": true, - "license": "ISC", - "version": "1.3.6" + "license": "ISC" }, "node_modules/makeerror": { - "dependencies": { - "tmpl": "1.0.5" - }, + "version": "1.0.12", "dev": true, "license": "BSD-3-Clause", - "version": "1.0.12" + "dependencies": { + "tmpl": "1.0.5" + } }, "node_modules/math-intrinsics": { + "version": "1.1.0", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/merge-stream": { + "version": "2.0.0", "dev": true, - "license": "MIT", - "version": "2.0.0" + "license": "MIT" }, "node_modules/merge2": { + "version": "1.4.1", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" - }, - "license": "MIT", - "version": "1.4.1" + } }, "node_modules/micromatch": { + "version": "4.0.8", + "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" }, - "dev": true, "engines": { "node": ">=8.6" - }, - "license": "MIT", - "version": "4.0.8" + } }, "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" - }, - "license": "MIT", - "version": "2.3.1" + } }, "node_modules/mime-db": { + "version": "1.52.0", + "license": "MIT", "engines": { "node": ">= 0.6" - }, - "license": "MIT", - "version": "1.52.0" + } }, "node_modules/mime-types": { + "version": "2.1.35", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, "engines": { "node": ">= 0.6" - }, - "license": "MIT", - "version": "2.1.35" + } }, "node_modules/mimic-fn": { + "version": "2.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.1.0" + } }, "node_modules/min-indent": { + "version": "1.0.1", "dev": true, + "license": "MIT", "engines": { "node": ">=4" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/minimatch": { + "version": "9.0.5", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, - "dev": true, "engines": { "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "license": "ISC", - "version": "9.0.5" + } }, "node_modules/minimist": { + "version": "1.2.8", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.8" + } }, "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" - }, - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "version": "7.1.2" + } }, "node_modules/mkdirp": { + "version": "1.0.4", + "dev": true, + "license": "MIT", "bin": { "mkdirp": "bin/cmd.js" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/ms": { - "license": "MIT", - "version": "2.1.3" + "version": "2.1.3", + "license": "MIT" }, "node_modules/napi-postinstall": { + "version": "0.3.0", + "dev": true, + "license": "MIT", "bin": { "napi-postinstall": "lib/cli.js" }, - "dev": true, "engines": { "node": "^12.20.0 || ^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/napi-postinstall" - }, - "license": "MIT", - "version": "0.3.0" + } }, "node_modules/natural-compare": { + "version": "1.4.0", "dev": true, - "license": "MIT", - "version": "1.4.0" + "license": "MIT" }, "node_modules/natural-compare-lite": { + "version": "1.4.0", "dev": true, - "license": "MIT", - "version": "1.4.0" + "license": "MIT" }, "node_modules/neo-async": { - "dev": true, - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "license": "MIT", + "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "version": "2.6.2" + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" }, "node_modules/nhs-notify-sms-nudge-command-processor": { - "link": true, - "resolved": "lambdas/command-processor" + "resolved": "lambdas/command-processor", + "link": true }, "node_modules/nhs-notify-sms-nudge-event-command-transformer": { - "link": true, - "resolved": "lambdas/event-command-transformer" + "resolved": "lambdas/event-command-transformer", + "link": true }, "node_modules/nhs-notify-sms-nudge-integration-tests": { - "link": true, - "resolved": "tests/playwright" + "resolved": "tests/playwright", + "link": true }, "node_modules/nhs-notify-sms-nudge-utils": { - "link": true, - "resolved": "utils/utils" + "resolved": "utils/utils", + "link": true }, "node_modules/nise": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/nise/-/nise-6.1.1.tgz", + "integrity": "sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", "@sinonjs/fake-timers": "^13.0.1", "@sinonjs/text-encoding": "^0.7.3", "just-extend": "^6.2.0", "path-to-regexp": "^8.1.0" - }, - "dev": true, - "integrity": "sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/nise/-/nise-6.1.1.tgz", - "version": "6.1.1" + } }, "node_modules/nise/node_modules/@sinonjs/fake-timers": { - "dependencies": { - "@sinonjs/commons": "^3.0.1" - }, - "dev": true, + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", "integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==", + "dev": true, "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", - "version": "13.0.5" + "dependencies": { + "@sinonjs/commons": "^3.0.1" + } }, "node_modules/node-forge": { - "engines": { - "node": ">= 6.13.0" - }, + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "license": "(BSD-3-Clause OR GPL-2.0)", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "version": "1.3.1" + "engines": { + "node": ">= 6.13.0" + } }, "node_modules/node-int64": { + "version": "0.4.0", "dev": true, - "license": "MIT", - "version": "0.4.0" + "license": "MIT" }, "node_modules/node-jose": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/node-jose/-/node-jose-2.2.0.tgz", + "integrity": "sha512-XPCvJRr94SjLrSIm4pbYHKLEaOsDvJCpyFw/6V/KK/IXmyZ6SFBzAUDO9HQf4DB/nTEFcRGH87mNciOP23kFjw==", + "license": "Apache-2.0", "dependencies": { "base64url": "^3.0.1", "buffer": "^6.0.3", @@ -10373,17 +10380,12 @@ "pako": "^2.0.4", "process": "^0.11.10", "uuid": "^9.0.0" - }, - "integrity": "sha512-XPCvJRr94SjLrSIm4pbYHKLEaOsDvJCpyFw/6V/KK/IXmyZ6SFBzAUDO9HQf4DB/nTEFcRGH87mNciOP23kFjw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/node-jose/-/node-jose-2.2.0.tgz", - "version": "2.2.0" + } }, "node_modules/node-jose/node_modules/buffer": { - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - }, + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "funding": [ { "type": "github", @@ -10398,12 +10400,16 @@ "url": "https://feross.org/support" } ], - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", "license": "MIT", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "version": "6.0.3" + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } }, "node_modules/node-jose/node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", "funding": [ { "type": "github", @@ -10418,67 +10424,67 @@ "url": "https://feross.org/support" } ], - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "version": "1.2.1" + "license": "BSD-3-Clause" }, "node_modules/node-releases": { + "version": "2.0.19", "dev": true, - "license": "MIT", - "version": "2.0.19" + "license": "MIT" }, "node_modules/normalize-path": { + "version": "3.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/npm-run-path": { + "version": "4.0.1", + "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.0.1" + } }, "node_modules/nwsapi": { + "version": "2.2.20", "dev": true, - "license": "MIT", - "version": "2.2.20" + "license": "MIT" }, "node_modules/object-assign": { + "version": "4.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "4.1.1" + } }, "node_modules/object-inspect": { + "version": "1.13.4", + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.13.4" + } }, "node_modules/object-keys": { + "version": "1.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/object.assign": { + "version": "4.1.7", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -10487,109 +10493,109 @@ "has-symbols": "^1.1.0", "object-keys": "^1.1.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "4.1.7" + } }, "node_modules/object.entries": { + "version": "1.1.9", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.4", "define-properties": "^1.2.1", "es-object-atoms": "^1.1.1" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.9" + } }, "node_modules/object.fromentries": { + "version": "2.0.8", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.2", "es-object-atoms": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "2.0.8" + } }, "node_modules/object.groupby": { + "version": "1.0.3", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.2" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "optional": true, - "peer": true, - "version": "1.0.3" + } }, "node_modules/object.values": { + "version": "1.2.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/once": { - "dependencies": { - "wrappy": "1" - }, + "version": "1.4.0", "dev": true, "license": "ISC", - "version": "1.4.0" + "dependencies": { + "wrappy": "1" + } }, "node_modules/one-time": { + "version": "1.0.0", + "license": "MIT", "dependencies": { "fn.name": "1.x.x" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/onetime": { + "version": "5.1.2", + "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, - "dev": true, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.1.2" + } }, "node_modules/optionator": { + "version": "0.9.4", + "dev": true, + "license": "MIT", "dependencies": { "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", @@ -10598,445 +10604,443 @@ "type-check": "^0.4.0", "word-wrap": "^1.2.5" }, - "dev": true, "engines": { "node": ">= 0.8.0" - }, - "license": "MIT", - "version": "0.9.4" + } }, "node_modules/own-keys": { + "version": "1.0.1", + "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.6", "object-keys": "^1.1.1", "safe-push-apply": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/p-limit": { + "version": "3.1.0", + "dev": true, + "license": "MIT", "dependencies": { "yocto-queue": "^0.1.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "3.1.0" + } }, "node_modules/p-locate": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^3.0.2" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/p-try": { + "version": "2.2.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.2.0" + } }, "node_modules/package-json-from-dist": { - "dev": true, - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "license": "BlueOak-1.0.0", + "version": "1.0.1", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "version": "1.0.1" + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" }, "node_modules/pako": { - "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", - "license": "(MIT AND Zlib)", + "version": "2.1.0", "resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz", - "version": "2.1.0" + "integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==", + "license": "(MIT AND Zlib)" }, "node_modules/parent-module": { + "version": "1.0.1", + "dev": true, + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, - "dev": true, "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/parse-json": { + "version": "5.2.0", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" }, - "dev": true, "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "5.2.0" + } }, "node_modules/parse5": { + "version": "7.3.0", + "dev": true, + "license": "MIT", "dependencies": { "entities": "^6.0.0" }, - "dev": true, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" - }, - "license": "MIT", - "version": "7.3.0" + } }, "node_modules/path-exists": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/path-is-absolute": { + "version": "1.0.1", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/path-key": { + "version": "3.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.1.1" + } }, "node_modules/path-parse": { + "version": "1.0.7", "dev": true, - "license": "MIT", - "version": "1.0.7" + "license": "MIT" }, "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, - "dev": true, "engines": { "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "license": "BlueOak-1.0.0", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "version": "1.11.1" + } }, "node_modules/path-scurry/node_modules/lru-cache": { - "dev": true, - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "license": "ISC", + "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "version": "10.4.3" + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" }, "node_modules/path-to-regexp": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=16" - }, - "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", - "version": "8.2.0" + } }, "node_modules/pathval": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", + "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14.16" - }, - "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz", - "version": "2.0.1" + } }, "node_modules/picocolors": { + "version": "1.1.1", "dev": true, - "license": "ISC", - "version": "1.1.1" + "license": "ISC" }, "node_modules/picomatch": { + "version": "4.0.2", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" - }, - "license": "MIT", - "version": "4.0.2" + } }, "node_modules/pirates": { + "version": "4.0.7", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "4.0.7" + } }, "node_modules/pkg-dir": { + "version": "4.2.0", + "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.2.0" + } }, "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.1.0" + } }, "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, - "dev": true, "engines": { "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "2.3.0" + } }, "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.1.0" + } }, "node_modules/playwright": { - "bin": { - "playwright": "cli.js" - }, + "version": "1.54.1", + "license": "Apache-2.0", "dependencies": { "playwright-core": "1.54.1" }, + "bin": { + "playwright": "cli.js" + }, "engines": { "node": ">=18" }, - "license": "Apache-2.0", "optionalDependencies": { "fsevents": "2.3.2" - }, - "version": "1.54.1" + } }, "node_modules/playwright-core": { + "version": "1.54.1", + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, "engines": { "node": ">=18" - }, - "license": "Apache-2.0", - "version": "1.54.1" + } }, "node_modules/playwright/node_modules/fsevents": { - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - }, - "hasInstallScript": true, + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, "license": "MIT", "optional": true, "os": [ "darwin" ], - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "version": "2.3.2" + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } }, "node_modules/pluralize": { + "version": "8.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=4" - }, - "license": "MIT", - "version": "8.0.0" + } }, "node_modules/possible-typed-array-names": { + "version": "1.1.0", + "license": "MIT", "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/prelude-ls": { + "version": "1.2.1", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8.0" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/prettier": { + "version": "3.6.2", + "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, - "dev": true, "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" - }, - "license": "MIT", - "version": "3.6.2" + } }, "node_modules/prettier-linter-helpers": { + "version": "1.0.0", + "dev": true, + "license": "MIT", "dependencies": { "fast-diff": "^1.1.2" }, - "dev": true, "engines": { "node": ">=6.0.0" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/pretty-format": { + "version": "29.7.0", + "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" }, - "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "license": "MIT", - "version": "29.7.0" + } }, "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" - }, - "license": "MIT", - "version": "5.2.0" + } }, "node_modules/process": { - "engines": { - "node": ">= 0.6.0" - }, + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "license": "MIT", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "version": "0.11.10" + "engines": { + "node": ">= 0.6.0" + } }, "node_modules/prompts": { + "version": "2.4.2", + "dev": true, + "license": "MIT", "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" }, - "dev": true, "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "2.4.2" + } }, "node_modules/prop-types": { + "version": "15.8.1", + "dev": true, + "license": "MIT", "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", "react-is": "^16.13.1" - }, - "dev": true, - "license": "MIT", - "version": "15.8.1" + } }, "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", "dev": true, - "license": "MIT", - "version": "16.13.1" + "license": "MIT" }, "node_modules/proxy-from-env": { - "license": "MIT", - "version": "1.1.0" + "version": "1.1.0", + "license": "MIT" }, "node_modules/psl": { + "version": "1.15.0", + "dev": true, + "license": "MIT", "dependencies": { "punycode": "^2.3.1" }, - "dev": true, "funding": { "url": "https://github.com/sponsors/lupomontero" - }, - "license": "MIT", - "version": "1.15.0" + } }, "node_modules/punycode": { + "version": "2.3.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.3.1" + } }, "node_modules/pure-rand": { + "version": "6.1.0", "dev": true, "funding": [ { @@ -11048,10 +11052,13 @@ "url": "https://opencollective.com/fast-check" } ], - "license": "MIT", - "version": "6.1.0" + "license": "MIT" }, "node_modules/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" }, @@ -11060,24 +11067,21 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", - "version": "6.14.0" + } }, "node_modules/querystring": { + "version": "0.2.0", "engines": { "node": ">=0.4.x" - }, - "version": "0.2.0" + } }, "node_modules/querystringify": { + "version": "2.2.0", "dev": true, - "license": "MIT", - "version": "2.2.0" + "license": "MIT" }, "node_modules/queue-microtask": { + "version": "1.2.3", "dev": true, "funding": [ { @@ -11093,15 +11097,16 @@ "url": "https://feross.org/support" } ], - "license": "MIT", - "version": "1.2.3" + "license": "MIT" }, "node_modules/react-is": { + "version": "19.0.0", "dev": true, - "license": "MIT", - "version": "19.0.0" + "license": "MIT" }, "node_modules/readable-stream": { + "version": "3.6.2", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -11109,22 +11114,23 @@ }, "engines": { "node": ">= 6" - }, - "license": "MIT", - "version": "3.6.2" + } }, "node_modules/refa": { + "version": "0.12.1", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.8.0" }, - "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - }, - "license": "MIT", - "version": "0.12.1" + } }, "node_modules/reflect.getprototypeof": { + "version": "1.0.10", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -11135,41 +11141,41 @@ "get-proto": "^1.0.1", "which-builtin-type": "^1.2.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.10" + } }, "node_modules/refresh-apim-access-token": { - "link": true, - "resolved": "lambdas/refresh-apim-access-token" + "resolved": "lambdas/refresh-apim-access-token", + "link": true }, "node_modules/regexp-ast-analysis": { + "version": "0.7.1", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.8.0", "refa": "^0.12.1" }, - "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - }, - "license": "MIT", - "version": "0.7.1" + } }, "node_modules/regexp-tree": { - "bin": { - "regexp-tree": "bin/regexp-tree" - }, + "version": "0.1.27", "dev": true, "license": "MIT", - "version": "0.1.27" + "bin": { + "regexp-tree": "bin/regexp-tree" + } }, "node_modules/regexp.prototype.flags": { + "version": "1.5.4", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "define-properties": "^1.2.1", @@ -11178,124 +11184,119 @@ "gopd": "^1.2.0", "set-function-name": "^2.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.5.4" + } }, "node_modules/regjsparser": { - "bin": { - "regjsparser": "bin/parser" - }, + "version": "0.12.0", + "dev": true, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~3.0.2" }, - "dev": true, - "license": "BSD-2-Clause", - "version": "0.12.0" + "bin": { + "regjsparser": "bin/parser" + } }, "node_modules/regjsparser/node_modules/jsesc": { + "version": "3.0.2", + "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, - "dev": true, "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.0.2" + } }, "node_modules/require-directory": { + "version": "2.1.1", + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "2.1.1" + } }, "node_modules/requires-port": { + "version": "1.0.0", "dev": true, - "license": "MIT", - "version": "1.0.0" + "license": "MIT" }, "node_modules/resolve": { - "bin": { - "resolve": "bin/resolve" - }, + "version": "1.22.10", + "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, - "dev": true, + "bin": { + "resolve": "bin/resolve" + }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.22.10" + } }, "node_modules/resolve-cwd": { + "version": "3.0.0", + "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/resolve-cwd/node_modules/resolve-from": { + "version": "5.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "5.0.0" + } }, "node_modules/resolve-from": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=4" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "license": "MIT", "funding": { "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/resolve.exports": { + "version": "2.0.3", "dev": true, + "license": "MIT", "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "2.0.3" + } }, "node_modules/reusify": { + "version": "1.1.0", "dev": true, + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/run-parallel": { - "dependencies": { - "queue-microtask": "^1.2.2" - }, + "version": "1.2.0", "dev": true, "funding": [ { @@ -11312,9 +11313,14 @@ } ], "license": "MIT", - "version": "1.2.0" + "dependencies": { + "queue-microtask": "^1.2.2" + } }, "node_modules/safe-array-concat": { + "version": "1.1.3", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11322,22 +11328,20 @@ "has-symbols": "^1.1.0", "isarray": "^2.0.5" }, - "dev": true, "engines": { "node": ">=0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.3" + } }, "node_modules/safe-array-concat/node_modules/isarray": { + "version": "2.0.5", "dev": true, - "license": "MIT", - "version": "2.0.5" + "license": "MIT" }, "node_modules/safe-buffer": { + "version": "5.2.1", "funding": [ { "type": "github", @@ -11352,38 +11356,39 @@ "url": "https://feross.org/support" } ], - "license": "MIT", - "version": "5.2.1" + "license": "MIT" }, "node_modules/safe-push-apply": { + "version": "1.0.0", + "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "isarray": "^2.0.5" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/safe-push-apply/node_modules/isarray": { + "version": "2.0.5", "dev": true, - "license": "MIT", - "version": "2.0.5" + "license": "MIT" }, "node_modules/safe-regex": { - "dependencies": { - "regexp-tree": "~0.1.1" - }, + "version": "2.1.1", "dev": true, "license": "MIT", - "version": "2.1.1" + "dependencies": { + "regexp-tree": "~0.1.1" + } }, "node_modules/safe-regex-test": { + "version": "1.1.0", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11394,61 +11399,61 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/safe-stable-stringify": { + "version": "2.5.0", + "license": "MIT", "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "2.5.0" + } }, "node_modules/safer-buffer": { + "version": "2.1.2", "dev": true, - "license": "MIT", - "version": "2.1.2" + "license": "MIT" }, "node_modules/sax": { - "license": "ISC", - "version": "1.2.1" + "version": "1.2.1", + "license": "ISC" }, "node_modules/saxes": { + "version": "6.0.0", + "dev": true, + "license": "ISC", "dependencies": { "xmlchars": "^2.2.0" }, - "dev": true, "engines": { "node": ">=v12.22.7" - }, - "license": "ISC", - "version": "6.0.0" + } }, "node_modules/scslre": { + "version": "0.3.0", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.8.0", "refa": "^0.12.0", "regexp-ast-analysis": "^0.7.0" }, - "dev": true, "engines": { "node": "^14.0.0 || >=16.0.0" - }, - "license": "MIT", - "version": "0.3.0" + } }, "node_modules/semver": { + "version": "7.7.2", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, "engines": { "node": ">=10" - }, - "license": "ISC", - "version": "7.7.2" + } }, "node_modules/set-function-length": { + "version": "1.2.2", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -11459,57 +11464,57 @@ }, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.2.2" + } }, "node_modules/set-function-name": { + "version": "2.0.2", + "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", "functions-have-names": "^1.2.3", "has-property-descriptors": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "2.0.2" + } }, "node_modules/set-proto": { + "version": "1.0.0", + "dev": true, + "license": "MIT", "dependencies": { "dunder-proto": "^1.0.1", "es-errors": "^1.3.0", "es-object-atoms": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/shebang-command": { + "version": "2.0.0", + "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/shebang-regex": { + "version": "3.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/side-channel": { + "version": "1.1.0", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3", @@ -11522,11 +11527,11 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/side-channel-list": { + "version": "1.0.0", + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "object-inspect": "^1.13.3" @@ -11536,11 +11541,11 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/side-channel-map": { + "version": "1.0.1", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11552,11 +11557,11 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.1" + } }, "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", @@ -11569,27 +11574,30 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/signal-exit": { + "version": "3.0.7", "dev": true, - "license": "ISC", - "version": "3.0.7" + "license": "ISC" }, "node_modules/simple-swizzle": { + "version": "0.2.2", + "license": "MIT", "dependencies": { "is-arrayish": "^0.3.1" - }, - "license": "MIT", - "version": "0.2.2" + } }, "node_modules/simple-swizzle/node_modules/is-arrayish": { - "license": "MIT", - "version": "0.3.2" + "version": "0.3.2", + "license": "MIT" }, "node_modules/sinon": { + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-18.0.1.tgz", + "integrity": "sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", "@sinonjs/fake-timers": "11.2.2", @@ -11598,139 +11606,143 @@ "nise": "^6.0.0", "supports-color": "^7" }, - "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/sinon" - }, - "integrity": "sha512-a2N2TDY1uGviajJ6r4D1CyRAkzE9NNVlYOV1wX5xQDuAk0ONgzgRl0EjCQuRCPxOwp13ghsMwt9Gdldujs39qw==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-18.0.1.tgz", - "version": "18.0.1" + } }, "node_modules/sinon/node_modules/@sinonjs/fake-timers": { - "dependencies": { - "@sinonjs/commons": "^3.0.0" - }, - "dev": true, + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz", "integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==", + "dev": true, "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz", - "version": "11.2.2" + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } }, "node_modules/sinon/node_modules/diff": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", + "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" - }, - "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz", - "version": "5.2.0" + } }, "node_modules/sisteransi": { + "version": "1.0.5", "dev": true, - "license": "MIT", - "version": "1.0.5" + "license": "MIT" }, "node_modules/slash": { + "version": "3.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/source-map": { + "version": "0.6.1", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" - }, - "license": "BSD-3-Clause", - "version": "0.6.1" + } }, "node_modules/source-map-support": { + "version": "0.5.13", + "dev": true, + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" - }, - "dev": true, - "license": "MIT", - "version": "0.5.13" + } }, "node_modules/sprintf-js": { - "license": "BSD-3-Clause", - "version": "1.0.3" + "version": "1.0.3", + "license": "BSD-3-Clause" }, "node_modules/stable-hash-x": { + "version": "0.2.0", "dev": true, + "license": "MIT", "engines": { "node": ">=12.0.0" - }, - "license": "MIT", - "version": "0.2.0" + } }, "node_modules/stack-trace": { + "version": "0.0.10", + "license": "MIT", "engines": { "node": "*" - }, - "license": "MIT", - "version": "0.0.10" + } }, "node_modules/stack-utils": { + "version": "2.0.6", + "dev": true, + "license": "MIT", "dependencies": { "escape-string-regexp": "^2.0.0" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "2.0.6" + } }, "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/stop-iteration-iterator": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "internal-slot": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/stream-browserify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", + "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", + "license": "MIT", "dependencies": { "inherits": "~2.0.4", "readable-stream": "^3.5.0" - }, - "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", "license": "MIT", - "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz", - "version": "3.0.0" + "dependencies": { + "safe-buffer": "~5.2.0" + } }, "node_modules/string-length": { + "version": "4.0.2", + "dev": true, + "license": "MIT", "dependencies": { "char-regex": "^1.0.2", "strip-ansi": "^6.0.0" }, - "dev": true, "engines": { "node": ">=10" - }, - "license": "MIT", - "version": "4.0.2" + } }, "node_modules/string-width": { + "version": "4.2.3", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -11738,51 +11750,52 @@ }, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.2.3" + } }, "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" }, - "dev": true, "engines": { "node": ">=8" - }, - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "license": "MIT", - "name": "string-width", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "version": "4.2.3" + } }, "node_modules/string-width-cjs/node_modules/emoji-regex": { - "dev": true, - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "license": "MIT", + "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "version": "8.0.0" + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" }, "node_modules/string-width/node_modules/emoji-regex": { - "license": "MIT", - "version": "8.0.0" + "version": "8.0.0", + "license": "MIT" }, "node_modules/string.prototype.includes": { + "version": "2.0.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-abstract": "^1.23.3" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "2.0.1" + } }, "node_modules/string.prototype.matchall": { + "version": "4.0.12", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.3", @@ -11798,26 +11811,26 @@ "set-function-name": "^2.0.2", "side-channel": "^1.1.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "4.0.12" + } }, "node_modules/string.prototype.repeat": { + "version": "1.0.0", + "dev": true, + "license": "MIT", "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" - }, - "dev": true, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/string.prototype.trim": { + "version": "1.2.10", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", @@ -11827,310 +11840,301 @@ "es-object-atoms": "^1.0.0", "has-property-descriptors": "^1.0.2" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.10" + } }, "node_modules/string.prototype.trimend": { + "version": "1.0.9", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.9" + } }, "node_modules/string.prototype.trimstart": { + "version": "1.0.8", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-object-atoms": "^1.0.0" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.8" - }, - "node_modules/string_decoder": { - "dependencies": { - "safe-buffer": "~5.2.0" - }, - "license": "MIT", - "version": "1.3.0" + } }, "node_modules/strip-ansi": { + "version": "6.0.1", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "6.0.1" + } }, "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, - "dev": true, "engines": { "node": ">=8" - }, - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "license": "MIT", - "name": "strip-ansi", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "version": "6.0.1" + } }, "node_modules/strip-bom": { + "version": "4.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/strip-final-newline": { + "version": "2.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/strip-indent": { + "version": "4.0.0", + "dev": true, + "license": "MIT", "dependencies": { "min-indent": "^1.0.1" }, - "dev": true, "engines": { "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/strip-json-comments": { + "version": "3.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "3.1.1" + } }, "node_modules/strnum": { + "version": "2.1.1", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", - "version": "2.1.1" + "license": "MIT" }, "node_modules/supplier-status-event-generator": { - "link": true, - "resolved": "scripts/supplier-status-event-generator" + "resolved": "scripts/supplier-status-event-generator", + "link": true }, "node_modules/supports-color": { + "version": "7.2.0", + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "MIT", - "version": "7.2.0" + } }, "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.0" + } }, "node_modules/symbol-tree": { + "version": "3.2.4", "dev": true, - "license": "MIT", - "version": "3.2.4" + "license": "MIT" }, "node_modules/synckit": { + "version": "0.11.8", + "dev": true, + "license": "MIT", "dependencies": { "@pkgr/core": "^0.2.4" }, - "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/synckit" - }, - "license": "MIT", - "version": "0.11.8" + } }, "node_modules/test-exclude": { + "version": "6.0.0", + "dev": true, + "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", "minimatch": "^3.0.4" }, - "dev": true, "engines": { "node": ">=8" - }, - "license": "ISC", - "version": "6.0.0" + } }, "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "version": "1.1.12" + } }, "node_modules/test-exclude/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "license": "ISC", - "version": "3.1.2" + } }, "node_modules/text-hex": { - "license": "MIT", - "version": "1.0.0" + "version": "1.0.0", + "license": "MIT" }, "node_modules/tinyglobby": { + "version": "0.2.14", + "dev": true, + "license": "MIT", "dependencies": { "fdir": "^6.4.4", "picomatch": "^4.0.2" }, - "dev": true, "engines": { "node": ">=12.0.0" }, "funding": { "url": "https://github.com/sponsors/SuperchupuDev" - }, - "license": "MIT", - "version": "0.2.14" + } }, "node_modules/tinyrainbow": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", + "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.0.0" - }, - "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz", - "version": "2.0.0" + } }, "node_modules/tinyspy": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.3.tgz", + "integrity": "sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.0.0" - }, - "integrity": "sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.3.tgz", - "version": "4.0.3" + } }, "node_modules/tmpl": { + "version": "1.0.5", "dev": true, - "license": "BSD-3-Clause", - "version": "1.0.5" + "license": "BSD-3-Clause" }, "node_modules/to-regex-range": { + "version": "5.0.1", + "dev": true, + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, - "dev": true, "engines": { "node": ">=8.0" - }, - "license": "MIT", - "version": "5.0.1" + } }, "node_modules/tough-cookie": { + "version": "4.1.4", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", "universalify": "^0.2.0", "url-parse": "^1.5.3" }, - "dev": true, "engines": { "node": ">=6" - }, - "license": "BSD-3-Clause", - "version": "4.1.4" + } }, "node_modules/tr46": { + "version": "3.0.0", + "dev": true, + "license": "MIT", "dependencies": { "punycode": "^2.1.1" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/triple-beam": { + "version": "1.4.1", + "license": "MIT", "engines": { "node": ">= 14.0.0" - }, - "license": "MIT", - "version": "1.4.1" + } }, "node_modules/ts-api-utils": { + "version": "2.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=18.12" }, - "license": "MIT", "peerDependencies": { "typescript": ">=4.8.4" - }, - "version": "2.1.0" + } }, "node_modules/ts-essentials": { + "version": "10.1.1", "dev": true, "license": "MIT", "peerDependencies": { @@ -12140,13 +12144,12 @@ "typescript": { "optional": true } - }, - "version": "10.1.1" + } }, "node_modules/ts-jest": { - "bin": { - "ts-jest": "cli.js" - }, + "version": "29.4.0", + "dev": true, + "license": "MIT", "dependencies": { "bs-logger": "^0.2.6", "ejs": "^3.1.10", @@ -12158,11 +12161,12 @@ "type-fest": "^4.41.0", "yargs-parser": "^21.1.1" }, - "dev": true, + "bin": { + "ts-jest": "cli.js" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" }, - "license": "MIT", "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", "@jest/transform": "^29.0.0 || ^30.0.0", @@ -12191,29 +12195,23 @@ "jest-util": { "optional": true } - }, - "version": "29.4.0" + } }, "node_modules/ts-jest/node_modules/type-fest": { + "version": "4.41.0", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "(MIT OR CC0-1.0)", - "version": "4.41.0" + } }, "node_modules/ts-node": { - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, + "version": "10.9.2", + "dev": true, + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -12229,8 +12227,14 @@ "v8-compile-cache-lib": "^3.0.1", "yn": "3.1.1" }, - "dev": true, - "license": "MIT", + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, "peerDependencies": { "@swc/core": ">=1.2.50", "@swc/wasm": ">=1.2.50", @@ -12244,111 +12248,113 @@ "@swc/wasm": { "optional": true } - }, - "version": "10.9.2" + } }, "node_modules/tsconfig-paths": { + "version": "3.15.0", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", "minimist": "^1.2.6", "strip-bom": "^3.0.0" - }, + } + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.2", "dev": true, "license": "MIT", "optional": true, "peer": true, - "version": "3.15.0" - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "bin": { - "json5": "lib/cli.js" - }, "dependencies": { "minimist": "^1.2.0" }, - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "version": "1.0.2" + "bin": { + "json5": "lib/cli.js" + } }, "node_modules/tsconfig-paths/node_modules/strip-bom": { + "version": "3.0.0", "dev": true, - "engines": { - "node": ">=4" - }, "license": "MIT", "optional": true, "peer": true, - "version": "3.0.0" + "engines": { + "node": ">=4" + } }, "node_modules/tslib": { - "license": "0BSD", - "version": "2.8.1" + "version": "2.8.1", + "license": "0BSD" }, "node_modules/tsx": { - "bin": { - "tsx": "dist/cli.mjs" - }, + "version": "4.20.3", + "dev": true, + "license": "MIT", "dependencies": { "esbuild": "~0.25.0", "get-tsconfig": "^4.7.5" }, - "dev": true, + "bin": { + "tsx": "dist/cli.mjs" + }, "engines": { "node": ">=18.0.0" }, - "license": "MIT", "optionalDependencies": { "fsevents": "~2.3.3" - }, - "version": "4.20.3" + } }, "node_modules/type-check": { + "version": "0.4.0", + "dev": true, + "license": "MIT", "dependencies": { "prelude-ls": "^1.2.1" }, - "dev": true, "engines": { "node": ">= 0.8.0" - }, - "license": "MIT", - "version": "0.4.0" + } }, "node_modules/type-detect": { + "version": "4.0.8", "dev": true, + "license": "MIT", "engines": { "node": ">=4" - }, - "license": "MIT", - "version": "4.0.8" + } }, "node_modules/type-fest": { + "version": "0.21.3", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "(MIT OR CC0-1.0)", - "version": "0.21.3" + } }, "node_modules/typed-array-buffer": { + "version": "1.0.3", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-typed-array": "^1.1.14" }, - "dev": true, "engines": { "node": ">= 0.4" - }, - "license": "MIT", - "version": "1.0.3" + } }, "node_modules/typed-array-byte-length": { + "version": "1.0.3", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.8", "for-each": "^0.3.3", @@ -12356,17 +12362,17 @@ "has-proto": "^1.2.0", "is-typed-array": "^1.1.14" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.3" + } }, "node_modules/typed-array-byte-offset": { + "version": "1.0.4", + "dev": true, + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -12376,17 +12382,17 @@ "is-typed-array": "^1.1.15", "reflect.getprototypeof": "^1.0.9" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.4" + } }, "node_modules/typed-array-length": { + "version": "1.0.7", + "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", @@ -12395,35 +12401,34 @@ "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.7" + } }, "node_modules/typescript": { + "version": "5.8.3", + "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, - "dev": true, "engines": { "node": ">=14.17" - }, - "license": "Apache-2.0", - "version": "5.8.3" + } }, "node_modules/typescript-eslint": { + "version": "8.36.0", + "dev": true, + "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "8.36.0", "@typescript-eslint/parser": "8.36.0", "@typescript-eslint/utils": "8.36.0" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -12431,67 +12436,66 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, - "license": "MIT", "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" - }, - "version": "8.36.0" + } }, "node_modules/uglify-js": { + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", + "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", + "dev": true, + "license": "BSD-2-Clause", + "optional": true, "bin": { "uglifyjs": "bin/uglifyjs" }, - "dev": true, "engines": { "node": ">=0.8.0" - }, - "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", - "license": "BSD-2-Clause", - "optional": true, - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", - "version": "3.19.3" + } }, "node_modules/unbox-primitive": { + "version": "1.1.0", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", "has-symbols": "^1.1.0", "which-boxed-primitive": "^1.1.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.0" + } }, "node_modules/undici-types": { + "version": "7.8.0", "dev": true, - "license": "MIT", - "version": "7.8.0" + "license": "MIT" }, "node_modules/universalify": { + "version": "0.2.0", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.0.0" - }, - "license": "MIT", - "version": "0.2.0" + } }, "node_modules/unrs-resolver": { + "version": "1.11.0", + "dev": true, + "hasInstallScript": true, + "license": "MIT", "dependencies": { "napi-postinstall": "^0.3.0" }, - "dev": true, "funding": { "url": "https://opencollective.com/unrs-resolver" }, - "hasInstallScript": true, - "license": "MIT", "optionalDependencies": { "@unrs/resolver-binding-android-arm-eabi": "1.11.0", "@unrs/resolver-binding-android-arm64": "1.11.0", @@ -12512,17 +12516,10 @@ "@unrs/resolver-binding-win32-arm64-msvc": "1.11.0", "@unrs/resolver-binding-win32-ia32-msvc": "1.11.0", "@unrs/resolver-binding-win32-x64-msvc": "1.11.0" - }, - "version": "1.11.0" + } }, "node_modules/update-browserslist-db": { - "bin": { - "update-browserslist-db": "cli.js" - }, - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, + "version": "1.1.3", "dev": true, "funding": [ { @@ -12539,200 +12536,209 @@ } ], "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, "peerDependencies": { "browserslist": ">= 4.21.0" - }, - "version": "1.1.3" + } }, "node_modules/uri-js": { - "dependencies": { - "punycode": "^2.1.0" - }, + "version": "4.4.1", "dev": true, "license": "BSD-2-Clause", - "version": "4.4.1" + "dependencies": { + "punycode": "^2.1.0" + } }, "node_modules/url": { + "version": "0.10.3", + "license": "MIT", "dependencies": { "punycode": "1.3.2", "querystring": "0.2.0" - }, - "license": "MIT", - "version": "0.10.3" + } }, "node_modules/url-parse": { + "version": "1.5.10", + "dev": true, + "license": "MIT", "dependencies": { "querystringify": "^2.1.1", "requires-port": "^1.0.0" - }, - "dev": true, - "license": "MIT", - "version": "1.5.10" + } }, "node_modules/url/node_modules/punycode": { - "license": "MIT", - "version": "1.3.2" + "version": "1.3.2", + "license": "MIT" }, "node_modules/util": { + "version": "0.12.5", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", "is-generator-function": "^1.0.7", "is-typed-array": "^1.1.3", "which-typed-array": "^1.1.2" - }, - "license": "MIT", - "version": "0.12.5" + } }, "node_modules/util-deprecate": { - "license": "MIT", - "version": "1.0.2" + "version": "1.0.2", + "license": "MIT" }, "node_modules/uuid": { - "bin": { - "uuid": "dist/bin/uuid" - }, + "version": "9.0.1", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", - "version": "9.0.1" + "bin": { + "uuid": "dist/bin/uuid" + } }, "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", "dev": true, - "license": "MIT", - "version": "3.0.1" + "license": "MIT" }, "node_modules/v8-to-istanbul": { + "version": "9.3.0", + "dev": true, + "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^2.0.0" }, - "dev": true, "engines": { "node": ">=10.12.0" - }, - "license": "ISC", - "version": "9.3.0" + } }, "node_modules/vscode-json-languageservice": { + "version": "4.2.1", + "dev": true, + "license": "MIT", "dependencies": { "jsonc-parser": "^3.0.0", "vscode-languageserver-textdocument": "^1.0.3", "vscode-languageserver-types": "^3.16.0", "vscode-nls": "^5.0.0", "vscode-uri": "^3.0.3" - }, - "dev": true, - "license": "MIT", - "version": "4.2.1" + } }, "node_modules/vscode-languageserver-textdocument": { + "version": "1.0.12", "dev": true, - "license": "MIT", - "version": "1.0.12" + "license": "MIT" }, "node_modules/vscode-languageserver-types": { + "version": "3.17.5", "dev": true, - "license": "MIT", - "version": "3.17.5" + "license": "MIT" }, "node_modules/vscode-nls": { + "version": "5.2.0", "dev": true, - "license": "MIT", - "version": "5.2.0" + "license": "MIT" }, "node_modules/vscode-uri": { + "version": "3.1.0", "dev": true, - "license": "MIT", - "version": "3.1.0" + "license": "MIT" }, "node_modules/w3c-xmlserializer": { + "version": "4.0.0", + "dev": true, + "license": "MIT", "dependencies": { "xml-name-validator": "^4.0.0" }, - "dev": true, "engines": { "node": ">=14" - }, - "license": "MIT", - "version": "4.0.0" + } }, "node_modules/walker": { - "dependencies": { - "makeerror": "1.0.12" - }, + "version": "1.0.8", "dev": true, "license": "Apache-2.0", - "version": "1.0.8" + "dependencies": { + "makeerror": "1.0.12" + } }, "node_modules/watchpack": { + "version": "2.4.4", + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" }, "engines": { "node": ">=10.13.0" - }, - "license": "MIT", - "version": "2.4.4" + } }, "node_modules/webidl-conversions": { + "version": "7.0.0", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=12" - }, - "license": "BSD-2-Clause", - "version": "7.0.0" + } }, "node_modules/whatwg-encoding": { + "version": "2.0.0", + "dev": true, + "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "2.0.0" + } }, "node_modules/whatwg-mimetype": { + "version": "3.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "3.0.0" + } }, "node_modules/whatwg-url": { + "version": "11.0.0", + "dev": true, + "license": "MIT", "dependencies": { "tr46": "^3.0.0", "webidl-conversions": "^7.0.0" }, - "dev": true, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "11.0.0" + } }, "node_modules/which": { - "bin": { - "node-which": "bin/node-which" - }, + "version": "2.0.2", + "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, - "dev": true, + "bin": { + "node-which": "bin/node-which" + }, "engines": { "node": ">= 8" - }, - "license": "ISC", - "version": "2.0.2" + } }, "node_modules/which-boxed-primitive": { + "version": "1.1.1", + "dev": true, + "license": "MIT", "dependencies": { "is-bigint": "^1.1.0", "is-boolean-object": "^1.2.1", @@ -12740,17 +12746,17 @@ "is-string": "^1.1.1", "is-symbol": "^1.1.1" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.1" + } }, "node_modules/which-builtin-type": { + "version": "1.2.1", + "dev": true, + "license": "MIT", "dependencies": { "call-bound": "^1.0.2", "function.prototype.name": "^1.1.6", @@ -12766,39 +12772,38 @@ "which-collection": "^1.0.2", "which-typed-array": "^1.1.16" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.2.1" + } }, "node_modules/which-builtin-type/node_modules/isarray": { + "version": "2.0.5", "dev": true, - "license": "MIT", - "version": "2.0.5" + "license": "MIT" }, "node_modules/which-collection": { + "version": "1.0.2", + "dev": true, + "license": "MIT", "dependencies": { "is-map": "^2.0.3", "is-set": "^2.0.3", "is-weakmap": "^2.0.2", "is-weakset": "^2.0.3" }, - "dev": true, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.0.2" + } }, "node_modules/which-typed-array": { + "version": "1.1.19", + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.8", @@ -12813,11 +12818,11 @@ }, "funding": { "url": "https://github.com/sponsors/ljharb" - }, - "license": "MIT", - "version": "1.1.19" + } }, "node_modules/winston": { + "version": "3.17.0", + "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", "@dabh/diagnostics": "^2.0.2", @@ -12833,11 +12838,11 @@ }, "engines": { "node": ">= 12.0.0" - }, - "license": "MIT", - "version": "3.17.0" + } }, "node_modules/winston-transport": { + "version": "4.9.0", + "license": "MIT", "dependencies": { "logform": "^2.7.0", "readable-stream": "^3.6.2", @@ -12845,26 +12850,26 @@ }, "engines": { "node": ">= 12.0.0" - }, - "license": "MIT", - "version": "4.9.0" + } }, "node_modules/word-wrap": { + "version": "1.2.5", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" - }, - "license": "MIT", - "version": "1.2.5" + } }, "node_modules/wordwrap": { - "dev": true, - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "license": "MIT", + "version": "1.0.0", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "version": "1.0.0" + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { + "version": "7.0.0", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -12875,52 +12880,51 @@ }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - }, - "license": "MIT", - "version": "7.0.0" + } }, "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - }, - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "license": "MIT", - "name": "wrap-ansi", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "version": "7.0.0" + } }, "node_modules/wrappy": { + "version": "1.0.2", "dev": true, - "license": "ISC", - "version": "1.0.2" + "license": "ISC" }, "node_modules/write-file-atomic": { + "version": "4.0.2", + "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" }, - "dev": true, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "license": "ISC", - "version": "4.0.2" + } }, "node_modules/ws": { + "version": "8.18.3", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, - "license": "MIT", "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" @@ -12932,61 +12936,62 @@ "utf-8-validate": { "optional": true } - }, - "version": "8.18.3" + } }, "node_modules/xml-name-validator": { + "version": "4.0.0", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=12" - }, - "license": "Apache-2.0", - "version": "4.0.0" + } }, "node_modules/xml2js": { + "version": "0.6.2", + "license": "MIT", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" }, "engines": { "node": ">=4.0.0" - }, - "license": "MIT", - "version": "0.6.2" + } }, "node_modules/xml2js/node_modules/xmlbuilder": { + "version": "11.0.1", + "license": "MIT", "engines": { "node": ">=4.0" - }, - "license": "MIT", - "version": "11.0.1" + } }, "node_modules/xmlbuilder": { + "version": "15.0.0", "dev": true, + "license": "MIT", "engines": { "node": ">=8.0" - }, - "license": "MIT", - "version": "15.0.0" + } }, "node_modules/xmlchars": { + "version": "2.2.0", "dev": true, - "license": "MIT", - "version": "2.2.0" + "license": "MIT" }, "node_modules/y18n": { + "version": "5.0.8", + "license": "ISC", "engines": { "node": ">=10" - }, - "license": "ISC", - "version": "5.0.8" + } }, "node_modules/yallist": { + "version": "3.1.1", "dev": true, - "license": "ISC", - "version": "3.1.1" + "license": "ISC" }, "node_modules/yargs": { + "version": "17.7.2", + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -12998,44 +13003,44 @@ }, "engines": { "node": ">=12" - }, - "license": "MIT", - "version": "17.7.2" + } }, "node_modules/yargs-parser": { + "version": "21.1.1", + "license": "ISC", "engines": { "node": ">=12" - }, - "license": "ISC", - "version": "21.1.1" + } }, "node_modules/yn": { + "version": "3.1.1", "dev": true, + "license": "MIT", "engines": { "node": ">=6" - }, - "license": "MIT", - "version": "3.1.1" + } }, "node_modules/yocto-queue": { + "version": "0.1.0", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "license": "MIT", - "version": "0.1.0" + } }, "node_modules/zod": { + "version": "3.25.76", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" - }, - "license": "MIT", - "version": "3.25.76" + } }, "scripts/supplier-status-event-generator": { + "version": "1.0.0", + "license": "ISC", "dependencies": { "@aws-sdk/client-sqs": "^3.894.0", "@aws-sdk/client-sts": "^3.896.0", @@ -13053,11 +13058,13 @@ "jest-mock-extended": "^4.0.0", "ts-jest": "^29.4.4", "typescript": "^5.9.2" - }, - "license": "ISC", - "version": "1.0.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/client-sqs": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sqs/-/client-sqs-3.899.0.tgz", + "integrity": "sha512-GCquRhawEup8jD5n4ItfMUxhlmly/QDZMsNU74olnJ9aEvL4OspmlBA89lQ6BJu/ctfPsnRCMtDQhhvagS7KyQ==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -13103,13 +13110,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-GCquRhawEup8jD5n4ItfMUxhlmly/QDZMsNU74olnJ9aEvL4OspmlBA89lQ6BJu/ctfPsnRCMtDQhhvagS7KyQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sqs/-/client-sqs-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/client-sso": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.899.0.tgz", + "integrity": "sha512-EKz/iiVDv2OC8/3ONcXG3+rhphx9Heh7KXQdsZzsAXGVn6mWtrHQLrWjgONckmK4LrD07y4+5WlJlGkMxSMA5A==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -13152,13 +13159,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-EKz/iiVDv2OC8/3ONcXG3+rhphx9Heh7KXQdsZzsAXGVn6mWtrHQLrWjgONckmK4LrD07y4+5WlJlGkMxSMA5A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/core": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.899.0.tgz", + "integrity": "sha512-Enp5Zw37xaRlnscyaelaUZNxVqyE3CTS8gjahFbW2bbzVtRD2itHBVgq8A3lvKiFb7Feoxa71aTe0fQ1I6AhQQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@aws-sdk/xml-builder": "3.894.0", @@ -13176,13 +13183,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Enp5Zw37xaRlnscyaelaUZNxVqyE3CTS8gjahFbW2bbzVtRD2itHBVgq8A3lvKiFb7Feoxa71aTe0fQ1I6AhQQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-env": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.899.0.tgz", + "integrity": "sha512-wXQ//KQ751EFhUbdfoL/e2ZDaM8l2Cff+hVwFcj32yiZyeCMhnoLRMQk2euAaUOugqPY5V5qesFbHhISbIedtw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -13192,13 +13199,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-wXQ//KQ751EFhUbdfoL/e2ZDaM8l2Cff+hVwFcj32yiZyeCMhnoLRMQk2euAaUOugqPY5V5qesFbHhISbIedtw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-http": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.899.0.tgz", + "integrity": "sha512-/rRHyJFdnPrupjt/1q/PxaO6O26HFsguVUJSUeMeGUWLy0W8OC3slLFDNh89CgTqnplCyt1aLFMCagRM20HjNQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -13213,13 +13220,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-/rRHyJFdnPrupjt/1q/PxaO6O26HFsguVUJSUeMeGUWLy0W8OC3slLFDNh89CgTqnplCyt1aLFMCagRM20HjNQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.899.0.tgz", + "integrity": "sha512-B8oFNFTDV0j1yiJiqzkC2ybml+theNnmsLrTLBhJbnBLWkxEcmVGKVIMnATW9BUCBhHmEtDiogdNIzSwP8tbMw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/credential-provider-env": "3.899.0", @@ -13237,13 +13244,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-B8oFNFTDV0j1yiJiqzkC2ybml+theNnmsLrTLBhJbnBLWkxEcmVGKVIMnATW9BUCBhHmEtDiogdNIzSwP8tbMw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-node": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.899.0.tgz", + "integrity": "sha512-nHBnZ2ZCOqTGJ2A9xpVj8iK6+WV+j0JNv3XGEkIuL4mqtGEPJlEex/0mD/hqc1VF8wZzojji2OQ3892m1mUOSA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.899.0", "@aws-sdk/credential-provider-http": "3.899.0", @@ -13260,13 +13267,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-nHBnZ2ZCOqTGJ2A9xpVj8iK6+WV+j0JNv3XGEkIuL4mqtGEPJlEex/0mD/hqc1VF8wZzojji2OQ3892m1mUOSA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-process": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.899.0.tgz", + "integrity": "sha512-1PWSejKcJQUKBNPIqSHlEW4w8vSjmb+3kNJqCinJybjp5uP5BJgBp6QNcb8Nv30VBM0bn3ajVd76LCq4ZshQAw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -13277,13 +13284,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-1PWSejKcJQUKBNPIqSHlEW4w8vSjmb+3kNJqCinJybjp5uP5BJgBp6QNcb8Nv30VBM0bn3ajVd76LCq4ZshQAw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.899.0.tgz", + "integrity": "sha512-URlMbo74CAhIGrhzEP2fw5F5Tt6MRUctA8aa88MomlEHCEbJDsMD3nh6qoXxwR3LyvEBFmCWOZ/1TWmAjMsSdA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.899.0", "@aws-sdk/core": "3.899.0", @@ -13296,13 +13303,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-URlMbo74CAhIGrhzEP2fw5F5Tt6MRUctA8aa88MomlEHCEbJDsMD3nh6qoXxwR3LyvEBFmCWOZ/1TWmAjMsSdA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.899.0.tgz", + "integrity": "sha512-UEn5o5FMcbeFPRRkJI6VCrgdyR9qsLlGA7+AKCYuYADsKbvJGIIQk6A2oD82vIVvLYD3TtbTLDLsF7haF9mpbw==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/nested-clients": "3.899.0", @@ -13314,13 +13321,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-UEn5o5FMcbeFPRRkJI6VCrgdyR9qsLlGA7+AKCYuYADsKbvJGIIQk6A2oD82vIVvLYD3TtbTLDLsF7haF9mpbw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/middleware-host-header": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.893.0.tgz", + "integrity": "sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/protocol-http": "^5.2.1", @@ -13329,13 +13336,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/middleware-logger": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.893.0.tgz", + "integrity": "sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", @@ -13343,13 +13350,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.893.0.tgz", + "integrity": "sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@aws/lambda-invoke-store": "^0.0.1", @@ -13359,13 +13366,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/middleware-sdk-sqs": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sqs/-/middleware-sdk-sqs-3.899.0.tgz", + "integrity": "sha512-XjWdP6ZZWShkz8M+kUSydegxzEC0mA3Zswve+TjlSGOvFIEJ8DJzAxUZevIJUOUDYIoBa5ujQ4CRJDTmB5fAIQ==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/smithy-client": "^4.6.5", @@ -13376,13 +13383,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-XjWdP6ZZWShkz8M+kUSydegxzEC0mA3Zswve+TjlSGOvFIEJ8DJzAxUZevIJUOUDYIoBa5ujQ4CRJDTmB5fAIQ==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sqs/-/middleware-sdk-sqs-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.899.0.tgz", + "integrity": "sha512-6EsVCC9j1VIyVyLOg+HyO3z9L+c0PEwMiHe3kuocoMf8nkfjSzJfIl6zAtgAXWgP5MKvusTP2SUbS9ezEEHZ+A==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -13394,13 +13401,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-6EsVCC9j1VIyVyLOg+HyO3z9L+c0PEwMiHe3kuocoMf8nkfjSzJfIl6zAtgAXWgP5MKvusTP2SUbS9ezEEHZ+A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/nested-clients": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.899.0.tgz", + "integrity": "sha512-ySXXsFO0RH28VISEqvCuPZ78VAkK45/+OCIJgPvYpcCX9CVs70XSvMPXDI46I49mudJ1s4H3IUKccYSEtA+jaw==", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -13443,13 +13450,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-ySXXsFO0RH28VISEqvCuPZ78VAkK45/+OCIJgPvYpcCX9CVs70XSvMPXDI46I49mudJ1s4H3IUKccYSEtA+jaw==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/region-config-resolver": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.893.0.tgz", + "integrity": "sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/node-config-provider": "^4.2.2", @@ -13460,13 +13467,13 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/token-providers": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.899.0.tgz", + "integrity": "sha512-Ovu1nWr8HafYa/7DaUvvPnzM/yDUGDBqaiS7rRzv++F5VwyFY37+z/mHhvRnr+PbNWo8uf22a121SNue5uwP2w==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.899.0", "@aws-sdk/nested-clients": "3.899.0", @@ -13478,26 +13485,26 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Ovu1nWr8HafYa/7DaUvvPnzM/yDUGDBqaiS7rRzv++F5VwyFY37+z/mHhvRnr+PbNWo8uf22a121SNue5uwP2w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/types": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.893.0.tgz", + "integrity": "sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "tslib": "^2.6.2" }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/util-endpoints": { + "version": "3.895.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.895.0.tgz", + "integrity": "sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", @@ -13507,25 +13514,25 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.895.0.tgz", - "version": "3.895.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.893.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.893.0.tgz", + "integrity": "sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.893.0", "@smithy/types": "^4.5.0", "bowser": "^2.11.0", "tslib": "^2.6.2" - }, - "integrity": "sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.893.0.tgz", - "version": "3.893.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.899.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.899.0.tgz", + "integrity": "sha512-CiP0UAVQWLg2+8yciUBzVLaK5Fr7jBQ7wVu+p/O2+nlCOD3E3vtL1KZ1qX/d3OVpVSVaMAdZ9nbyewGV9hvjjg==", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-user-agent": "3.899.0", "@aws-sdk/types": "3.893.0", @@ -13536,8 +13543,6 @@ "engines": { "node": ">=18.0.0" }, - "integrity": "sha512-CiP0UAVQWLg2+8yciUBzVLaK5Fr7jBQ7wVu+p/O2+nlCOD3E3vtL1KZ1qX/d3OVpVSVaMAdZ9nbyewGV9hvjjg==", - "license": "Apache-2.0", "peerDependencies": { "aws-crt": ">=1.0.0" }, @@ -13545,11 +13550,13 @@ "aws-crt": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.899.0.tgz", - "version": "3.899.0" + } }, "scripts/supplier-status-event-generator/node_modules/@aws-sdk/xml-builder": { + "version": "3.894.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.894.0.tgz", + "integrity": "sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "fast-xml-parser": "5.2.5", @@ -13557,81 +13564,82 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.894.0.tgz", - "version": "3.894.0" + } }, "scripts/supplier-status-event-generator/node_modules/@eslint-community/eslint-utils": { + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", + "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", + "dev": true, + "license": "MIT", "dependencies": { "eslint-visitor-keys": "^3.4.3" }, - "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" }, - "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", - "license": "MIT", "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - }, - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", - "version": "4.9.0" + } }, "scripts/supplier-status-event-generator/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" - }, - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "version": "3.4.3" + } }, "scripts/supplier-status-event-generator/node_modules/@eslint/config-helpers": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz", + "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==", "dev": true, + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "integrity": "sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.1.tgz", - "version": "0.3.1" + } }, "scripts/supplier-status-event-generator/node_modules/@eslint/core": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", + "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", + "dev": true, + "license": "Apache-2.0", "dependencies": { "@types/json-schema": "^7.0.15" }, - "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", - "version": "0.15.2" + } }, "scripts/supplier-status-event-generator/node_modules/@eslint/js": { + "version": "9.36.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz", + "integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==", "dev": true, + "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://eslint.org/donate" - }, - "integrity": "sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.36.0.tgz", - "version": "9.36.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/console": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.2.0.tgz", + "integrity": "sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "@types/node": "*", @@ -13640,16 +13648,16 @@ "jest-util": "30.2.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/core": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-30.2.0.tgz", + "integrity": "sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "30.2.0", "@jest/pattern": "30.0.1", @@ -13680,12 +13688,9 @@ "pretty-format": "30.2.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ==", - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -13693,54 +13698,57 @@ "node-notifier": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/@jest/core/-/core-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/environment": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.2.0.tgz", + "integrity": "sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/fake-timers": "30.2.0", "@jest/types": "30.2.0", "@types/node": "*", "jest-mock": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/expect": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.2.0.tgz", + "integrity": "sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==", + "dev": true, + "license": "MIT", "dependencies": { "expect": "30.2.0", "jest-snapshot": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/expect-utils": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.2.0.tgz", + "integrity": "sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/get-type": "30.1.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/fake-timers": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.2.0.tgz", + "integrity": "sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "@sinonjs/fake-timers": "^13.0.0", @@ -13749,32 +13757,32 @@ "jest-mock": "30.2.0", "jest-util": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/globals": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.2.0.tgz", + "integrity": "sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "30.2.0", "@jest/expect": "30.2.0", "@jest/types": "30.2.0", "jest-mock": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/reporters": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.2.0.tgz", + "integrity": "sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==", + "dev": true, + "license": "MIT", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@jest/console": "30.2.0", @@ -13800,12 +13808,9 @@ "string-length": "^4.0.2", "v8-to-istanbul": "^9.0.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ==", - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -13813,71 +13818,74 @@ "node-notifier": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/schemas": { + "version": "30.0.5", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz", + "integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==", + "dev": true, + "license": "MIT", "dependencies": { "@sinclair/typebox": "^0.34.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz", - "version": "30.0.5" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/source-map": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-30.0.1.tgz", + "integrity": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==", + "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.25", "callsites": "^3.1.0", "graceful-fs": "^4.2.11" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-30.0.1.tgz", - "version": "30.0.1" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/test-result": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.2.0.tgz", + "integrity": "sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "30.2.0", "@jest/types": "30.2.0", "@types/istanbul-lib-coverage": "^2.0.6", "collect-v8-coverage": "^1.0.2" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/test-sequencer": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.2.0.tgz", + "integrity": "sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "30.2.0", "graceful-fs": "^4.2.11", "jest-haste-map": "30.2.0", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/transform": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.2.0.tgz", + "integrity": "sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.27.4", "@jest/types": "30.2.0", @@ -13895,16 +13903,16 @@ "slash": "^3.0.0", "write-file-atomic": "^5.0.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@jest/types": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz", + "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/pattern": "30.0.1", "@jest/schemas": "30.0.5", @@ -13914,33 +13922,32 @@ "@types/yargs": "^17.0.33", "chalk": "^4.1.2" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/@sinclair/typebox": { - "dev": true, - "integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==", - "license": "MIT", + "version": "0.34.41", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz", - "version": "0.34.41" + "integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==", + "dev": true, + "license": "MIT" }, "scripts/supplier-status-event-generator/node_modules/@sinonjs/fake-timers": { - "dependencies": { - "@sinonjs/commons": "^3.0.1" - }, - "dev": true, + "version": "13.0.5", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", "integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==", + "dev": true, "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz", - "version": "13.0.5" + "dependencies": { + "@sinonjs/commons": "^3.0.1" + } }, "scripts/supplier-status-event-generator/node_modules/@smithy/md5-js": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.1.1.tgz", + "integrity": "sha512-MvWXKK743BuHjr/hnWuT6uStdKEaoqxHAQUvbKJPPZM5ZojTNFI5D+47BoQfBE5RgGlRRty05EbWA+NXDv+hIA==", + "license": "Apache-2.0", "dependencies": { "@smithy/types": "^4.5.0", "@smithy/util-utf8": "^4.1.0", @@ -13948,47 +13955,48 @@ }, "engines": { "node": ">=18.0.0" - }, - "integrity": "sha512-MvWXKK743BuHjr/hnWuT6uStdKEaoqxHAQUvbKJPPZM5ZojTNFI5D+47BoQfBE5RgGlRRty05EbWA+NXDv+hIA==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/@smithy/md5-js/-/md5-js-4.1.1.tgz", - "version": "4.1.1" + } }, "scripts/supplier-status-event-generator/node_modules/@types/jest": { + "version": "30.0.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-30.0.0.tgz", + "integrity": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==", + "dev": true, + "license": "MIT", "dependencies": { "expect": "^30.0.0", "pretty-format": "^30.0.0" - }, - "dev": true, - "integrity": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-30.0.0.tgz", - "version": "30.0.0" + } }, "scripts/supplier-status-event-generator/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.13.0" - }, - "dev": true, + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", - "version": "24.6.0" + "dependencies": { + "undici-types": "~7.13.0" + } }, "scripts/supplier-status-event-generator/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" - }, - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "version": "5.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/babel-jest": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.2.0.tgz", + "integrity": "sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/transform": "30.2.0", "@types/babel__core": "^7.20.5", @@ -13998,52 +14006,52 @@ "graceful-fs": "^4.2.11", "slash": "^3.0.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==", - "license": "MIT", "peerDependencies": { "@babel/core": "^7.11.0 || ^8.0.0-0" - }, - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/babel-plugin-istanbul": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz", + "integrity": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==", + "dev": true, + "license": "BSD-3-Clause", + "workspaces": [ + "test/babel-8" + ], "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", "@istanbuljs/schema": "^0.1.3", "istanbul-lib-instrument": "^6.0.2", "test-exclude": "^6.0.0" - }, - "dev": true, - "engines": { - "node": ">=12" - }, - "integrity": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz", - "version": "7.0.1", - "workspaces": [ - "test/babel-8" - ] + }, + "engines": { + "node": ">=12" + } }, "scripts/supplier-status-event-generator/node_modules/babel-plugin-jest-hoist": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz", + "integrity": "sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==", + "dev": true, + "license": "MIT", "dependencies": { "@types/babel__core": "^7.20.5" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/babel-preset-current-node-syntax": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", + "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-bigint": "^7.8.3", @@ -14061,67 +14069,64 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5" }, - "dev": true, - "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", - "license": "MIT", "peerDependencies": { "@babel/core": "^7.0.0 || ^8.0.0-0" - }, - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", - "version": "1.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/babel-preset-jest": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz", + "integrity": "sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==", + "dev": true, + "license": "MIT", "dependencies": { "babel-plugin-jest-hoist": "30.2.0", "babel-preset-current-node-syntax": "^1.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ==", - "license": "MIT", "peerDependencies": { "@babel/core": "^7.11.0 || ^8.0.0-beta.1" - }, - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" - }, - "dev": true, - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "version": "1.1.12" + } }, "scripts/supplier-status-event-generator/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "version": "6.3.0" + } }, "scripts/supplier-status-event-generator/node_modules/cjs-module-lexer": { - "dev": true, - "integrity": "sha512-UX0OwmYRYQQetfrLEZeewIFFI+wSTofC+pMBLNuH3RUuu/xzG1oz84UCEDOSoQlN3fZ4+AzmV50ZYvGqkMh9yA==", - "license": "MIT", + "version": "2.1.0", "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.1.0.tgz", - "version": "2.1.0" + "integrity": "sha512-UX0OwmYRYQQetfrLEZeewIFFI+wSTofC+pMBLNuH3RUuu/xzG1oz84UCEDOSoQlN3fZ4+AzmV50ZYvGqkMh9yA==", + "dev": true, + "license": "MIT" }, "scripts/supplier-status-event-generator/node_modules/eslint": { - "bin": { - "eslint": "bin/eslint.js" - }, + "version": "9.36.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.36.0.tgz", + "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==", + "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -14159,15 +14164,15 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.3" }, - "dev": true, + "bin": { + "eslint": "bin/eslint.js" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://eslint.org/donate" }, - "integrity": "sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==", - "license": "MIT", "peerDependencies": { "jiti": "*" }, @@ -14175,11 +14180,14 @@ "jiti": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.36.0.tgz", - "version": "9.36.0" + } }, "scripts/supplier-status-event-generator/node_modules/expect": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-30.2.0.tgz", + "integrity": "sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/expect-utils": "30.2.0", "@jest/get-type": "30.1.0", @@ -14188,19 +14196,16 @@ "jest-mock": "30.2.0", "jest-util": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/expect/-/expect-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/glob": { - "bin": { - "glob": "dist/esm/bin.mjs" - }, + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -14209,82 +14214,82 @@ "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, - "dev": true, + "bin": { + "glob": "dist/esm/bin.mjs" + }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "version": "10.4.5" + } }, "scripts/supplier-status-event-generator/node_modules/glob/node_modules/brace-expansion": { - "dependencies": { - "balanced-match": "^1.0.0" - }, - "dev": true, + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", + "dev": true, "license": "MIT", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", - "version": "2.0.2" + "dependencies": { + "balanced-match": "^1.0.0" + } }, "scripts/supplier-status-event-generator/node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, - "dev": true, "engines": { "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "version": "9.0.5" + } }, "scripts/supplier-status-event-generator/node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" - }, - "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", - "version": "5.3.2" + } }, "scripts/supplier-status-event-generator/node_modules/istanbul-lib-source-maps": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz", + "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==", + "dev": true, + "license": "BSD-3-Clause", "dependencies": { "@jridgewell/trace-mapping": "^0.3.23", "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0" }, - "dev": true, "engines": { "node": ">=10" - }, - "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==", - "license": "BSD-3-Clause", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz", - "version": "5.0.6" + } }, "scripts/supplier-status-event-generator/node_modules/jest": { - "bin": { - "jest": "bin/jest.js" - }, + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-30.2.0.tgz", + "integrity": "sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "30.2.0", "@jest/types": "30.2.0", "import-local": "^3.2.0", "jest-cli": "30.2.0" }, - "dev": true, + "bin": { + "jest": "bin/jest.js" + }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A==", - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -14292,26 +14297,29 @@ "node-notifier": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/jest/-/jest-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-changed-files": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-30.2.0.tgz", + "integrity": "sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ==", + "dev": true, + "license": "MIT", "dependencies": { "execa": "^5.1.1", "jest-util": "30.2.0", "p-limit": "^3.1.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-circus": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.2.0.tgz", + "integrity": "sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "30.2.0", "@jest/expect": "30.2.0", @@ -14334,19 +14342,16 @@ "slash": "^3.0.0", "stack-utils": "^2.0.6" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-cli": { - "bin": { - "jest": "bin/jest.js" - }, + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz", + "integrity": "sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "30.2.0", "@jest/test-result": "30.2.0", @@ -14359,12 +14364,12 @@ "jest-validate": "30.2.0", "yargs": "^17.7.2" }, - "dev": true, + "bin": { + "jest": "bin/jest.js" + }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA==", - "license": "MIT", "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, @@ -14372,11 +14377,14 @@ "node-notifier": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-config": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.2.0.tgz", + "integrity": "sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.27.4", "@jest/get-type": "30.1.0", @@ -14403,12 +14411,9 @@ "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA==", - "license": "MIT", "peerDependencies": { "@types/node": "*", "esbuild-register": ">=3.4.0", @@ -14424,40 +14429,43 @@ "ts-node": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-diff": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.2.0.tgz", + "integrity": "sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/diff-sequences": "30.0.1", "@jest/get-type": "30.1.0", "chalk": "^4.1.2", "pretty-format": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-docblock": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-30.2.0.tgz", + "integrity": "sha512-tR/FFgZKS1CXluOQzZvNH3+0z9jXr3ldGSD8bhyuxvlVUwbeLOGynkunvlTMxchC5urrKndYiwCFC0DLVjpOCA==", + "dev": true, + "license": "MIT", "dependencies": { "detect-newline": "^3.1.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-tR/FFgZKS1CXluOQzZvNH3+0z9jXr3ldGSD8bhyuxvlVUwbeLOGynkunvlTMxchC5urrKndYiwCFC0DLVjpOCA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-each": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.2.0.tgz", + "integrity": "sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/get-type": "30.1.0", "@jest/types": "30.2.0", @@ -14465,16 +14473,16 @@ "jest-util": "30.2.0", "pretty-format": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-environment-node": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.2.0.tgz", + "integrity": "sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "30.2.0", "@jest/fake-timers": "30.2.0", @@ -14484,16 +14492,16 @@ "jest-util": "30.2.0", "jest-validate": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-haste-map": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.2.0.tgz", + "integrity": "sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "@types/node": "*", @@ -14506,49 +14514,49 @@ "micromatch": "^4.0.8", "walker": "^1.0.8" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, - "integrity": "sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw==", - "license": "MIT", "optionalDependencies": { "fsevents": "^2.3.3" - }, - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-leak-detector": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.2.0.tgz", + "integrity": "sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/get-type": "30.1.0", "pretty-format": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-matcher-utils": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz", + "integrity": "sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/get-type": "30.1.0", "chalk": "^4.1.2", "jest-diff": "30.2.0", "pretty-format": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-message-util": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.2.0.tgz", + "integrity": "sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.27.1", "@jest/types": "30.2.0", @@ -14559,57 +14567,57 @@ "pretty-format": "30.2.0", "slash": "^3.0.0", "stack-utils": "^2.0.6" - }, - "dev": true, - "engines": { - "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.2.0.tgz", - "version": "30.2.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-mock": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.2.0.tgz", + "integrity": "sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "@types/node": "*", "jest-util": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-mock-extended": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jest-mock-extended/-/jest-mock-extended-4.0.0.tgz", + "integrity": "sha512-7BZpfuvLam+/HC+NxifIi9b+5VXj/utUDMPUqrDJehGWVuXPtLS9Jqlob2mJLrI/pg2k1S8DMfKDvEB88QNjaQ==", + "dev": true, + "license": "MIT", "dependencies": { "ts-essentials": "^10.0.2" }, - "dev": true, - "integrity": "sha512-7BZpfuvLam+/HC+NxifIi9b+5VXj/utUDMPUqrDJehGWVuXPtLS9Jqlob2mJLrI/pg2k1S8DMfKDvEB88QNjaQ==", - "license": "MIT", "peerDependencies": { "@jest/globals": "^28.0.0 || ^29.0.0 || ^30.0.0", "jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0", "typescript": "^3.0.0 || ^4.0.0 || ^5.0.0" - }, - "resolved": "https://registry.npmjs.org/jest-mock-extended/-/jest-mock-extended-4.0.0.tgz", - "version": "4.0.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-regex-util": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.1.tgz", + "integrity": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==", "dev": true, + "license": "MIT", "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-jHEQgBXAgc+Gh4g0p3bCevgRCVRkB4VB70zhoAE48gxeSr1hfUOsM/C2WoJgVL7Eyg//hudYENbm3Ne+/dRVVA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.0.1.tgz", - "version": "30.0.1" + } }, "scripts/supplier-status-event-generator/node_modules/jest-resolve": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.2.0.tgz", + "integrity": "sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==", + "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.2", "graceful-fs": "^4.2.11", @@ -14620,30 +14628,30 @@ "slash": "^3.0.0", "unrs-resolver": "^1.7.11" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-resolve-dependencies": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.2.0.tgz", + "integrity": "sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w==", + "dev": true, + "license": "MIT", "dependencies": { "jest-regex-util": "30.0.1", "jest-snapshot": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-runner": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.2.0.tgz", + "integrity": "sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/console": "30.2.0", "@jest/environment": "30.2.0", @@ -14668,16 +14676,16 @@ "p-limit": "^3.1.0", "source-map-support": "0.5.13" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-runtime": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.2.0.tgz", + "integrity": "sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/environment": "30.2.0", "@jest/fake-timers": "30.2.0", @@ -14702,16 +14710,16 @@ "slash": "^3.0.0", "strip-bom": "^4.0.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-snapshot": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.2.0.tgz", + "integrity": "sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==", + "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.27.4", "@babel/generator": "^7.27.5", @@ -14735,16 +14743,16 @@ "semver": "^7.7.2", "synckit": "^0.11.8" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-util": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.2.0.tgz", + "integrity": "sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/types": "30.2.0", "@types/node": "*", @@ -14753,16 +14761,16 @@ "graceful-fs": "^4.2.11", "picomatch": "^4.0.2" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-validate": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.2.0.tgz", + "integrity": "sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/get-type": "30.1.0", "@jest/types": "30.2.0", @@ -14771,16 +14779,16 @@ "leven": "^3.1.0", "pretty-format": "30.2.0" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-watcher": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.2.0.tgz", + "integrity": "sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/test-result": "30.2.0", "@jest/types": "30.2.0", @@ -14791,16 +14799,16 @@ "jest-util": "30.2.0", "string-length": "^4.0.2" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/jest-worker": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.2.0.tgz", + "integrity": "sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==", + "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "@ungap/structured-clone": "^1.3.0", @@ -14808,44 +14816,42 @@ "merge-stream": "^2.0.0", "supports-color": "^8.1.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, - "dev": true, "engines": { "node": "*" - }, - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "version": "3.1.2" + } }, "scripts/supplier-status-event-generator/node_modules/pretty-format": { + "version": "30.2.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz", + "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==", + "dev": true, + "license": "MIT", "dependencies": { "@jest/schemas": "30.0.5", "ansi-styles": "^5.2.0", "react-is": "^18.3.1" }, - "dev": true, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" - }, - "integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz", - "version": "30.2.0" + } }, "scripts/supplier-status-event-generator/node_modules/pure-rand": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz", + "integrity": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==", "dev": true, "funding": [ { @@ -14857,51 +14863,50 @@ "url": "https://opencollective.com/fast-check" } ], - "integrity": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz", - "version": "7.0.1" + "license": "MIT" }, "scripts/supplier-status-event-generator/node_modules/react-is": { - "dev": true, - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "license": "MIT", + "version": "18.3.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "version": "18.3.1" + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "dev": true, + "license": "MIT" }, "scripts/supplier-status-event-generator/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/isaacs" - }, - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "version": "4.1.0" + } }, "scripts/supplier-status-event-generator/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, - "dev": true, "engines": { "node": ">=10" }, "funding": { "url": "https://github.com/chalk/supports-color?sponsor=1" - }, - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "license": "MIT", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "version": "8.1.1" + } }, "scripts/supplier-status-event-generator/node_modules/ts-jest": { - "bin": { - "ts-jest": "cli.js" - }, + "version": "29.4.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.4.tgz", + "integrity": "sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw==", + "dev": true, + "license": "MIT", "dependencies": { "bs-logger": "^0.2.6", "fast-json-stable-stringify": "^2.1.0", @@ -14913,12 +14918,12 @@ "type-fest": "^4.41.0", "yargs-parser": "^21.1.1" }, - "dev": true, + "bin": { + "ts-jest": "cli.js" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" }, - "integrity": "sha512-ccVcRABct5ZELCT5U0+DZwkXMCcOCLi2doHRrKy1nK/s7J7bch6TzJMsrY09WxgUUIP/ITfmcDS8D2yl63rnXw==", - "license": "MIT", "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", "@jest/transform": "^29.0.0 || ^30.0.0", @@ -14947,78 +14952,78 @@ "jest-util": { "optional": true } - }, - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.4.tgz", - "version": "29.4.4" + } }, "scripts/supplier-status-event-generator/node_modules/tsx": { - "bin": { - "tsx": "dist/cli.mjs" - }, + "version": "4.20.6", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", + "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", + "license": "MIT", "dependencies": { "esbuild": "~0.25.0", "get-tsconfig": "^4.7.5" }, + "bin": { + "tsx": "dist/cli.mjs" + }, "engines": { "node": ">=18.0.0" }, - "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", - "license": "MIT", "optionalDependencies": { "fsevents": "~2.3.3" - }, - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", - "version": "4.20.6" + } }, "scripts/supplier-status-event-generator/node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" - }, - "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", - "license": "(MIT OR CC0-1.0)", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", - "version": "4.41.0" + } }, "scripts/supplier-status-event-generator/node_modules/typescript": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, - "dev": true, "engines": { "node": ">=14.17" - }, - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", - "license": "Apache-2.0", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "version": "5.9.2" + } }, "scripts/supplier-status-event-generator/node_modules/undici-types": { - "dev": true, - "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", - "license": "MIT", + "version": "7.13.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", - "version": "7.13.0" + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", + "dev": true, + "license": "MIT" }, "scripts/supplier-status-event-generator/node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^4.0.1" }, - "dev": true, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - }, - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", - "license": "ISC", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "version": "5.0.1" + } }, "tests/playwright": { + "name": "nhs-notify-sms-nudge-integration-tests", + "version": "0.0.1", "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.844.0", "@aws-sdk/client-lambda": "^3.844.0", @@ -15026,11 +15031,11 @@ "@faker-js/faker": "^9.6.0", "@playwright/test": "^1.51.1", "nhs-notify-sms-nudge-utils": "*" - }, - "name": "nhs-notify-sms-nudge-integration-tests", - "version": "0.0.1" + } }, "utils/utils": { + "name": "nhs-notify-sms-nudge-utils", + "version": "0.0.1", "dependencies": { "@aws-sdk/client-lambda": "^3.844.0", "@aws-sdk/client-s3": "^3.844.0", @@ -15054,11 +15059,11 @@ "jest": "^29.7.0", "jest-mock-extended": "^3.0.7", "typescript": "^5.8.2" - }, - "name": "nhs-notify-sms-nudge-utils", - "version": "0.0.1" + } }, "utils/utils/node_modules/@aws-sdk/client-sqs": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -15104,11 +15109,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/client-sso": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -15151,11 +15156,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/credential-provider-env": "3.846.0", @@ -15173,11 +15178,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/credential-provider-node": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/credential-provider-env": "3.846.0", "@aws-sdk/credential-provider-http": "3.846.0", @@ -15194,11 +15199,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sso": "3.846.0", "@aws-sdk/core": "3.846.0", @@ -15211,11 +15216,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.846.0", @@ -15226,11 +15231,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -15242,11 +15247,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/nested-clients": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", "@aws-crypto/sha256-js": "5.2.0", @@ -15289,11 +15294,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/token-providers": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "3.846.0", "@aws-sdk/nested-clients": "3.846.0", @@ -15305,11 +15310,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.846.0" + } }, "utils/utils/node_modules/@aws-sdk/util-endpoints": { + "version": "3.845.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.840.0", "@smithy/types": "^4.3.1", @@ -15319,11 +15324,11 @@ }, "engines": { "node": ">=18.0.0" - }, - "license": "Apache-2.0", - "version": "3.845.0" + } }, "utils/utils/node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.846.0", + "license": "Apache-2.0", "dependencies": { "@aws-sdk/middleware-user-agent": "3.846.0", "@aws-sdk/types": "3.840.0", @@ -15334,7 +15339,6 @@ "engines": { "node": ">=18.0.0" }, - "license": "Apache-2.0", "peerDependencies": { "aws-crt": ">=1.0.0" }, @@ -15342,17 +15346,15 @@ "aws-crt": { "optional": true } - }, - "version": "3.846.0" + } }, "utils/utils/node_modules/@types/node": { - "dependencies": { - "undici-types": "~7.8.0" - }, + "version": "24.0.14", "dev": true, "license": "MIT", - "version": "24.0.14" + "dependencies": { + "undici-types": "~7.8.0" + } } - }, - "requires": true + } }