diff --git a/package.json b/package.json index 12bc07570..5a8fb90d0 100644 --- a/package.json +++ b/package.json @@ -29,17 +29,17 @@ "devDependencies": { "@jest/globals": "29.7.0", "@metamask/eth-sig-util": "7.0.1", - "@microsoft/api-documenter": "7.23.30", - "@microsoft/api-extractor": "7.40.6", - "@microsoft/api-extractor-model": "7.28.13", - "@microsoft/tsdoc": "0.14.2", + "@microsoft/api-documenter": "7.25.11", + "@microsoft/api-extractor": "7.47.6", + "@microsoft/api-extractor-model": "7.29.5", + "@microsoft/tsdoc": "0.15.0", "@noble/hashes": "1.4.0", "@stablelib/ed25519": "1.0.3", "@transmute/credentials-context": "0.7.0-unstable.82", "@types/express": "4.17.21", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.12", - "@types/node": "20.11.19", + "@types/node": "20.16.1", "@types/uuid": "9.0.8", "caip": "1.1.0", "credential-status": "3.0.4", @@ -47,7 +47,7 @@ "did-jwt": "8.0.4", "did-jwt-vc": "4.0.4", "did-resolver": "4.1.0", - "ethers": "6.11.1", + "ethers": "6.13.2", "ethr-did-resolver": "10.1.9", "express": "4.19.2", "ganache": "7.9.2", @@ -59,15 +59,15 @@ "lerna": "8.1.2", "lerna-changelog": "2.2.0", "openapi-types": "12.1.3", - "prettier": "3.2.5", + "prettier": "3.3.3", "rimraf": "5.0.5", - "semantic-release": "23.0.2", - "ts-jest": "29.1.2", + "semantic-release": "23.1.1", + "ts-jest": "29.2.4", "ts-json-schema-generator": "1.5.0", "ts-node": "10.9.2", "typeorm": "0.3.17", - "typescript": "5.3.3", - "uint8arrays": "5.0.2", + "typescript": "5.5.4", + "uint8arrays": "5.1.0", "uuid": "9.0.1", "web-did-resolver": "2.0.27" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 027229895..ecb8eae20 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -109,7 +109,7 @@ "@types/qrcode-terminal": "0.12.0", "@types/url-parse": "1.4.8", "@types/ws": "8.5.5", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "bin/**/*", diff --git a/packages/core-types/package.json b/packages/core-types/package.json index 61cfdbe85..e5d1a35c3 100644 --- a/packages/core-types/package.json +++ b/packages/core-types/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/core/package.json b/packages/core/package.json index 09ed85439..7bd439351 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/debug": "4.1.8", "@types/events": "3.0.0", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/credential-eip712/package.json b/packages/credential-eip712/package.json index 71c5455dc..1a6eaaa3a 100644 --- a/packages/credential-eip712/package.json +++ b/packages/credential-eip712/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/credential-jwt/package.json b/packages/credential-jwt/package.json index 594efce56..7a2cdc7c9 100644 --- a/packages/credential-jwt/package.json +++ b/packages/credential-jwt/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/credential-ld/package.json b/packages/credential-ld/package.json index 5fe953430..a6e916e75 100644 --- a/packages/credential-ld/package.json +++ b/packages/credential-ld/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/debug": "4.1.8", "borc": "3.0.0", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/credential-status/package.json b/packages/credential-status/package.json index d3e72eec9..ade69cde8 100644 --- a/packages/credential-status/package.json +++ b/packages/credential-status/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/credential-w3c/package.json b/packages/credential-w3c/package.json index 6db1472ff..f4e2d44fb 100644 --- a/packages/credential-w3c/package.json +++ b/packages/credential-w3c/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@types/debug": "4.1.8", "@types/uuid": "9.0.2", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/data-store-json/package.json b/packages/data-store-json/package.json index 45a1dc2eb..51d193547 100644 --- a/packages/data-store-json/package.json +++ b/packages/data-store-json/package.json @@ -23,7 +23,7 @@ "@types/debug": "4.1.8", "@types/ungap__structured-clone": "1.2.0", "@types/uuid": "9.0.2", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/data-store/package.json b/packages/data-store/package.json index 2d9ed8344..822752898 100644 --- a/packages/data-store/package.json +++ b/packages/data-store/package.json @@ -23,7 +23,7 @@ "@types/debug": "4.1.8", "@types/uuid": "9.0.2", "sqlite3": "5.1.6", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-comm/package.json b/packages/did-comm/package.json index 00ffc36db..9ba6169b7 100644 --- a/packages/did-comm/package.json +++ b/packages/did-comm/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/debug": "4.1.8", "@types/uuid": "9.0.2", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-discovery/package.json b/packages/did-discovery/package.json index 80bb3aa21..199fc7a03 100644 --- a/packages/did-discovery/package.json +++ b/packages/did-discovery/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-jwt/package.json b/packages/did-jwt/package.json index a285744b3..c4f4fd7db 100644 --- a/packages/did-jwt/package.json +++ b/packages/did-jwt/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-manager/package.json b/packages/did-manager/package.json index 7b0f8c2bd..306ebdaf5 100644 --- a/packages/did-manager/package.json +++ b/packages/did-manager/package.json @@ -14,7 +14,7 @@ "@veramo/did-discovery": "workspace:^" }, "devDependencies": { - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-provider-ethr/package.json b/packages/did-provider-ethr/package.json index ddf64012f..21759b797 100644 --- a/packages/did-provider-ethr/package.json +++ b/packages/did-provider-ethr/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-provider-ion/package.json b/packages/did-provider-ion/package.json index 899930127..66d8c5f29 100644 --- a/packages/did-provider-ion/package.json +++ b/packages/did-provider-ion/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "peerDependencies": { "@sphereon/react-native-argon2": "^2.0.7" diff --git a/packages/did-provider-jwk/package.json b/packages/did-provider-jwk/package.json index e19382a15..faea65fc1 100644 --- a/packages/did-provider-jwk/package.json +++ b/packages/did-provider-jwk/package.json @@ -23,7 +23,7 @@ "@veramo/did-resolver": "workspace:*", "@veramo/key-manager": "workspace:*", "@veramo/kms-local": "workspace:*", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "repository": { "type": "git", diff --git a/packages/did-provider-key/package.json b/packages/did-provider-key/package.json index e0ceb49bd..1a11de97b 100644 --- a/packages/did-provider-key/package.json +++ b/packages/did-provider-key/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "resolutions": { "jsonld": "npm:@digitalcredentials/jsonld@^6.0.0" diff --git a/packages/did-provider-peer/package.json b/packages/did-provider-peer/package.json index 0052395de..f7d1f909a 100644 --- a/packages/did-provider-peer/package.json +++ b/packages/did-provider-peer/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "resolutions": { "jsonld": "npm:@digitalcredentials/jsonld@^6.0.0" diff --git a/packages/did-provider-pkh/package.json b/packages/did-provider-pkh/package.json index 3909d0384..b54db7a3f 100644 --- a/packages/did-provider-pkh/package.json +++ b/packages/did-provider-pkh/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-provider-web/package.json b/packages/did-provider-web/package.json index 2cea32815..e2672ec9e 100644 --- a/packages/did-provider-web/package.json +++ b/packages/did-provider-web/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/did-resolver/package.json b/packages/did-resolver/package.json index 2fdc1db24..bcdf8d8f8 100644 --- a/packages/did-resolver/package.json +++ b/packages/did-resolver/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/debug": "4.1.8", "ethr-did-resolver": "10.1.9", - "typescript": "5.3.3", + "typescript": "5.5.4", "web-did-resolver": "2.0.27" }, "files": [ diff --git a/packages/key-manager/package.json b/packages/key-manager/package.json index 9de63f9a4..406db248b 100644 --- a/packages/key-manager/package.json +++ b/packages/key-manager/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@types/debug": "4.1.8", "@types/uuid": "9.0.2", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/kms-local/package.json b/packages/kms-local/package.json index 166e40061..5fab0f392 100644 --- a/packages/kms-local/package.json +++ b/packages/kms-local/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/kms-web3/package.json b/packages/kms-web3/package.json index cdbaa9b06..4098ce495 100644 --- a/packages/kms-web3/package.json +++ b/packages/kms-web3/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/kv-store/package.json b/packages/kv-store/package.json index 85b0e6b49..8daac0d79 100644 --- a/packages/kv-store/package.json +++ b/packages/kv-store/package.json @@ -28,12 +28,12 @@ "@types/debug": "4.1.8", "@types/events": "^3.0.0", "@types/json-buffer": "3.0.0", - "@types/node": "20.11.19", - "eslint": "8.56.0", - "eslint-plugin-promise": "6.1.1", + "@types/node": "20.16.1", + "eslint": "8.57.0", + "eslint-plugin-promise": "6.6.0", "keyv": "4.5.3", "timekeeper": "2.3.1", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/mediation-manager/package.json b/packages/mediation-manager/package.json index e972ad356..1005d35d0 100644 --- a/packages/mediation-manager/package.json +++ b/packages/mediation-manager/package.json @@ -18,10 +18,10 @@ "uuid": "^9.0.0" }, "devDependencies": { - "eslint": "8.56.0", - "eslint-plugin-promise": "6.1.1", + "eslint": "8.57.0", + "eslint-plugin-promise": "6.6.0", "timekeeper": "2.3.1", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/message-handler/package.json b/packages/message-handler/package.json index 936084f2f..987b1110f 100644 --- a/packages/message-handler/package.json +++ b/packages/message-handler/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/remote-client/package.json b/packages/remote-client/package.json index 5bfe03e9a..22174f2bd 100644 --- a/packages/remote-client/package.json +++ b/packages/remote-client/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/debug": "4.1.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/remote-server/package.json b/packages/remote-server/package.json index f826b86bc..1ada7ac17 100644 --- a/packages/remote-server/package.json +++ b/packages/remote-server/package.json @@ -26,7 +26,7 @@ "@types/passport": "1.0.12", "@types/passport-http-bearer": "1.0.37", "@types/url-parse": "1.4.8", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "peerDependencies": { "express": "^4.18.2" diff --git a/packages/selective-disclosure/package.json b/packages/selective-disclosure/package.json index c3a47045b..1b42b8369 100644 --- a/packages/selective-disclosure/package.json +++ b/packages/selective-disclosure/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/debug": "4.1.8", "@types/uuid": "9.0.2", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/test-react-app/package.json b/packages/test-react-app/package.json index 000aa9c2f..0dde33526 100644 --- a/packages/test-react-app/package.json +++ b/packages/test-react-app/package.json @@ -68,30 +68,30 @@ ] }, "devDependencies": { - "@babel/plugin-syntax-import-assertions": "7.23.3", - "@babel/preset-typescript": "7.23.0", + "@babel/plugin-syntax-import-assertions": "7.24.7", + "@babel/preset-typescript": "7.24.7", "@craco/craco": "7.1.0", - "@types/eslint": "8.56.2", + "@types/eslint": "8.56.11", "@types/eslint-scope": "3.7.7", "@types/expect-puppeteer": "5.0.6", "@types/jest": "29.5.12", "@types/jest-environment-puppeteer": "5.0.6", - "@types/node": "20.11.19", - "@types/react": "18.2.57", - "@types/react-dom": "18.2.19", + "@types/node": "20.16.1", + "@types/react": "18.3.4", + "@types/react-dom": "18.3.0", "babel-jest": "29.7.0", "babel-preset-react-app": "10.0.1", "cross-env": "7.0.3", "jest": "29.7.0", "jest-config": "29.7.0", - "jest-environment-puppeteer": "10.0.1", + "jest-environment-puppeteer": "10.1.0", "jest-environment-puppeteer-jsdom": "6.0.0", "jest-jasmine2": "29.7.0", - "jest-puppeteer": "10.0.1", - "puppeteer": "22.2.0", + "jest-puppeteer": "10.1.0", + "puppeteer": "22.15.0", "react-scripts": "5.0.1", - "ts-jest": "29.1.2", - "typescript": "5.3.3" + "ts-jest": "29.2.4", + "typescript": "5.5.4" }, "type": "module" } \ No newline at end of file diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 80db10edd..d7861861f 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -17,7 +17,7 @@ "did-resolver": "^4.1.0" }, "devDependencies": { - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/packages/url-handler/package.json b/packages/url-handler/package.json index 074ed7097..aec1bd864 100644 --- a/packages/url-handler/package.json +++ b/packages/url-handler/package.json @@ -20,7 +20,7 @@ "@types/debug": "4.1.8", "@types/url-parse": "1.4.8", "jest-fetch-mock": "3.0.3", - "typescript": "5.3.3" + "typescript": "5.5.4" }, "files": [ "build/**/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9928dc28e..40d100ee0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,17 +19,17 @@ importers: specifier: 7.0.1 version: 7.0.1 '@microsoft/api-documenter': - specifier: 7.23.30 - version: 7.23.30(@types/node@20.11.19) + specifier: 7.25.11 + version: 7.25.11(@types/node@20.16.1) '@microsoft/api-extractor': - specifier: 7.40.6 - version: 7.40.6(@types/node@20.11.19) + specifier: 7.47.6 + version: 7.47.6(@types/node@20.16.1) '@microsoft/api-extractor-model': - specifier: 7.28.13 - version: 7.28.13(@types/node@20.11.19) + specifier: 7.29.5 + version: 7.29.5(@types/node@20.16.1) '@microsoft/tsdoc': - specifier: 0.14.2 - version: 0.14.2 + specifier: 0.15.0 + version: 0.15.0 '@noble/hashes': specifier: 1.4.0 version: 1.4.0 @@ -49,8 +49,8 @@ importers: specifier: 29.5.12 version: 29.5.12 '@types/node': - specifier: 20.11.19 - version: 20.11.19 + specifier: 20.16.1 + version: 20.16.1 '@types/uuid': specifier: 9.0.8 version: 9.0.8 @@ -73,8 +73,8 @@ importers: specifier: 4.1.0 version: 4.1.0 ethers: - specifier: 6.11.1 - version: 6.11.1(bufferutil@4.0.7)(utf-8-validate@6.0.3) + specifier: 6.13.2 + version: 6.13.2(bufferutil@4.0.7)(utf-8-validate@6.0.3) ethr-did-resolver: specifier: 10.1.9 version: 10.1.9(bufferutil@4.0.7)(utf-8-validate@6.0.3) @@ -86,10 +86,10 @@ importers: version: 7.9.2 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-config: specifier: 29.7.0 - version: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-environment-jsdom: specifier: 29.7.0 version: 29.7.0(bufferutil@4.0.7)(utf-8-validate@6.0.3) @@ -109,32 +109,32 @@ importers: specifier: 12.1.3 version: 12.1.3 prettier: - specifier: 3.2.5 - version: 3.2.5 + specifier: 3.3.3 + version: 3.3.3 rimraf: specifier: 5.0.5 version: 5.0.5 semantic-release: - specifier: 23.0.2 - version: 23.0.2(typescript@5.3.3) + specifier: 23.1.1 + version: 23.1.1(typescript@5.5.4) ts-jest: - specifier: 29.1.2 - version: 29.1.2(@babel/core@7.23.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.6))(jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)))(typescript@5.3.3) + specifier: 29.2.4 + version: 29.2.4(@babel/core@7.23.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.6))(jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)))(typescript@5.5.4) ts-json-schema-generator: specifier: 1.5.0 version: 1.5.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + version: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) typeorm: specifier: 0.3.17 - version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 uint8arrays: - specifier: 5.0.2 - version: 5.0.2 + specifier: 5.1.0 + version: 5.1.0 uuid: specifier: 9.0.1 version: 9.0.1 @@ -146,10 +146,10 @@ importers: dependencies: '@microsoft/api-extractor': specifier: ^7.40.6 - version: 7.40.6(@types/node@20.11.19) + version: 7.40.6(@types/node@20.16.1) '@microsoft/api-extractor-model': specifier: ^7.28.13 - version: 7.28.13(@types/node@20.11.19) + version: 7.28.13(@types/node@20.16.1) '@transmute/credentials-context': specifier: ^0.7.0-unstable.82 version: 0.7.0-unstable.82 @@ -326,7 +326,7 @@ importers: version: 2.3.0 typeorm: specifier: ^0.3.17 - version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) url-parse: specifier: ^1.5.10 version: 1.5.10 @@ -368,8 +368,8 @@ importers: specifier: 8.5.5 version: 8.5.5 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/core: dependencies: @@ -393,8 +393,8 @@ importers: specifier: 3.0.0 version: 3.0.0 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/core-types: dependencies: @@ -415,8 +415,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/credential-eip712: dependencies: @@ -443,8 +443,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/credential-jwt: dependencies: @@ -471,8 +471,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/credential-ld: dependencies: @@ -529,8 +529,8 @@ importers: specifier: 3.0.0 version: 3.0.0 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/credential-status: dependencies: @@ -554,8 +554,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/credential-w3c: dependencies: @@ -589,7 +589,7 @@ importers: optionalDependencies: '@veramo/credential-ld': specifier: ^6.0.0 - version: 6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7) + version: 6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@6.0.3) devDependencies: '@types/debug': specifier: 4.1.8 @@ -598,8 +598,8 @@ importers: specifier: 9.0.2 version: 9.0.2 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/data-store: dependencies: @@ -626,7 +626,7 @@ importers: version: 4.0.0 typeorm: specifier: ^0.3.17 - version: 0.3.17(pg@8.11.3)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 0.3.17(pg@8.11.3)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) uuid: specifier: ^9.0.0 version: 9.0.0 @@ -641,8 +641,8 @@ importers: specifier: 5.1.6 version: 5.1.6(encoding@0.1.13) typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/data-store-json: dependencies: @@ -681,8 +681,8 @@ importers: specifier: 9.0.2 version: 9.0.2 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-comm: dependencies: @@ -733,8 +733,8 @@ importers: specifier: 9.0.2 version: 9.0.2 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-discovery: dependencies: @@ -749,8 +749,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-jwt: dependencies: @@ -774,8 +774,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-manager: dependencies: @@ -787,8 +787,8 @@ importers: version: link:../did-discovery devDependencies: typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-ethr: dependencies: @@ -812,8 +812,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-ion: dependencies: @@ -876,8 +876,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-jwk: dependencies: @@ -916,8 +916,8 @@ importers: specifier: workspace:* version: link:../kms-local typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-key: dependencies: @@ -944,8 +944,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-peer: dependencies: @@ -972,8 +972,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-pkh: dependencies: @@ -1000,8 +1000,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-provider-web: dependencies: @@ -1019,8 +1019,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/did-resolver: dependencies: @@ -1047,8 +1047,8 @@ importers: specifier: 10.1.9 version: 10.1.9(bufferutil@4.0.7)(utf-8-validate@6.0.3) typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 web-did-resolver: specifier: 2.0.27 version: 2.0.27(encoding@0.1.13) @@ -1087,8 +1087,8 @@ importers: specifier: 9.0.2 version: 9.0.2 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/kms-local: dependencies: @@ -1121,8 +1121,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/kms-web3: dependencies: @@ -1143,8 +1143,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/kv-store: dependencies: @@ -1165,7 +1165,7 @@ importers: version: 3.0.1 typeorm: specifier: ^0.3.17 - version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) uint8arrays: specifier: ^4.0.6 version: 4.0.6 @@ -1192,14 +1192,14 @@ importers: specifier: 3.0.0 version: 3.0.0 '@types/node': - specifier: 20.11.19 - version: 20.11.19 + specifier: 20.16.1 + version: 20.16.1 eslint: - specifier: 8.56.0 - version: 8.56.0 + specifier: 8.57.0 + version: 8.57.0 eslint-plugin-promise: - specifier: 6.1.1 - version: 6.1.1(eslint@8.56.0) + specifier: 6.6.0 + version: 6.6.0(eslint@8.57.0) keyv: specifier: 4.5.3 version: 4.5.3 @@ -1207,8 +1207,8 @@ importers: specifier: 2.3.1 version: 2.3.1 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/mediation-manager: dependencies: @@ -1226,17 +1226,17 @@ importers: version: 9.0.0 devDependencies: eslint: - specifier: 8.56.0 - version: 8.56.0 + specifier: 8.57.0 + version: 8.57.0 eslint-plugin-promise: - specifier: 6.1.1 - version: 6.1.1(eslint@8.56.0) + specifier: 6.6.0 + version: 6.6.0(eslint@8.57.0) timekeeper: specifier: 2.3.1 version: 2.3.1 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/message-handler: dependencies: @@ -1251,8 +1251,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/remote-client: dependencies: @@ -1273,8 +1273,8 @@ importers: specifier: 4.1.8 version: 4.1.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/remote-server: dependencies: @@ -1322,8 +1322,8 @@ importers: specifier: 1.4.8 version: 1.4.8 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/selective-disclosure: dependencies: @@ -1353,8 +1353,8 @@ importers: specifier: 9.0.2 version: 9.0.2 typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/test-react-app: dependencies: @@ -1462,7 +1462,7 @@ importers: version: stream-browserify@3.0.0 typeorm: specifier: ^0.3.17 - version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) util: specifier: npm:util version: 0.12.5 @@ -1474,14 +1474,14 @@ importers: version: 3.5.2 devDependencies: '@babel/plugin-syntax-import-assertions': - specifier: 7.23.3 - version: 7.23.3(@babel/core@7.20.12) + specifier: 7.24.7 + version: 7.24.7(@babel/core@7.20.12) '@babel/preset-typescript': - specifier: 7.23.0 - version: 7.23.0(@babel/core@7.20.12) + specifier: 7.24.7 + version: 7.24.7(@babel/core@7.20.12) '@craco/craco': specifier: 7.1.0 - version: 7.1.0(@types/node@20.11.19)(postcss@8.4.21)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.56.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(type-fest@3.13.1)(typescript@5.3.3)(utf-8-validate@5.0.7))(typescript@5.3.3) + version: 7.1.0(@types/node@20.16.1)(postcss@8.4.21)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.57.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(utf-8-validate@5.0.7))(typescript@5.5.4) '@types/eslint': specifier: ^8.4.6 version: 8.44.1 @@ -1498,14 +1498,14 @@ importers: specifier: 5.0.6 version: 5.0.6 '@types/node': - specifier: 20.11.19 - version: 20.11.19 + specifier: 20.16.1 + version: 20.16.1 '@types/react': - specifier: 18.2.57 - version: 18.2.57 + specifier: 18.3.4 + version: 18.3.4 '@types/react-dom': - specifier: 18.2.19 - version: 18.2.19 + specifier: 18.3.0 + version: 18.3.0 babel-jest: specifier: 29.7.0 version: 29.7.0(@babel/core@7.20.12) @@ -1517,13 +1517,13 @@ importers: version: 7.0.3 jest: specifier: 29.7.0 - version: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-config: specifier: 29.7.0 - version: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + version: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-environment-puppeteer: - specifier: 10.0.1 - version: 10.0.1(typescript@5.3.3) + specifier: 10.1.0 + version: 10.1.0(typescript@5.5.4) jest-environment-puppeteer-jsdom: specifier: 6.0.0 version: 6.0.0(bufferutil@4.0.7)(utf-8-validate@5.0.7) @@ -1531,20 +1531,20 @@ importers: specifier: 29.7.0 version: 29.7.0 jest-puppeteer: - specifier: 10.0.1 - version: 10.0.1(puppeteer@22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(typescript@5.3.3)(utf-8-validate@5.0.7))(typescript@5.3.3) + specifier: 10.1.0 + version: 10.1.0(puppeteer@22.15.0(bufferutil@4.0.7)(typescript@5.5.4)(utf-8-validate@5.0.7))(typescript@5.5.4) puppeteer: - specifier: 22.2.0 - version: 22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(typescript@5.3.3)(utf-8-validate@5.0.7) + specifier: 22.15.0 + version: 22.15.0(bufferutil@4.0.7)(typescript@5.5.4)(utf-8-validate@5.0.7) react-scripts: specifier: 5.0.1 - version: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.56.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(type-fest@3.13.1)(typescript@5.3.3)(utf-8-validate@5.0.7) + version: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.57.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(utf-8-validate@5.0.7) ts-jest: - specifier: 29.1.2 - version: 29.1.2(@babel/core@7.20.12)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.20.12))(jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)))(typescript@5.3.3) + specifier: 29.2.4 + version: 29.2.4(@babel/core@7.20.12)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.20.12))(jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)))(typescript@5.5.4) typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/test-utils: dependencies: @@ -1565,8 +1565,8 @@ importers: version: 4.1.0 devDependencies: typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/url-handler: dependencies: @@ -1596,8 +1596,8 @@ importers: specifier: 3.0.3 version: 3.0.3(encoding@0.1.13) typescript: - specifier: 5.3.3 - version: 5.3.3 + specifier: 5.5.4 + version: 5.5.4 packages/utils: dependencies: @@ -1681,6 +1681,10 @@ packages: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.24.7': + resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} + engines: {node: '>=6.9.0'} + '@babel/compat-data@7.22.5': resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} engines: {node: '>=6.9.0'} @@ -1724,10 +1728,18 @@ packages: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.25.0': + resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.22.5': resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.24.7': + resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==} + engines: {node: '>=6.9.0'} + '@babel/helper-builder-binary-assignment-operator-visitor@7.18.9': resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} @@ -1752,12 +1764,6 @@ packages: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.22.15': - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.22.9': resolution: {integrity: sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==} engines: {node: '>=6.9.0'} @@ -1770,6 +1776,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.25.0': + resolution: {integrity: sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-create-regexp-features-plugin@7.22.1': resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==} engines: {node: '>=6.9.0'} @@ -1816,6 +1828,10 @@ packages: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@7.24.8': + resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.22.15': resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} @@ -1824,6 +1840,10 @@ packages: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} + '@babel/helper-module-imports@7.24.7': + resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} + engines: {node: '>=6.9.0'} + '@babel/helper-module-transforms@7.22.5': resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} engines: {node: '>=6.9.0'} @@ -1840,14 +1860,28 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.25.2': + resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.22.5': resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} + '@babel/helper-optimise-call-expression@7.24.7': + resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} + engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.22.5': resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.24.8': + resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} + engines: {node: '>=6.9.0'} + '@babel/helper-remap-async-to-generator@7.18.9': resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} @@ -1872,14 +1906,28 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-replace-supers@7.25.0': + resolution: {integrity: sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-simple-access@7.22.5': resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} + '@babel/helper-simple-access@7.24.7': + resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} + engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': + resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-split-export-declaration@7.22.6': resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} @@ -1888,22 +1936,26 @@ packages: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + '@babel/helper-string-parser@7.24.8': + resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.22.15': - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + '@babel/helper-validator-identifier@7.22.20': + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.22.5': - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + '@babel/helper-validator-identifier@7.24.7': + resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.23.5': resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': + resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} + engines: {node: '>=6.9.0'} + '@babel/helper-wrap-function@7.20.5': resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} @@ -1928,6 +1980,10 @@ packages: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': + resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.22.5': resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} @@ -1943,6 +1999,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.25.3': + resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6': resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} @@ -2135,8 +2196,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.23.3': - resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + '@babel/plugin-syntax-import-assertions@7.24.7': + resolution: {integrity: sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2163,14 +2224,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.22.5': - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + '@babel/plugin-syntax-jsx@7.23.3': + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.23.3': - resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + '@babel/plugin-syntax-jsx@7.24.7': + resolution: {integrity: sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2229,6 +2290,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-typescript@7.24.7': + resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -2511,20 +2578,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.22.5': - resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - - '@babel/plugin-transform-modules-commonjs@7.23.0': - resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} + '@babel/plugin-transform-modules-commonjs@7.23.3': + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.23.3': - resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + '@babel/plugin-transform-modules-commonjs@7.24.8': + resolution: {integrity: sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2847,14 +2908,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.22.15': - resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} + '@babel/plugin-transform-typescript@7.23.6': + resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.23.6': - resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} + '@babel/plugin-transform-typescript@7.25.2': + resolution: {integrity: sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2941,8 +3002,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-typescript@7.23.0': - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + '@babel/preset-typescript@7.24.7': + resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2972,6 +3033,10 @@ packages: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} + '@babel/template@7.25.0': + resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.22.5': resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} engines: {node: '>=6.9.0'} @@ -2984,6 +3049,10 @@ packages: resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.25.3': + resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==} + engines: {node: '>=6.9.0'} + '@babel/types@7.22.5': resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -2992,6 +3061,10 @@ packages: resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} + '@babel/types@7.25.2': + resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -3179,8 +3252,8 @@ packages: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/js@8.56.0': - resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==} + '@eslint/js@8.57.0': + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} '@ethereumjs/common@3.2.0': @@ -3499,6 +3572,10 @@ packages: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + '@jridgewell/resolve-uri@3.1.0': resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} @@ -3511,6 +3588,10 @@ packages: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + '@jridgewell/source-map@0.3.2': resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} @@ -3529,6 +3610,9 @@ packages: '@jridgewell/trace-mapping@0.3.20': resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -3579,23 +3663,36 @@ packages: resolution: {integrity: sha512-sFNpzBKRicDgM2ZuU6vrPROlqNGm8/jDsjc5WrU1RzCkAMc4Xr3vUUf8p59uQ6B09etUWNb8d2GTCbISdmH/Ug==} engines: {node: '>=16.0.0'} - '@microsoft/api-documenter@7.23.30': - resolution: {integrity: sha512-yX8MXnvRmdSE6bVY1Mb24uoM/db+TXO39nCg9II6o6pXdKvopIpN/Y96l8Q6pzbIouDcm4ah6N74H5wSPNF+7g==} + '@microsoft/api-documenter@7.25.11': + resolution: {integrity: sha512-Ql6AMeKSiBLbc9pM93+oDfNhTHM/ptGsXS3vIs05MoIZANQbYcMhP/UNuXpU2hvice4OhmCvohcmEcQb999Xvg==} hasBin: true '@microsoft/api-extractor-model@7.28.13': resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} + '@microsoft/api-extractor-model@7.29.5': + resolution: {integrity: sha512-axMwj4pgtYH6/IclP9ly33laSwTym1kBwSUcoHElc2LYAE5NNlhGT78ucEpIZtqEZaGgA8yxGXIyS17XCC2Iuw==} + '@microsoft/api-extractor@7.40.6': resolution: {integrity: sha512-9N+XCIQB94Di+ETTzNGLqjgQydslynHou7QPgDhl5gZ+B/Q5hTv5jtqBglTUnTrC0trHdG5/YKN07ehGKlSb5g==} hasBin: true + '@microsoft/api-extractor@7.47.6': + resolution: {integrity: sha512-saI7n319+PdJ8PAePr14LWeIPOW2fHSr3KZfYFqJ2VUpIc1TTSh6ATFZfLPWI1LK7eZHun8+FpNsuxonyvxTgQ==} + hasBin: true + '@microsoft/tsdoc-config@0.16.2': resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + '@microsoft/tsdoc-config@0.17.0': + resolution: {integrity: sha512-v/EYRXnCAIHxOHW+Plb6OWuUoMotxTN0GLatnpOb1xq0KuTNw/WI3pamJx/UbsoJP5k9MCw1QxvvhPcF9pH3Zg==} + '@microsoft/tsdoc@0.14.2': resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + '@microsoft/tsdoc@0.15.0': + resolution: {integrity: sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==} + '@multiformats/base-x@4.0.1': resolution: {integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==} @@ -3770,52 +3867,55 @@ packages: resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} engines: {node: '>= 14'} - '@octokit/auth-token@4.0.0': - resolution: {integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==} + '@octokit/auth-token@5.1.1': + resolution: {integrity: sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==} engines: {node: '>= 18'} '@octokit/core@4.2.4': resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} engines: {node: '>= 14'} - '@octokit/core@5.0.0': - resolution: {integrity: sha512-YbAtMWIrbZ9FCXbLwT9wWB8TyLjq9mxpKdgB3dUNxQcIVTf9hJ70gRPwAcqGZdY6WdJPZ0I7jLaaNDCiloGN2A==} + '@octokit/core@6.1.2': + resolution: {integrity: sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==} + engines: {node: '>= 18'} + + '@octokit/endpoint@10.1.1': + resolution: {integrity: sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==} engines: {node: '>= 18'} '@octokit/endpoint@7.0.6': resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} engines: {node: '>= 14'} - '@octokit/endpoint@9.0.0': - resolution: {integrity: sha512-szrQhiqJ88gghWY2Htt8MqUDO6++E/EIXqJ2ZEp5ma3uGS46o7LZAzSLt49myB7rT+Hfw5Y6gO3LmOxGzHijAQ==} - engines: {node: '>= 18'} - '@octokit/graphql@5.0.6': resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} engines: {node: '>= 14'} - '@octokit/graphql@7.0.1': - resolution: {integrity: sha512-T5S3oZ1JOE58gom6MIcrgwZXzTaxRnxBso58xhozxHpOqSTgDS6YNeEUvZ/kRvXgPrRz/KHnZhtb7jUMRi9E6w==} + '@octokit/graphql@8.1.1': + resolution: {integrity: sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==} engines: {node: '>= 18'} '@octokit/openapi-types@18.0.0': resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} + '@octokit/openapi-types@22.2.0': + resolution: {integrity: sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==} + '@octokit/plugin-enterprise-rest@6.0.1': resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} + '@octokit/plugin-paginate-rest@11.3.3': + resolution: {integrity: sha512-o4WRoOJZlKqEEgj+i9CpcmnByvtzoUYC6I8PD2SA95M+BJ2x8h7oLcVOg9qcowWXBOdcTRsMZiwvM3EyLm9AfA==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '>=6' + '@octokit/plugin-paginate-rest@6.1.2': resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=4' - '@octokit/plugin-paginate-rest@8.0.0': - resolution: {integrity: sha512-2xZ+baZWUg+qudVXnnvXz7qfrTmDeYPCzangBVq/1gXxii/OiS//4shJp9dnCCvj1x+JAm9ji1Egwm1BA47lPQ==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=5' - '@octokit/plugin-request-log@1.0.4': resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: @@ -3827,32 +3927,32 @@ packages: peerDependencies: '@octokit/core': '>=3' - '@octokit/plugin-retry@6.0.0': - resolution: {integrity: sha512-a1/A4A+PB1QoAHQfLJxGHhLfSAT03bR1jJz3GgQJZvty2ozawFWs93MiBQXO7SL2YbO7CIq0Goj4qLOBj8JeMQ==} + '@octokit/plugin-retry@7.1.1': + resolution: {integrity: sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==} engines: {node: '>= 18'} peerDependencies: - '@octokit/core': '>=5' + '@octokit/core': '>=6' - '@octokit/plugin-throttling@7.0.0': - resolution: {integrity: sha512-KL2k/d0uANc8XqP5S64YcNFCudR3F5AaKO39XWdUtlJIjT9Ni79ekWJ6Kj5xvAw87udkOMEPcVf9xEge2+ahew==} + '@octokit/plugin-throttling@9.3.1': + resolution: {integrity: sha512-Qd91H4liUBhwLB2h6jZ99bsxoQdhgPk6TdwnClPyTBSDAdviGPceViEgUwj+pcQDmB/rfAXAXK7MTochpHM3yQ==} engines: {node: '>= 18'} peerDependencies: - '@octokit/core': ^5.0.0 + '@octokit/core': ^6.0.0 '@octokit/request-error@3.0.3': resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} engines: {node: '>= 14'} - '@octokit/request-error@5.0.0': - resolution: {integrity: sha512-1ue0DH0Lif5iEqT52+Rf/hf0RmGO9NWFjrzmrkArpG9trFfDM/efx00BJHdLGuro4BR/gECxCU2Twf5OKrRFsQ==} + '@octokit/request-error@6.1.4': + resolution: {integrity: sha512-VpAhIUxwhWZQImo/dWAN/NpPqqojR6PSLgLYAituLM6U+ddx9hCioFGwBr5Mi+oi5CLeJkcAs3gJ0PYYzU6wUg==} engines: {node: '>= 18'} '@octokit/request@6.2.8': resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} engines: {node: '>= 14'} - '@octokit/request@8.1.1': - resolution: {integrity: sha512-8N+tdUz4aCqQmXl8FpHYfKG9GelDFd7XGVzyN8rc6WxVlYcfpHECnuRkgquzz+WzvHTK62co5di8gSXnzASZPQ==} + '@octokit/request@9.1.3': + resolution: {integrity: sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==} engines: {node: '>= 18'} '@octokit/rest@19.0.11': @@ -3865,8 +3965,8 @@ packages: '@octokit/types@10.0.0': resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} - '@octokit/types@11.1.0': - resolution: {integrity: sha512-Fz0+7GyLm/bHt8fwEqgvRBWwIV1S6wRRyq+V6exRKLVWaKGsuy6H9QFYeBVDV7rK6fO3XwHgQOPxv+cLj2zpXQ==} + '@octokit/types@13.5.0': + resolution: {integrity: sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==} '@octokit/types@9.3.2': resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} @@ -3954,8 +4054,8 @@ packages: '@protobufjs/utf8@1.1.0': resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - '@puppeteer/browsers@2.1.0': - resolution: {integrity: sha512-xloWvocjvryHdUjDam/ZuGMh7zn4Sn3ZAaV4Ah2e2EwEt90N3XphZlSsU3n0VDc1F7kggCjMuH0UuxfPQ5mD9w==} + '@puppeteer/browsers@2.3.0': + resolution: {integrity: sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==} engines: {node: '>=18'} hasBin: true @@ -4094,9 +4194,28 @@ packages: '@types/node': optional: true + '@rushstack/node-core-library@5.6.0': + resolution: {integrity: sha512-3ixIcEHseqU1sbnvoQkvxvfTYWbi1IIhnq/vexJcex7j6D8lnQCiYnd/E2oXbUH0Zv48CjtfslC/2MVFd71mpg==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/rig-package@0.5.2': resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + '@rushstack/rig-package@0.5.3': + resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} + + '@rushstack/terminal@0.13.4': + resolution: {integrity: sha512-h7g2RuffpqBCDKOijlUmvQ0b2O9kpIOK9TWCX9IR+2kvudp6MdtCYDu29zeqweWwCSWUnuAaUfB5HT88s0YCiw==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + '@rushstack/terminal@0.9.0': resolution: {integrity: sha512-49RnIDooriXyqcd7mGyjh9CmjOjf/Vn8PkOQXHa1CS0/RrrynCJLFhRDkswf7gGXZW+6UhROOE8wTmbOrfUTSA==} peerDependencies: @@ -4108,6 +4227,9 @@ packages: '@rushstack/ts-command-line@4.17.3': resolution: {integrity: sha512-/PtTYW38A8iUviuCmQSccHfmx3uBh4Jm5YRPU2aTgYEgwT2jtg60vAbwnkMYkyaT1AbWpjZM3xq5uHYPURvStw==} + '@rushstack/ts-command-line@4.22.5': + resolution: {integrity: sha512-eFm+5DJboPHAy3epLNQtmG+hDlBzS950g26nZPbciMQeXmZ5shGGNe6ERjV77wnr5IuxfLhYGJ4ZjPy8Z56MBA==} + '@scure/base@1.1.3': resolution: {integrity: sha512-/+SgoRjLq7Xlf0CWuLHq2LUZeL/w65kfzAPG5NH9pcmBhs+nunQTn4gvdwgMTIXnt9b2C/1SeL2XiysZEyIC9Q==} @@ -4117,12 +4239,15 @@ packages: '@scure/bip39@1.2.1': resolution: {integrity: sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg==} + '@sec-ant/readable-stream@0.4.1': + resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} + '@segment/loosely-validate-event@2.0.0': resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==} - '@semantic-release/commit-analyzer@11.0.0': - resolution: {integrity: sha512-uEXyf4Z0AWJuxI9TbSQP5kkIYqus1/E1NcmE7pIv6d6/m/5EJcNWAGR4FOo34vrV26FhEaRVkxFfYzp/M7BKIg==} - engines: {node: ^18.17 || >=20.6.1} + '@semantic-release/commit-analyzer@12.0.0': + resolution: {integrity: sha512-qG+md5gdes+xa8zP7lIo1fWE17zRdO8yMCaxh9lyL65TQleoSv8WHHOqRURfghTytUh+NpkSyBprQ5hrkxOKVQ==} + engines: {node: '>=20.8.1'} peerDependencies: semantic-release: '>=20.1.0' @@ -4130,21 +4255,21 @@ packages: resolution: {integrity: sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==} engines: {node: '>=18'} - '@semantic-release/github@9.0.4': - resolution: {integrity: sha512-kQCGFAsBErvCR6hzNuzu63cj4erQN2krm9zQlg8vl4j5X0mL0d/Ras0wmL5Gkr1TuSS2lweME7M4J5zvtDDDSA==} - engines: {node: '>=18'} + '@semantic-release/github@10.1.7': + resolution: {integrity: sha512-QnhP4k1eqzYLz6a4kpWrUQeKJYXqHggveMykvUFbSquq07GF85BXvr/QLhpOD7bpDcmEfL8VnphRA7KT5i9lzQ==} + engines: {node: '>=20.8.1'} peerDependencies: semantic-release: '>=20.1.0' - '@semantic-release/npm@11.0.0': - resolution: {integrity: sha512-ozNCiPUp14Xp2rgeY7j96yFTEhDncLSWOJr0IAUr888+ax6fH5xgYkNVv08vpkV8C5GIXBgnGd9coRiOCD6oqQ==} - engines: {node: ^18.17 || >=20} + '@semantic-release/npm@12.0.1': + resolution: {integrity: sha512-/6nntGSUGK2aTOI0rHPwY3ZjgY9FkXmEHbW9Kr+62NVOsyqpKKeP0lrCH+tphv+EsNdJNmqqwijTEnVWUMQ2Nw==} + engines: {node: '>=20.8.1'} peerDependencies: semantic-release: '>=20.1.0' - '@semantic-release/release-notes-generator@12.0.0': - resolution: {integrity: sha512-m7Ds8ComP1KJgA2Lke2xMwE1TOOU40U7AzP4lT8hJ2tUAeicziPz/1GeDFmRkTOkMFlfHvE6kuvMkvU+mIzIDQ==} - engines: {node: ^18.17 || >=20.6.1} + '@semantic-release/release-notes-generator@13.0.0': + resolution: {integrity: sha512-LEeZWb340keMYuREMyxrODPXJJ0JOL8D/mCl74B4LdzbxhtXV2LrPN2QBEcGJrlQhoqLO0RhxQb6masHytKw+A==} + engines: {node: '>=20.8.1'} peerDependencies: semantic-release: '>=20.1.0' @@ -4203,6 +4328,14 @@ packages: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} + '@sindresorhus/merge-streams@2.3.0': + resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} + engines: {node: '>=18'} + + '@sindresorhus/merge-streams@4.0.0': + resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} + engines: {node: '>=18'} + '@sinonjs/commons@1.8.6': resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} @@ -4679,8 +4812,8 @@ packages: '@types/node@20.11.19': resolution: {integrity: sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==} - '@types/normalize-package-data@2.4.1': - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + '@types/node@20.16.1': + resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4721,11 +4854,11 @@ packages: '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - '@types/react-dom@18.2.19': - resolution: {integrity: sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==} + '@types/react-dom@18.3.0': + resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.2.57': - resolution: {integrity: sha512-ZvQsktJgSYrQiMirAN60y4O/LRevIV8hUzSOSNB6gfR3/o3wCBFQx3sPwIYtuDMeiVgsSS3UzCV26tEzgnfvQw==} + '@types/react@18.3.4': + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} '@types/resolve@1.17.1': resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} @@ -4733,9 +4866,6 @@ packages: '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} - '@types/scheduler@0.16.3': - resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} - '@types/seedrandom@3.0.1': resolution: {integrity: sha512-giB9gzDeiCeloIXDgzFBCgjj1k4WxcDrZtGl6h1IqmUPlxF+Nx8Ve+96QCyDZ/HseB/uvDsKbpib9hU5cU53pw==} @@ -5077,14 +5207,18 @@ packages: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} - aggregate-error@4.0.1: - resolution: {integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==} - engines: {node: '>=12'} - aggregate-error@5.0.0: resolution: {integrity: sha512-gOsf2YwSlleG6IjRYG2A7k0HmBMEo6qVNk9Bp/EaLgAJT5ngH6PXbqa4ItvnEwCm/velL5jAnQgsHsWnjhGmvw==} engines: {node: '>=18'} + ajv-draft-04@1.0.0: + resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} + peerDependencies: + ajv: ^8.5.0 + peerDependenciesMeta: + ajv: + optional: true + ajv-formats@2.1.1: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: @@ -5093,6 +5227,14 @@ packages: ajv: optional: true + ajv-formats@3.0.1: + resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + ajv-keywords@3.5.2: resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: @@ -5109,6 +5251,9 @@ packages: ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + ajv@8.13.0: + resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} + anser@1.4.10: resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} @@ -5506,6 +5651,9 @@ packages: before-after-hook@2.2.3: resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + before-after-hook@3.0.2: + resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} + better-opn@3.0.2: resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} engines: {node: '>=12.0.0'} @@ -5835,8 +5983,8 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - chromium-bidi@0.5.9: - resolution: {integrity: sha512-wOTX3m2zuHX0zRX4h7Ol1DAGz0cqHzo2IrAPvOqBxdd4ZR32vxg4FKNjmBihi1oP9b1QGSBBG5VNUUXUCsxDfg==} + chromium-bidi@0.6.3: + resolution: {integrity: sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==} peerDependencies: devtools-protocol: '*' @@ -5868,10 +6016,6 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} - clean-stack@4.2.0: - resolution: {integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==} - engines: {node: '>=12'} - clean-stack@5.2.0: resolution: {integrity: sha512-TyUIUJgdFnCISzG5zu3291TAsE77ddchd0bepon1VVQrKLGKFED4iXFEDQ24mIPdPBbyE16PK3F8MYE1CmcBEQ==} engines: {node: '>=14.16'} @@ -6137,6 +6281,10 @@ packages: engines: {node: '>=14'} hasBin: true + convert-hrtime@5.0.0: + resolution: {integrity: sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==} + engines: {node: '>=12'} + convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} @@ -6482,6 +6630,15 @@ packages: supports-color: optional: true + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -6622,8 +6779,8 @@ packages: engines: {node: '>=0.8.0'} hasBin: true - devtools-protocol@0.0.1249869: - resolution: {integrity: sha512-Ctp4hInA0BEavlUoRy9mhGq0i+JSo/AwVyX2EFgZmV1kYB+Zq+EMBAn52QWu6FbRr10hRb6pBl420upbp4++vg==} + devtools-protocol@0.0.1312386: + resolution: {integrity: sha512-DPnhUXvmvKT2dFA/j7B+riVLUt9Q6RKJlcppojL5CoRywJJKLDYnRlw0gTFKfgDPHP5E04UoB71SxoJlVZy8FA==} did-jwt-vc@4.0.0: resolution: {integrity: sha512-lplB8Ksehx1gn/FQZQ8hW+9KziTqOHsNKqIFBIw26n2mCi+mbDJUyAmJ/rqQoN4OOUm97bdI39HS/b8KDE4drg==} @@ -6771,6 +6928,11 @@ packages: eip-712-types-generation@0.1.6: resolution: {integrity: sha512-O2zjZcGFKyuXxW3s5ATxA1EJzszWHKYASBqpIyIhXzvFW6YFkYdDIgsoAdLnX3ClZd6908xaOPPPbTVgXy0URQ==} + ejs@3.1.10: + resolution: {integrity: sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==} + engines: {node: '>=0.10.0'} + hasBin: true + ejs@3.1.9: resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} engines: {node: '>=0.10.0'} @@ -7011,11 +7173,11 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-promise@6.1.1: - resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} + eslint-plugin-promise@6.6.0: + resolution: {integrity: sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 eslint-plugin-react-hooks@4.6.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} @@ -7064,8 +7226,8 @@ packages: eslint: ^7.0.0 || ^8.0.0 webpack: ^5.0.0 - eslint@8.56.0: - resolution: {integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==} + eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -7112,6 +7274,10 @@ packages: resolution: {integrity: sha512-mxTAE6wqJQAbp5QAe/+o+rXOID7Nw91OZXvgpjDa1r4fAbq2Nu314oEZSbjoRLacuCzs7kUC3clEvkCQowffGg==} engines: {node: '>=14.0.0'} + ethers@6.13.2: + resolution: {integrity: sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg==} + engines: {node: '>=14.0.0'} + ethjs-util@0.1.6: resolution: {integrity: sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==} engines: {node: '>=6.5.0', npm: '>=3'} @@ -7161,6 +7327,10 @@ packages: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} + execa@9.3.1: + resolution: {integrity: sha512-gdhefCCNy/8tpH/2+ajP9IQc14vXchNdd0weyzSJEFURhRMGncQ+zKFxwjAufIewPEJm9BPOaJnvg2UtlH2gPQ==} + engines: {node: ^18.19.0 || >=20.5.0} + exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} @@ -7173,8 +7343,8 @@ packages: resolution: {integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==} engines: {node: '>=0.10.0'} - expect-puppeteer@10.0.0: - resolution: {integrity: sha512-E7sE6nVdEbrnpDOBMmcLgyqLJKt876AlBg1A+gsu5R8cWx+SLafreOgJAgzXg5Qko7Tk0cW5oZdRbHQLU738dg==} + expect-puppeteer@10.1.0: + resolution: {integrity: sha512-d+RS+LWxlEq4RxWb2ifkXYg6/IS3VaZogAye0o2TZaf2qCFT8LN5yVLKfcYI54RQDBn/wMDRFySP+QMMFq+ZIg==} engines: {node: '>=16'} expect@27.5.1: @@ -7343,6 +7513,10 @@ packages: resolution: {integrity: sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==} engines: {node: '>=18'} + figures@6.1.0: + resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==} + engines: {node: '>=18'} + file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -7419,13 +7593,9 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - - find-versions@5.1.0: - resolution: {integrity: sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==} - engines: {node: '>=12'} + find-versions@6.0.0: + resolution: {integrity: sha512-2kCCtc+JvcZ86IGAz3Z2Y0A1baIz9fL31pH/0S1IqZr9Iwnjq8izfPtrCyQKO6TLMPELLsQMre7VDqeIKCsHkA==} + engines: {node: '>=18'} find-yarn-workspace-root@2.0.0: resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} @@ -7591,6 +7761,10 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + function-timeout@1.0.2: + resolution: {integrity: sha512-939eZS4gJ3htTHAldmyyuzlrD58P03fHG49v2JfFXbV6OhvZKRC9j2yAtdHw/zrp2zXHuv05zMIy40F0ge7spA==} + engines: {node: '>=18'} + function.prototype.name@1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} engines: {node: '>= 0.4'} @@ -7680,6 +7854,10 @@ packages: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} + get-stream@9.0.1: + resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} + engines: {node: '>=18'} + get-symbol-description@1.0.0: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} engines: {node: '>= 0.4'} @@ -7799,9 +7977,9 @@ packages: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} - globby@13.2.2: - resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + globby@14.0.2: + resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} + engines: {node: '>=18'} gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -8040,6 +8218,10 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} + human-signals@8.0.0: + resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==} + engines: {node: '>=18.18.0'} + humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} @@ -8099,10 +8281,6 @@ packages: resolution: {integrity: sha512-U3Qt/CyfFpTUv6LOP2jRTLYjphH6zg3okMfHbyqRa/W2w6hr8OsJWVggNlR4jxuojQy81TgTJTxgSkyoteRGMQ==} engines: {node: '>=16.20'} - import-from@4.0.0: - resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==} - engines: {node: '>=12.2'} - import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} @@ -8350,6 +8528,10 @@ packages: resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} engines: {node: '>=10'} + is-plain-obj@4.1.0: + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} + is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} @@ -8398,6 +8580,10 @@ packages: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + is-stream@4.0.1: + resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} + engines: {node: '>=18'} + is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} @@ -8482,9 +8668,9 @@ packages: isomorphic-webcrypto@2.3.8: resolution: {integrity: sha512-XddQSI0WYlSCjxtm1AI8kWQOulf7hAN3k3DclF1sxDJZqOe0pcsOt675zvWW91cZH9hYs3nlA3Ev8QK5i80SxQ==} - issue-parser@6.0.0: - resolution: {integrity: sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==} - engines: {node: '>=10.13'} + issue-parser@7.0.1: + resolution: {integrity: sha512-3YZcUUR2Wt1WsapF+S/WiA2WmlW0cWAoPccMqne7AxEBhCdFeTPjfv/Axb8V2gyCgY3nRw+ksZ3xSUX+R47iAg==} + engines: {node: ^18.17 || >=20.6.1} istanbul-lib-coverage@3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} @@ -8587,8 +8773,8 @@ packages: ts-node: optional: true - jest-dev-server@10.0.0: - resolution: {integrity: sha512-FtyBBDxrAIfTX3hyKSOwj5KU6Z7fFLew5pQYOFpwyf+qpPpULL8aYxtsFkbkAwcs+Mb7qhcNbVLeiWsLOd7CKw==} + jest-dev-server@10.1.0: + resolution: {integrity: sha512-zB5phqImkP1w6ANhRPrpr4oW84SDRRAhQhCEJ+NGGET4yapNf0Fu8ymS7inNPNQ8zQYgm8IfqyUGgEforPt8pg==} engines: {node: '>=16'} jest-dev-server@6.2.0: @@ -8642,8 +8828,8 @@ packages: jest-environment-puppeteer-jsdom@6.0.0: resolution: {integrity: sha512-swVlpD1rU5ugZSQ13B+CWZkUWmBBu7a8XlFYqXhrWNz2AqwBX26Vgrwavufh5/ncPOdJ7uPVQVBRkiuO81aQIg==} - jest-environment-puppeteer@10.0.1: - resolution: {integrity: sha512-FxMzVRyqieQqSy5CPWiwdK5t9dkRHid5eoRTVa8RtYeXLlpW6lU0dAmxEfPkdnDVCiPUhC2APeKOXq0J72bgag==} + jest-environment-puppeteer@10.1.0: + resolution: {integrity: sha512-bP1L64wGPQJMVKcH3XIw1X0R+s8VQ5yYqi/5aRFlqwXerUoop+FFlKBeGWfCxpGwo1ICpVymhP0bfV1S0yzfWA==} engines: {node: '>=16'} jest-fetch-mock@3.0.3: @@ -8718,8 +8904,8 @@ packages: jest-resolve: optional: true - jest-puppeteer@10.0.1: - resolution: {integrity: sha512-FzC35XbqeuQEt1smXh1EOqhJaRkWqJkyWDMfGkcZ8C59QHXeJ7F/iOmiNqYi6l/OsycUuOPCk+IkjfGfS9YbrQ==} + jest-puppeteer@10.1.0: + resolution: {integrity: sha512-jQY3GfOq5eTi4YEHFqueQtRmOvEmkfqDJPpoU9Y16Gyo73b9xtSd3tlQz9o4pEfDQdmOeTt0FjQSVn2Ydl50ig==} engines: {node: '>=16'} peerDependencies: puppeteer: '>=19' @@ -9203,10 +9389,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} @@ -9506,9 +9688,9 @@ packages: engines: {node: '>=4.0.0'} hasBin: true - mime@3.0.0: - resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} - engines: {node: '>=10.0.0'} + mime@4.0.4: + resolution: {integrity: sha512-v8yqInVjhXyqP6+Kw4fV3ZzeMRqEW6FotRsKXjRS5VMTNIuXsdRoAvklpoRgSqXm6o9VNH4/C0mgedko9DdLsQ==} + engines: {node: '>=16'} hasBin: true mimic-fn@1.2.0: @@ -9975,8 +10157,12 @@ packages: resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npm@10.2.0: - resolution: {integrity: sha512-Auyq6d4cfg/SY4URjZE2aePLOPzK4lUD+qyMxY/7HbxAvCnOCKtMlyLPcbLSOq9lhEGBZN800S1o+UmfjA5dTg==} + npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + npm@10.8.2: + resolution: {integrity: sha512-x/AIjFIKRllrhcb48dqUNAAZl0ig9+qMuN91RpZo3Cb2+zuibfh+KISl6+kVVyktDz230JKc208UkQwwMqyB+w==} engines: {node: ^18.17.0 || >=20.5.0} hasBin: true bundledDependencies: @@ -9987,6 +10173,7 @@ packages: - '@npmcli/map-workspaces' - '@npmcli/package-json' - '@npmcli/promise-spawn' + - '@npmcli/redact' - '@npmcli/run-script' - '@sigstore/tuf' - abbrev @@ -9995,8 +10182,6 @@ packages: - chalk - ci-info - cli-columns - - cli-table3 - - columnify - fastest-levenshtein - fs-minipass - glob @@ -10032,7 +10217,6 @@ packages: - npm-profile - npm-registry-fetch - npm-user-validate - - npmlog - p-map - pacote - parse-conflict-json @@ -10042,7 +10226,6 @@ packages: - semver - spdx-expression-parse - ssri - - strip-ansi - supports-color - tar - text-table @@ -10208,9 +10391,9 @@ packages: resolution: {integrity: sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==} engines: {node: '>=12'} - p-filter@3.0.0: - resolution: {integrity: sha512-QtoWLjXAW++uTX67HZQz1dbTpqBfiidsB6VtQUC9iR85S120+s0T5sO6s+B5MLzFcZkrEd/DGMmCjR+f2Qpxwg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + p-filter@4.1.0: + resolution: {integrity: sha512-37/tPdZ3oJwHaS3gNJdenCDB3Tz26i9sjhnguBtvN0vYlRIiDNnvTWkuh+0hETV9rLPdJ3rlL3yVOYPIAnM8rw==} + engines: {node: '>=18'} p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} @@ -10232,10 +10415,6 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} engines: {node: '>=4'} @@ -10252,10 +10431,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map-series@2.1.0: resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} engines: {node: '>=8'} @@ -10268,9 +10443,9 @@ packages: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} - p-map@5.5.0: - resolution: {integrity: sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==} - engines: {node: '>=12'} + p-map@7.0.2: + resolution: {integrity: sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==} + engines: {node: '>=18'} p-pipe@3.1.0: resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} @@ -10348,14 +10523,14 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} - parse-json@7.0.0: - resolution: {integrity: sha512-kP+TQYAzAiVnzOlWOe0diD6L35s9bJh0SCn95PIbZFKrOYuIRQsQkeWEYxzVDuHTt9V9YqvYCJ2Qo4z9wdfZPw==} - engines: {node: '>=16'} - parse-json@8.1.0: resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} engines: {node: '>=18'} + parse-ms@4.0.0: + resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} + engines: {node: '>=18'} + parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} @@ -10419,10 +10594,6 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -10461,6 +10632,10 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + path-type@5.0.0: + resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} + engines: {node: '>=12'} + pause@0.0.1: resolution: {integrity: sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==} @@ -11017,8 +11192,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -11045,6 +11220,10 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + pretty-ms@9.1.0: + resolution: {integrity: sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==} + engines: {node: '>=18'} + proc-log@3.0.0: resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -11131,14 +11310,13 @@ packages: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - puppeteer-core@22.2.0: - resolution: {integrity: sha512-rxLM860FP05CxCPAn6dwY0KnVhbnogsXu4XORb+2hb/va69v7R1VdJWLMGHd7EE5wfpT8oFZ7Q6NN85OhOtV9Q==} + puppeteer-core@22.15.0: + resolution: {integrity: sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==} engines: {node: '>=18'} - puppeteer@22.2.0: - resolution: {integrity: sha512-0Ax7zeqqbQL6Zcpo1WAvrqWQAnGsLB4tmQUUwsb5Cfo05XaQ78LWUUjaO4um7qaddKpZfk0vXlGcRVwtedpWfg==} + puppeteer@22.15.0: + resolution: {integrity: sha512-XjCY1SiSEi1T7iSYuxS82ft85kwDJUS7wj1Z0eGVXKdtr5g4xnVcbjwxhq5xBnpK/E7x1VZZoJDxpjAOasHT4Q==} engines: {node: '>=18'} - deprecated: < 22.6.4 is no longer supported hasBin: true pure-rand@6.0.2: @@ -11321,9 +11499,9 @@ packages: engines: {node: ^16.14.0 || >=18.0.0} deprecated: This package is no longer supported. Please use @npmcli/package-json instead. - read-pkg-up@10.0.0: - resolution: {integrity: sha512-jgmKiS//w2Zs+YbX039CorlkOp8FIVbSAN8r8GJHDsGlmNPXo+VeHkqAwCiQVTTx5/LwLZTcEw59z3DvcLbr0g==} - engines: {node: '>=16'} + read-package-up@11.0.0: + resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} + engines: {node: '>=18'} read-pkg-up@11.0.0: resolution: {integrity: sha512-LOVbvF1Q0SZdjClSefZ0Nz5z8u+tIE7mV5NibzmE9VYmDe9CaBbAVtz1veOSZbofrdsilxuDAYnFenukZVp8/Q==} @@ -11346,10 +11524,6 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} - read-pkg@8.0.0: - resolution: {integrity: sha512-Ajb9oSjxXBw0YyOiwtQ2dKbAA/vMnUPnY63XcCk+mXo0BwIdQEMgZLZiMWGttQHcUhUgbK0mH85ethMPKXxziw==} - engines: {node: '>=16'} - read-pkg@9.0.1: resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==} engines: {node: '>=18'} @@ -11695,8 +11869,8 @@ packages: resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==} engines: {node: '>=10'} - semantic-release@23.0.2: - resolution: {integrity: sha512-OnVYJ6Xgzwe1x8MKswba7RU9+5djS1MWRTrTn5qsq3xZYpslroZkV9Pt0dA2YcIuieeuSZWJhn+yUWoBUHO5Fw==} + semantic-release@23.1.1: + resolution: {integrity: sha512-qqJDBhbtHsjUEMsojWKGuL5lQFCJuPtiXKEIlFKyTzDDGTAE/oyvznaP8GeOr5PvcqBJ6LQz4JCENWPLeehSpA==} engines: {node: '>=20.8.1'} hasBin: true @@ -11741,6 +11915,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -11871,6 +12050,10 @@ packages: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} + slash@5.1.0: + resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} + engines: {node: '>=14.16'} + slice-ansi@2.1.0: resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} engines: {node: '>=6'} @@ -11948,8 +12131,8 @@ packages: spawn-error-forwarder@1.0.0: resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==} - spawnd@10.0.0: - resolution: {integrity: sha512-6GKcakMTryb5b1SWCvdubCDHEsR2k+5VZUD5G19umZRarkvj1RyCGyizcqhjewI7cqZo8fTVD8HpnDZbVOLMtg==} + spawnd@10.1.0: + resolution: {integrity: sha512-QeRBuEIUVPHQ908BoyeiLw+MyB78vztbzH+C+Gfd4OfFTLE1PBPqhyN8smkct4esF+uyDr+TZ9mCwZPcQ1krhA==} engines: {node: '>=16'} spawnd@6.2.0: @@ -12125,6 +12308,10 @@ packages: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} + strip-final-newline@4.0.0: + resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==} + engines: {node: '>=18'} + strip-hex-prefix@1.0.0: resolution: {integrity: sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==} engines: {node: '>=6.5.0', npm: '>=3'} @@ -12178,6 +12365,10 @@ packages: sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + super-regex@1.0.0: + resolution: {integrity: sha512-CY8u7DtbvucKuquCmOFEKhr9Besln7n9uN8eFbwcoGYWXOMW07u2o8njWaiXt11ylS3qoGF55pILjRmPlbodyg==} + engines: {node: '>=18'} + superstruct@1.0.3: resolution: {integrity: sha512-8iTn3oSS8nRGn+C2pgXSKPI3jmpm6FExNazNpjvqS6ZUJQCej3PUXEKM8NjHBOs54ExM+LPW/FBRhymrdcCiSg==} engines: {node: '>=14.0.0'} @@ -12250,8 +12441,8 @@ packages: tar-fs@2.1.1: resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} - tar-fs@3.0.5: - resolution: {integrity: sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==} + tar-fs@3.0.6: + resolution: {integrity: sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==} tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} @@ -12371,6 +12562,10 @@ packages: thunky@1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} + time-span@5.1.0: + resolution: {integrity: sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==} + engines: {node: '>=12'} + timekeeper@2.3.1: resolution: {integrity: sha512-LeQRS7/4JcC0PgdSFnfUiStQEdiuySlCj/5SJ18D+T1n9BoY7PxKFfCwLulpHXoLUFr67HxBddQdEX47lDGx1g==} @@ -12432,12 +12627,13 @@ packages: ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - ts-jest@29.1.2: - resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} - engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} + ts-jest@29.2.4: + resolution: {integrity: sha512-3d6tgDyhCI29HlpwIq87sNuI+3Q6GLTTCeYRHCs7vDz+/3GCMwEtV9jezLyl4ZtnBgx00I7hm8PCP8cTksMGrw==} + engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/transform': ^29.0.0 '@jest/types': ^29.0.0 babel-jest: ^29.0.0 esbuild: '*' @@ -12446,6 +12642,8 @@ packages: peerDependenciesMeta: '@babel/core': optional: true + '@jest/transform': + optional: true '@jest/types': optional: true babel-jest: @@ -12656,8 +12854,13 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} + hasBin: true + + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true @@ -12679,8 +12882,8 @@ packages: uint8arrays@4.0.6: resolution: {integrity: sha512-4ZesjQhqOU2Ip6GPReIwN60wRxIupavL8T0Iy36BBHr2qyMrNxsPJvr7vpS4eFt8F8kSguWUPad6ZM9izs/vyw==} - uint8arrays@5.0.2: - resolution: {integrity: sha512-S0GaeR+orZt7LaqzTRs4ZP8QqzAauJ+0d4xvP2lJTA99jIkKsE2FgDs4tGF/K/z5O9I/2W5Yvrh7IuqNeYH+0Q==} + uint8arrays@5.1.0: + resolution: {integrity: sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww==} unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} @@ -12691,6 +12894,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -12744,6 +12950,9 @@ packages: universal-user-agent@6.0.0: resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} + universal-user-agent@7.0.2: + resolution: {integrity: sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==} + universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -13228,6 +13437,30 @@ packages: utf-8-validate: optional: true + ws@8.17.1: + resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + ws@8.5.0: resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} engines: {node: '>=10.0.0'} @@ -13334,9 +13567,9 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.0.0: - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} - engines: {node: '>=12.20'} + yoctocolors@2.1.1: + resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} + engines: {node: '>=18'} z-schema@5.0.5: resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} @@ -13348,6 +13581,9 @@ packages: engines: {node: '>=16.0.0'} hasBin: true + zod@3.23.8: + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + snapshots: '@aashutoshrathi/word-wrap@1.2.6': {} @@ -13383,6 +13619,11 @@ snapshots: '@babel/highlight': 7.23.4 chalk: 2.4.2 + '@babel/code-frame@7.24.7': + dependencies: + '@babel/highlight': 7.24.7 + picocolors: 1.0.0 + '@babel/compat-data@7.22.5': {} '@babel/compat-data@7.23.5': {} @@ -13467,11 +13708,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.19.1(@babel/core@7.22.9)(eslint@8.56.0)': + '@babel/eslint-parser@7.19.1(@babel/core@7.22.9)(eslint@8.57.0)': dependencies: '@babel/core': 7.22.9 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.56.0 + eslint: 8.57.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 @@ -13496,10 +13737,21 @@ snapshots: '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 + '@babel/generator@7.25.0': + dependencies: + '@babel/types': 7.25.2 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.22.5': dependencies: '@babel/types': 7.23.6 + '@babel/helper-annotate-as-pure@7.24.7': + dependencies: + '@babel/types': 7.25.2 + '@babel/helper-builder-binary-assignment-operator-visitor@7.18.9': dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 @@ -13562,96 +13814,122 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.20.12)': + '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.5)': dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.20.12) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.5) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.5)': + '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.9)': dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.9 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.5) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.6)': + '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.6) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.5)': + '@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.5) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.22.5) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.22.9)': + '@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.9) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.22.9) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.22.9(@babel/core@7.23.6)': + '@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.6) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.6) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.23.6(@babel/core@7.23.6)': + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.20.12)': + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.20.12) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.22.5) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.6) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.25.0(@babel/core@7.23.6) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/traverse': 7.25.3 semver: 6.3.1 + transitivePeerDependencies: + - supports-color '@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.5)': dependencies: @@ -13751,6 +14029,13 @@ snapshots: dependencies: '@babel/types': 7.23.6 + '@babel/helper-member-expression-to-functions@7.24.8': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-imports@7.22.15': dependencies: '@babel/types': 7.23.6 @@ -13759,6 +14044,13 @@ snapshots: dependencies: '@babel/types': 7.23.6 + '@babel/helper-module-imports@7.24.7': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.22.5': dependencies: '@babel/helper-environment-visitor': 7.22.20 @@ -13781,15 +14073,6 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 - '@babel/helper-module-transforms@7.23.3(@babel/core@7.20.12)': - dependencies: - '@babel/core': 7.20.12 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 - '@babel/helper-module-transforms@7.23.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -13817,12 +14100,48 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-module-transforms@7.25.2(@babel/core@7.20.12)': + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.25.2(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.25.2(@babel/core@7.23.6)': + dependencies: + '@babel/core': 7.23.6 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.22.5': dependencies: '@babel/types': 7.23.6 + '@babel/helper-optimise-call-expression@7.24.7': + dependencies: + '@babel/types': 7.25.2 + '@babel/helper-plugin-utils@7.22.5': {} + '@babel/helper-plugin-utils@7.24.8': {} + '@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -13860,16 +14179,23 @@ snapshots: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 - '@babel/helper-replace-supers@7.22.20(@babel/core@7.23.6)': + '@babel/helper-replace-supers@7.22.20(@babel/core@7.22.5)': dependencies: - '@babel/core': 7.23.6 + '@babel/core': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers@7.22.9(@babel/core@7.20.12)': + '@babel/helper-replace-supers@7.22.20(@babel/core@7.22.9)': dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + + '@babel/helper-replace-supers@7.22.20(@babel/core@7.23.6)': + dependencies: + '@babel/core': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -13895,28 +14221,71 @@ snapshots: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers@7.25.0(@babel/core@7.20.12)': + dependencies: + '@babel/core': 7.20.12 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@7.25.0(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + + '@babel/helper-replace-supers@7.25.0(@babel/core@7.23.6)': + dependencies: + '@babel/core': 7.23.6 + '@babel/helper-member-expression-to-functions': 7.24.8 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/traverse': 7.25.3 + transitivePeerDependencies: + - supports-color + '@babel/helper-simple-access@7.22.5': dependencies: '@babel/types': 7.23.6 + '@babel/helper-simple-access@7.24.7': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: '@babel/types': 7.23.6 + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': + dependencies: + '@babel/traverse': 7.25.3 + '@babel/types': 7.25.2 + transitivePeerDependencies: + - supports-color + '@babel/helper-split-export-declaration@7.22.6': dependencies: '@babel/types': 7.23.6 '@babel/helper-string-parser@7.23.4': {} - '@babel/helper-validator-identifier@7.22.20': {} + '@babel/helper-string-parser@7.24.8': {} - '@babel/helper-validator-option@7.22.15': {} + '@babel/helper-validator-identifier@7.22.20': {} - '@babel/helper-validator-option@7.22.5': {} + '@babel/helper-validator-identifier@7.24.7': {} '@babel/helper-validator-option@7.23.5': {} + '@babel/helper-validator-option@7.24.8': {} + '@babel/helper-wrap-function@7.20.5': dependencies: '@babel/helper-function-name': 7.23.0 @@ -13962,6 +14331,13 @@ snapshots: chalk: 2.4.2 js-tokens: 4.0.0 + '@babel/highlight@7.24.7': + dependencies: + '@babel/helper-validator-identifier': 7.24.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + '@babel/parser@7.22.5': dependencies: '@babel/types': 7.23.6 @@ -13974,6 +14350,10 @@ snapshots: dependencies: '@babel/types': 7.23.6 + '@babel/parser@7.25.3': + dependencies: + '@babel/types': 7.25.2 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 @@ -14314,25 +14694,25 @@ snapshots: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.20.12)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.22.5)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.22.9)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.6)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.5)': dependencies: @@ -14394,35 +14774,40 @@ snapshots: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.20.12)': + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5)': + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.9)': + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.6)': + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.20.12)': + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6)': + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 + + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.20.12)': dependencies: @@ -14579,25 +14964,30 @@ snapshots: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.20.12)': + '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.6)': dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5)': + '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6)': dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.6)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.20.12)': dependencies: - '@babel/core': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.20.12 + '@babel/helper-plugin-utils': 7.24.8 - '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 + + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5)': dependencies: @@ -14752,19 +15142,19 @@ snapshots: '@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.5) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.23.6) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.6)': @@ -14776,21 +15166,21 @@ snapshots: '@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.5) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) '@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) '@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.23.6) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.6) @@ -15186,54 +15576,53 @@ snapshots: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.5)': + '@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - '@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.9)': + '@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - '@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.23.6)': + '@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - '@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.20.12)': + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.20.12) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.20.12) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-simple-access': 7.24.7 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.22.5)': + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - - '@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.6)': - dependencies: - '@babel/core': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-simple-access': 7.24.7 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.6)': + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.6) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.23.6) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-simple-access': 7.24.7 + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.5)': dependencies: @@ -15518,19 +15907,19 @@ snapshots: '@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.5) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.9)': dependencies: '@babel/core': 7.22.9 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.23.6) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.6)': @@ -15543,7 +15932,7 @@ snapshots: dependencies: '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.5) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) @@ -15551,7 +15940,7 @@ snapshots: dependencies: '@babel/core': 7.22.9 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.22.9) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.9) @@ -15559,7 +15948,7 @@ snapshots: dependencies: '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.9(@babel/core@7.23.6) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.6) @@ -15637,7 +16026,7 @@ snapshots: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.5) '@babel/types': 7.23.6 '@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.9)': @@ -15646,7 +16035,7 @@ snapshots: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.9) '@babel/types': 7.23.6 '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12)': @@ -15851,37 +16240,46 @@ snapshots: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-transform-typescript@7.22.15(@babel/core@7.20.12)': + '@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.6)': dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.23.6 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.20.12) + '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.20.12) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) - '@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.5)': + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.20.12)': dependencies: - '@babel/core': 7.22.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.20.12 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.20.12) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.20.12) + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.6)': + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.22.5)': dependencies: - '@babel/core': 7.23.6 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.6) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.6) + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.22.5) + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-typescript@7.23.6(@babel/core@7.23.6)': + '@babel/plugin-transform-typescript@7.25.2(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.23.6(@babel/core@7.23.6) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.0(@babel/core@7.23.6) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.23.6) + transitivePeerDependencies: + - supports-color '@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.5)': dependencies: @@ -15981,7 +16379,7 @@ snapshots: '@babel/core': 7.22.5 '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.5) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.5) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.5) @@ -15990,7 +16388,7 @@ snapshots: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.22.5) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.22.5) '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.22.5) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) @@ -16025,7 +16423,7 @@ snapshots: '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.5) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.22.5) '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.22.5) '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.5) @@ -16067,7 +16465,7 @@ snapshots: '@babel/core': 7.22.9 '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.9) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.9) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.9) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.9) @@ -16076,7 +16474,7 @@ snapshots: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.9) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.9) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.9) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.22.9) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.22.9) '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.22.9) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.9) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.9) @@ -16111,7 +16509,7 @@ snapshots: '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.9) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.9) '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.9) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.9) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.22.9) '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.22.9) '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.9) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.9) @@ -16153,7 +16551,7 @@ snapshots: '@babel/core': 7.23.6 '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.23.6) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.23.6) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.23.6) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.6) @@ -16162,7 +16560,7 @@ snapshots: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.6) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.6) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.6) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.6) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.23.6) '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.23.6) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.6) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.6) @@ -16197,7 +16595,7 @@ snapshots: '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.23.6) '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.23.6) '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.23.6) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.23.6) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.6) '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.23.6) '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.23.6) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.23.6) @@ -16249,7 +16647,7 @@ snapshots: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.6) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.6) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.6) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.6) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.23.6) '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.6) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.6) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.6) @@ -16364,7 +16762,7 @@ snapshots: dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.22.5) @@ -16374,38 +16772,44 @@ snapshots: dependencies: '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.9) '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.9) '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.22.9) '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.22.9) - '@babel/preset-typescript@7.23.0(@babel/core@7.20.12)': + '@babel/preset-typescript@7.24.7(@babel/core@7.20.12)': dependencies: '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.20.12) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.20.12) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.20.12) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.20.12) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.20.12) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.20.12) + transitivePeerDependencies: + - supports-color - '@babel/preset-typescript@7.23.0(@babel/core@7.22.5)': + '@babel/preset-typescript@7.24.7(@babel/core@7.22.5)': dependencies: '@babel/core': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.22.5) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.22.5) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.22.5) + transitivePeerDependencies: + - supports-color - '@babel/preset-typescript@7.23.0(@babel/core@7.23.6)': + '@babel/preset-typescript@7.24.7(@babel/core@7.23.6)': dependencies: '@babel/core': 7.23.6 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.6) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.6) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.6) + '@babel/helper-plugin-utils': 7.24.8 + '@babel/helper-validator-option': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.23.6) + '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.23.6) + '@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.23.6) + transitivePeerDependencies: + - supports-color '@babel/register@7.22.15(@babel/core@7.23.6)': dependencies: @@ -16438,6 +16842,12 @@ snapshots: '@babel/parser': 7.23.6 '@babel/types': 7.23.6 + '@babel/template@7.25.0': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/parser': 7.25.3 + '@babel/types': 7.25.2 + '@babel/traverse@7.22.5': dependencies: '@babel/code-frame': 7.23.5 @@ -16483,6 +16893,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.3': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.0 + '@babel/parser': 7.25.3 + '@babel/template': 7.25.0 + '@babel/types': 7.25.2 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.22.5': dependencies: '@babel/helper-string-parser': 7.23.4 @@ -16495,6 +16917,12 @@ snapshots: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 + '@babel/types@7.25.2': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@bcoe/v8-coverage@0.2.3': {} '@bitauth/libauth@1.19.1': {} @@ -16502,14 +16930,14 @@ snapshots: '@colors/colors@1.5.0': optional: true - '@craco/craco@7.1.0(@types/node@20.11.19)(postcss@8.4.21)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.56.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(type-fest@3.13.1)(typescript@5.3.3)(utf-8-validate@5.0.7))(typescript@5.3.3)': + '@craco/craco@7.1.0(@types/node@20.16.1)(postcss@8.4.21)(react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.57.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(utf-8-validate@5.0.7))(typescript@5.5.4)': dependencies: autoprefixer: 10.4.13(postcss@8.4.21) cosmiconfig: 7.1.0 - cosmiconfig-typescript-loader: 1.0.9(@types/node@20.11.19)(cosmiconfig@7.1.0)(typescript@5.3.3) + cosmiconfig-typescript-loader: 1.0.9(@types/node@20.16.1)(cosmiconfig@7.1.0)(typescript@5.5.4) cross-spawn: 7.0.3 lodash: 4.17.21 - react-scripts: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.56.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(type-fest@3.13.1)(typescript@5.3.3)(utf-8-validate@5.0.7) + react-scripts: 5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.57.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(utf-8-validate@5.0.7) semver: 7.3.8 webpack-merge: 5.8.0 transitivePeerDependencies: @@ -16737,9 +17165,9 @@ snapshots: - supports-color - web-streams-polyfill - '@eslint-community/eslint-utils@4.4.0(eslint@8.56.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: - eslint: 8.56.0 + eslint: 8.57.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.6.2': {} @@ -16758,7 +17186,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@8.56.0': {} + '@eslint/js@8.57.0': {} '@ethereumjs/common@3.2.0': dependencies: @@ -17172,7 +17600,7 @@ snapshots: '@jest/console@27.5.1': dependencies: '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -17181,7 +17609,7 @@ snapshots: '@jest/console@28.1.3': dependencies: '@jest/types': 28.1.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -17190,27 +17618,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7)': + '@jest/core@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7)': dependencies: '@jest/console': 27.5.1 '@jest/reporters': 27.5.1 '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 27.5.1 - jest-config: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + jest-config: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -17233,21 +17661,21 @@ snapshots: - ts-node - utf-8-validate - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest-config: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -17276,14 +17704,14 @@ snapshots: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 27.5.1 '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -17301,7 +17729,7 @@ snapshots: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -17310,7 +17738,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -17337,7 +17765,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -17368,7 +17796,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.20 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -17490,7 +17918,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/yargs': 15.0.19 chalk: 4.1.2 @@ -17498,7 +17926,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/yargs': 16.0.5 chalk: 4.1.2 @@ -17507,7 +17935,7 @@ snapshots: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/yargs': 17.0.24 chalk: 4.1.2 @@ -17516,7 +17944,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/yargs': 17.0.24 chalk: 4.1.2 @@ -17526,12 +17954,20 @@ snapshots: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/resolve-uri@3.1.0': {} '@jridgewell/resolve-uri@3.1.1': {} '@jridgewell/set-array@1.1.2': {} + '@jridgewell/set-array@1.2.1': {} + '@jridgewell/source-map@0.3.2': dependencies: '@jridgewell/gen-mapping': 0.3.3 @@ -17556,6 +17992,11 @@ snapshots: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.1 @@ -17592,7 +18033,7 @@ snapshots: '@leichtgewicht/ip-codec@2.0.4': {} - '@lerna/create@8.1.2(encoding@0.1.13)(typescript@5.3.3)': + '@lerna/create@8.1.2(encoding@0.1.13)(typescript@5.5.4)': dependencies: '@npmcli/run-script': 7.0.2 '@nx/devkit': 18.0.4(nx@18.0.4) @@ -17605,7 +18046,7 @@ snapshots: columnify: 1.6.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.5.4) dedent: 0.7.0 execa: 5.0.0 fs-extra: 11.1.1 @@ -17727,35 +18168,43 @@ snapshots: transitivePeerDependencies: - supports-color - '@microsoft/api-documenter@7.23.30(@types/node@20.11.19)': + '@microsoft/api-documenter@7.25.11(@types/node@20.16.1)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.11.19) - '@microsoft/tsdoc': 0.14.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.19) - '@rushstack/terminal': 0.9.0(@types/node@20.11.19) - '@rushstack/ts-command-line': 4.17.3(@types/node@20.11.19) + '@microsoft/api-extractor-model': 7.29.5(@types/node@20.16.1) + '@microsoft/tsdoc': 0.15.0 + '@rushstack/node-core-library': 5.6.0(@types/node@20.16.1) + '@rushstack/terminal': 0.13.4(@types/node@20.16.1) + '@rushstack/ts-command-line': 4.22.5(@types/node@20.16.1) js-yaml: 3.13.1 resolve: 1.22.8 transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor-model@7.28.13(@types/node@20.11.19)': + '@microsoft/api-extractor-model@7.28.13(@types/node@20.16.1)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.19) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) + transitivePeerDependencies: + - '@types/node' + + '@microsoft/api-extractor-model@7.29.5(@types/node@20.16.1)': + dependencies: + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.6.0(@types/node@20.16.1) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.40.6(@types/node@20.11.19)': + '@microsoft/api-extractor@7.40.6(@types/node@20.16.1)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.11.19) + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.16.1) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.19) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.9.0(@types/node@20.11.19) - '@rushstack/ts-command-line': 4.17.3(@types/node@20.11.19) + '@rushstack/terminal': 0.9.0(@types/node@20.16.1) + '@rushstack/ts-command-line': 4.17.3(@types/node@20.16.1) lodash: 4.17.21 resolve: 1.22.8 semver: 7.5.4 @@ -17764,6 +18213,24 @@ snapshots: transitivePeerDependencies: - '@types/node' + '@microsoft/api-extractor@7.47.6(@types/node@20.16.1)': + dependencies: + '@microsoft/api-extractor-model': 7.29.5(@types/node@20.16.1) + '@microsoft/tsdoc': 0.15.0 + '@microsoft/tsdoc-config': 0.17.0 + '@rushstack/node-core-library': 5.6.0(@types/node@20.16.1) + '@rushstack/rig-package': 0.5.3 + '@rushstack/terminal': 0.13.4(@types/node@20.16.1) + '@rushstack/ts-command-line': 4.22.5(@types/node@20.16.1) + lodash: 4.17.21 + minimatch: 3.0.5 + resolve: 1.22.8 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.4.2 + transitivePeerDependencies: + - '@types/node' + '@microsoft/tsdoc-config@0.16.2': dependencies: '@microsoft/tsdoc': 0.14.2 @@ -17771,8 +18238,17 @@ snapshots: jju: 1.4.0 resolve: 1.19.0 + '@microsoft/tsdoc-config@0.17.0': + dependencies: + '@microsoft/tsdoc': 0.15.0 + ajv: 8.12.0 + jju: 1.4.0 + resolve: 1.22.8 + '@microsoft/tsdoc@0.14.2': {} + '@microsoft/tsdoc@0.15.0': {} + '@multiformats/base-x@4.0.1': {} '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': @@ -17828,7 +18304,7 @@ snapshots: agent-base: 7.1.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 - lru-cache: 10.0.1 + lru-cache: 10.4.3 socks-proxy-agent: 8.0.2 transitivePeerDependencies: - supports-color @@ -17845,7 +18321,7 @@ snapshots: '@npmcli/git@5.0.4': dependencies: '@npmcli/promise-spawn': 7.0.1 - lru-cache: 10.0.1 + lru-cache: 10.4.3 npm-pick-manifest: 9.0.0 proc-log: 3.0.0 promise-inflight: 1.0.1 @@ -17940,7 +18416,7 @@ snapshots: '@octokit/auth-token@3.0.4': {} - '@octokit/auth-token@4.0.0': {} + '@octokit/auth-token@5.1.1': {} '@octokit/core@4.2.4(encoding@0.1.13)': dependencies: @@ -17954,25 +18430,24 @@ snapshots: transitivePeerDependencies: - encoding - '@octokit/core@5.0.0': + '@octokit/core@6.1.2': dependencies: - '@octokit/auth-token': 4.0.0 - '@octokit/graphql': 7.0.1 - '@octokit/request': 8.1.1 - '@octokit/request-error': 5.0.0 - '@octokit/types': 11.1.0 - before-after-hook: 2.2.3 - universal-user-agent: 6.0.0 + '@octokit/auth-token': 5.1.1 + '@octokit/graphql': 8.1.1 + '@octokit/request': 9.1.3 + '@octokit/request-error': 6.1.4 + '@octokit/types': 13.5.0 + before-after-hook: 3.0.2 + universal-user-agent: 7.0.2 - '@octokit/endpoint@7.0.6': + '@octokit/endpoint@10.1.1': dependencies: - '@octokit/types': 9.3.2 - is-plain-object: 5.0.0 - universal-user-agent: 6.0.0 + '@octokit/types': 13.5.0 + universal-user-agent: 7.0.2 - '@octokit/endpoint@9.0.0': + '@octokit/endpoint@7.0.6': dependencies: - '@octokit/types': 11.1.0 + '@octokit/types': 9.3.2 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 @@ -17984,27 +18459,29 @@ snapshots: transitivePeerDependencies: - encoding - '@octokit/graphql@7.0.1': + '@octokit/graphql@8.1.1': dependencies: - '@octokit/request': 8.1.1 - '@octokit/types': 11.1.0 - universal-user-agent: 6.0.0 + '@octokit/request': 9.1.3 + '@octokit/types': 13.5.0 + universal-user-agent: 7.0.2 '@octokit/openapi-types@18.0.0': {} + '@octokit/openapi-types@22.2.0': {} + '@octokit/plugin-enterprise-rest@6.0.1': {} + '@octokit/plugin-paginate-rest@11.3.3(@octokit/core@6.1.2)': + dependencies: + '@octokit/core': 6.1.2 + '@octokit/types': 13.5.0 + '@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4(encoding@0.1.13))': dependencies: '@octokit/core': 4.2.4(encoding@0.1.13) '@octokit/tsconfig': 1.0.2 '@octokit/types': 9.3.2 - '@octokit/plugin-paginate-rest@8.0.0(@octokit/core@5.0.0)': - dependencies: - '@octokit/core': 5.0.0 - '@octokit/types': 11.1.0 - '@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4(encoding@0.1.13))': dependencies: '@octokit/core': 4.2.4(encoding@0.1.13) @@ -18014,17 +18491,17 @@ snapshots: '@octokit/core': 4.2.4(encoding@0.1.13) '@octokit/types': 10.0.0 - '@octokit/plugin-retry@6.0.0(@octokit/core@5.0.0)': + '@octokit/plugin-retry@7.1.1(@octokit/core@6.1.2)': dependencies: - '@octokit/core': 5.0.0 - '@octokit/request-error': 5.0.0 - '@octokit/types': 11.1.0 + '@octokit/core': 6.1.2 + '@octokit/request-error': 6.1.4 + '@octokit/types': 13.5.0 bottleneck: 2.19.5 - '@octokit/plugin-throttling@7.0.0(@octokit/core@5.0.0)': + '@octokit/plugin-throttling@9.3.1(@octokit/core@6.1.2)': dependencies: - '@octokit/core': 5.0.0 - '@octokit/types': 11.1.0 + '@octokit/core': 6.1.2 + '@octokit/types': 13.5.0 bottleneck: 2.19.5 '@octokit/request-error@3.0.3': @@ -18033,11 +18510,9 @@ snapshots: deprecation: 2.3.1 once: 1.4.0 - '@octokit/request-error@5.0.0': + '@octokit/request-error@6.1.4': dependencies: - '@octokit/types': 11.1.0 - deprecation: 2.3.1 - once: 1.4.0 + '@octokit/types': 13.5.0 '@octokit/request@6.2.8(encoding@0.1.13)': dependencies: @@ -18050,13 +18525,12 @@ snapshots: transitivePeerDependencies: - encoding - '@octokit/request@8.1.1': + '@octokit/request@9.1.3': dependencies: - '@octokit/endpoint': 9.0.0 - '@octokit/request-error': 5.0.0 - '@octokit/types': 11.1.0 - is-plain-object: 5.0.0 - universal-user-agent: 6.0.0 + '@octokit/endpoint': 10.1.1 + '@octokit/request-error': 6.1.4 + '@octokit/types': 13.5.0 + universal-user-agent: 7.0.2 '@octokit/rest@19.0.11(encoding@0.1.13)': dependencies: @@ -18073,9 +18547,9 @@ snapshots: dependencies: '@octokit/openapi-types': 18.0.0 - '@octokit/types@11.1.0': + '@octokit/types@13.5.0': dependencies: - '@octokit/openapi-types': 18.0.0 + '@octokit/openapi-types': 22.2.0 '@octokit/types@9.3.2': dependencies: @@ -18154,14 +18628,14 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@puppeteer/browsers@2.1.0': + '@puppeteer/browsers@2.3.0': dependencies: - debug: 4.3.4 + debug: 4.3.6 extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.4.0 - semver: 7.6.0 - tar-fs: 3.0.5 + semver: 7.6.3 + tar-fs: 3.0.6 unbzip2-stream: 1.4.3 yargs: 17.7.2 transitivePeerDependencies: @@ -18478,7 +18952,7 @@ snapshots: '@rushstack/eslint-patch@1.2.0': {} - '@rushstack/node-core-library@4.0.2(@types/node@20.11.19)': + '@rushstack/node-core-library@4.0.2(@types/node@20.16.1)': dependencies: fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -18487,23 +18961,57 @@ snapshots: semver: 7.5.4 z-schema: 5.0.5 optionalDependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 + + '@rushstack/node-core-library@5.6.0(@types/node@20.16.1)': + dependencies: + ajv: 8.13.0 + ajv-draft-04: 1.0.0(ajv@8.13.0) + ajv-formats: 3.0.1(ajv@8.13.0) + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.8 + semver: 7.5.4 + optionalDependencies: + '@types/node': 20.16.1 '@rushstack/rig-package@0.5.2': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.9.0(@types/node@20.11.19)': + '@rushstack/rig-package@0.5.3': + dependencies: + resolve: 1.22.8 + strip-json-comments: 3.1.1 + + '@rushstack/terminal@0.13.4(@types/node@20.16.1)': + dependencies: + '@rushstack/node-core-library': 5.6.0(@types/node@20.16.1) + supports-color: 8.1.1 + optionalDependencies: + '@types/node': 20.16.1 + + '@rushstack/terminal@0.9.0(@types/node@20.16.1)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.19) + '@rushstack/node-core-library': 4.0.2(@types/node@20.16.1) colors: 1.2.5 optionalDependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 + + '@rushstack/ts-command-line@4.17.3(@types/node@20.16.1)': + dependencies: + '@rushstack/terminal': 0.9.0(@types/node@20.16.1) + '@types/argparse': 1.0.38 + argparse: 1.0.10 + string-argv: 0.3.2 + transitivePeerDependencies: + - '@types/node' - '@rushstack/ts-command-line@4.17.3(@types/node@20.11.19)': + '@rushstack/ts-command-line@4.22.5(@types/node@20.16.1)': dependencies: - '@rushstack/terminal': 0.9.0(@types/node@20.11.19) + '@rushstack/terminal': 0.13.4(@types/node@20.16.1) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -18523,66 +19031,68 @@ snapshots: '@noble/hashes': 1.3.3 '@scure/base': 1.1.3 + '@sec-ant/readable-stream@0.4.1': {} + '@segment/loosely-validate-event@2.0.0': dependencies: component-type: 1.2.2 join-component: 1.1.0 - '@semantic-release/commit-analyzer@11.0.0(semantic-release@23.0.2(typescript@5.3.3))': + '@semantic-release/commit-analyzer@12.0.0(semantic-release@23.1.1(typescript@5.5.4))': dependencies: conventional-changelog-angular: 7.0.0 conventional-commits-filter: 4.0.0 conventional-commits-parser: 5.0.0 debug: 4.3.4 - import-from: 4.0.0 + import-from-esm: 1.3.3 lodash-es: 4.17.21 micromatch: 4.0.5 - semantic-release: 23.0.2(typescript@5.3.3) + semantic-release: 23.1.1(typescript@5.5.4) transitivePeerDependencies: - supports-color '@semantic-release/error@4.0.0': {} - '@semantic-release/github@9.0.4(semantic-release@23.0.2(typescript@5.3.3))': + '@semantic-release/github@10.1.7(semantic-release@23.1.1(typescript@5.5.4))': dependencies: - '@octokit/core': 5.0.0 - '@octokit/plugin-paginate-rest': 8.0.0(@octokit/core@5.0.0) - '@octokit/plugin-retry': 6.0.0(@octokit/core@5.0.0) - '@octokit/plugin-throttling': 7.0.0(@octokit/core@5.0.0) + '@octokit/core': 6.1.2 + '@octokit/plugin-paginate-rest': 11.3.3(@octokit/core@6.1.2) + '@octokit/plugin-retry': 7.1.1(@octokit/core@6.1.2) + '@octokit/plugin-throttling': 9.3.1(@octokit/core@6.1.2) '@semantic-release/error': 4.0.0 - aggregate-error: 4.0.1 + aggregate-error: 5.0.0 debug: 4.3.4 dir-glob: 3.0.1 - globby: 13.2.2 + globby: 14.0.2 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 - issue-parser: 6.0.0 + issue-parser: 7.0.1 lodash-es: 4.17.21 - mime: 3.0.0 - p-filter: 3.0.0 - semantic-release: 23.0.2(typescript@5.3.3) + mime: 4.0.4 + p-filter: 4.1.0 + semantic-release: 23.1.1(typescript@5.5.4) url-join: 5.0.0 transitivePeerDependencies: - supports-color - '@semantic-release/npm@11.0.0(semantic-release@23.0.2(typescript@5.3.3))': + '@semantic-release/npm@12.0.1(semantic-release@23.1.1(typescript@5.5.4))': dependencies: '@semantic-release/error': 4.0.0 aggregate-error: 5.0.0 - execa: 8.0.1 + execa: 9.3.1 fs-extra: 11.1.1 lodash-es: 4.17.21 nerf-dart: 1.0.0 normalize-url: 8.0.0 - npm: 10.2.0 + npm: 10.8.2 rc: 1.2.8 - read-pkg: 8.0.0 + read-pkg: 9.0.1 registry-auth-token: 5.0.2 - semantic-release: 23.0.2(typescript@5.3.3) + semantic-release: 23.1.1(typescript@5.5.4) semver: 7.6.0 tempy: 3.1.0 - '@semantic-release/release-notes-generator@12.0.0(semantic-release@23.0.2(typescript@5.3.3))': + '@semantic-release/release-notes-generator@13.0.0(semantic-release@23.1.1(typescript@5.5.4))': dependencies: conventional-changelog-angular: 7.0.0 conventional-changelog-writer: 7.0.1 @@ -18590,11 +19100,11 @@ snapshots: conventional-commits-parser: 5.0.0 debug: 4.3.4 get-stream: 7.0.1 - import-from: 4.0.0 + import-from-esm: 1.3.3 into-stream: 7.0.0 lodash-es: 4.17.21 - read-pkg-up: 10.0.0 - semantic-release: 23.0.2(typescript@5.3.3) + read-pkg-up: 11.0.0 + semantic-release: 23.1.1(typescript@5.5.4) transitivePeerDependencies: - supports-color @@ -18655,6 +19165,10 @@ snapshots: '@sindresorhus/is@4.6.0': {} + '@sindresorhus/merge-streams@2.3.0': {} + + '@sindresorhus/merge-streams@4.0.0': {} + '@sinonjs/commons@1.8.6': dependencies: type-detect: 4.0.8 @@ -19056,16 +19570,16 @@ snapshots: '@tufjs/models@1.0.4': dependencies: '@tufjs/canonical-json': 1.0.0 - minimatch: 9.0.3 + minimatch: 9.0.5 '@tufjs/models@2.0.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.3 + minimatch: 9.0.5 '@types/accepts@1.3.5': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/argparse@1.0.38': {} @@ -19096,25 +19610,25 @@ snapshots: '@types/bn.js@5.1.1': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/body-parser@1.19.2': dependencies: '@types/connect': 3.4.35 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/bonjour@3.5.10': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/connect-history-api-fallback@1.3.5': dependencies: '@types/express-serve-static-core': 4.17.35 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/connect@3.4.35': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/content-disposition@0.5.5': {} @@ -19123,7 +19637,7 @@ snapshots: '@types/connect': 3.4.35 '@types/express': 4.17.21 '@types/keygrip': 1.0.2 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/debug@4.1.8': dependencies: @@ -19154,7 +19668,7 @@ snapshots: '@types/express-serve-static-core@4.17.35': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -19176,11 +19690,11 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/graceful-fs@4.1.6': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/html-minifier-terser@6.1.0': {} @@ -19190,7 +19704,7 @@ snapshots: '@types/http-proxy@1.17.9': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/inquirer-autocomplete-prompt@3.0.0': dependencies: @@ -19234,7 +19748,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 @@ -19248,7 +19762,7 @@ snapshots: '@types/jsonfile@6.1.1': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/keygrip@1.0.2': {} @@ -19265,7 +19779,7 @@ snapshots: '@types/http-errors': 2.0.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/lru-cache@5.1.1': {} @@ -19289,7 +19803,9 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/normalize-package-data@2.4.1': {} + '@types/node@20.16.1': + dependencies: + undici-types: 6.19.8 '@types/normalize-package-data@2.4.4': {} @@ -19317,7 +19833,7 @@ snapshots: '@types/puppeteer@5.4.7': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/q@1.5.5': {} @@ -19327,24 +19843,21 @@ snapshots: '@types/range-parser@1.2.4': {} - '@types/react-dom@18.2.19': + '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.2.57 + '@types/react': 18.3.4 - '@types/react@18.2.57': + '@types/react@18.3.4': dependencies: '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.3 csstype: 3.1.2 '@types/resolve@1.17.1': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/retry@0.12.0': {} - '@types/scheduler@0.16.3': {} - '@types/seedrandom@3.0.1': {} '@types/semver@7.3.13': {} @@ -19352,7 +19865,7 @@ snapshots: '@types/send@0.17.1': dependencies: '@types/mime': 1.3.2 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/serve-index@1.9.1': dependencies: @@ -19361,11 +19874,11 @@ snapshots: '@types/serve-static@1.15.1': dependencies: '@types/mime': 3.0.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/sockjs@0.3.33': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/stack-utils@2.0.1': {} @@ -19376,7 +19889,7 @@ snapshots: '@types/through@0.0.30': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 '@types/tough-cookie@4.0.2': {} @@ -19412,44 +19925,44 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 optional: true - '@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(typescript@5.3.3)': + '@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/parser': 5.48.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': 5.48.1(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/scope-manager': 5.48.1 - '@typescript-eslint/type-utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/type-utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) debug: 4.3.4 - eslint: 8.56.0 + eslint: 8.57.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.3.3) + tsutils: 3.21.0(typescript@5.5.4) optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/experimental-utils@5.48.1(eslint@8.56.0)(typescript@5.3.3)': + '@typescript-eslint/experimental-utils@5.48.1(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) + eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3)': + '@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 5.48.1 '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.5.4) debug: 4.3.4 - eslint: 8.56.0 + eslint: 8.57.0 optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -19458,21 +19971,21 @@ snapshots: '@typescript-eslint/types': 5.48.1 '@typescript-eslint/visitor-keys': 5.48.1 - '@typescript-eslint/type-utils@5.48.1(eslint@8.56.0)(typescript@5.3.3)': + '@typescript-eslint/type-utils@5.48.1(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.3.3) - '@typescript-eslint/utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.5.4) + '@typescript-eslint/utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) debug: 4.3.4 - eslint: 8.56.0 - tsutils: 3.21.0(typescript@5.3.3) + eslint: 8.57.0 + tsutils: 3.21.0(typescript@5.5.4) optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color '@typescript-eslint/types@5.48.1': {} - '@typescript-eslint/typescript-estree@5.48.1(typescript@5.3.3)': + '@typescript-eslint/typescript-estree@5.48.1(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 5.48.1 '@typescript-eslint/visitor-keys': 5.48.1 @@ -19480,22 +19993,22 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.3.3) + tsutils: 3.21.0(typescript@5.5.4) optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.48.1(eslint@8.56.0)(typescript@5.3.3)': + '@typescript-eslint/utils@5.48.1(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@types/json-schema': 7.0.12 '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.48.1 '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/typescript-estree': 5.48.1(typescript@5.5.4) + eslint: 8.57.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@8.56.0) + eslint-utils: 3.0.0(eslint@8.57.0) semver: 7.6.0 transitivePeerDependencies: - supports-color @@ -19557,7 +20070,7 @@ snapshots: - supports-color optional: true - '@veramo/credential-ld@6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7)': + '@veramo/credential-ld@6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@6.0.3)': dependencies: '@digitalcredentials/ed25519-signature-2020': 4.0.0(expo-crypto@12.8.1(expo@49.0.21(@babel/core@7.23.6)(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7)))(expo@49.0.21(@babel/core@7.23.6)(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7))(msrcrypto@1.5.8)(react-native-securerandom@1.0.1(react-native@0.73.0(@babel/core@7.23.6)(@babel/preset-env@7.23.6(@babel/core@7.23.6))(bufferutil@4.0.7)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.7)))(react-native@0.73.0(@babel/core@7.23.6)(@babel/preset-env@7.23.6(@babel/core@7.23.6))(bufferutil@4.0.7)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.7))(web-streams-polyfill@3.2.1) '@digitalcredentials/ed25519-verification-key-2020': 4.0.0 @@ -19569,7 +20082,7 @@ snapshots: '@transmute/json-web-signature': 0.7.0-unstable.81(expo@49.0.21(@babel/core@7.23.6)(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7))(react-native@0.73.0(@babel/core@7.23.6)(@babel/preset-env@7.23.6(@babel/core@7.23.6))(bufferutil@4.0.7)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.7))(web-streams-polyfill@3.2.1) '@veramo-community/lds-ecdsa-secp256k1-recovery2020': https://codeload.github.com/uport-project/EcdsaSecp256k1RecoverySignature2020/tar.gz/ab0db52de6f4e6663ef271a48009ba26e688ef9b(expo@49.0.21(@babel/core@7.23.6)(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7))(react-native@0.73.0(@babel/core@7.23.6)(@babel/preset-env@7.23.6(@babel/core@7.23.6))(bufferutil@4.0.7)(encoding@0.1.13)(react@18.2.0)(utf-8-validate@5.0.7))(web-streams-polyfill@3.2.1) '@veramo/core-types': 6.0.0 - '@veramo/utils': 6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7) + '@veramo/utils': 6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@6.0.3) cross-fetch: 4.0.0(encoding@0.1.13) debug: 4.3.4 did-resolver: 4.1.0 @@ -19587,7 +20100,7 @@ snapshots: - web-streams-polyfill optional: true - '@veramo/utils@6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7)': + '@veramo/utils@6.0.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@6.0.3)': dependencies: '@ipld/dag-pb': 4.0.5 '@noble/curves': 1.4.2 @@ -19598,7 +20111,7 @@ snapshots: did-jwt: 8.0.4 did-jwt-vc: 4.0.4 did-resolver: 4.1.0 - ethers: 6.11.1(bufferutil@4.0.7)(utf-8-validate@5.0.7) + ethers: 6.13.2(bufferutil@4.0.7)(utf-8-validate@6.0.3) ipfs-unixfs: 11.1.0 multiformats: 13.1.0 uint8arrays: 4.0.6 @@ -19796,7 +20309,7 @@ snapshots: agent-base@7.1.0: dependencies: - debug: 4.3.4 + debug: 4.3.6 transitivePeerDependencies: - supports-color @@ -19821,20 +20334,23 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 - aggregate-error@4.0.1: - dependencies: - clean-stack: 4.2.0 - indent-string: 5.0.0 - aggregate-error@5.0.0: dependencies: clean-stack: 5.2.0 indent-string: 5.0.0 + ajv-draft-04@1.0.0(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + ajv-formats@2.1.1(ajv@8.12.0): optionalDependencies: ajv: 8.12.0 + ajv-formats@3.0.1(ajv@8.13.0): + optionalDependencies: + ajv: 8.13.0 + ajv-keywords@3.5.2(ajv@6.12.6): dependencies: ajv: 6.12.6 @@ -19858,6 +20374,13 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 + ajv@8.13.0: + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + anser@1.4.10: {} ansi-colors@4.1.3: {} @@ -20454,7 +20977,7 @@ snapshots: '@babel/plugin-transform-runtime': 7.22.4(@babel/core@7.22.5) '@babel/preset-env': 7.22.4(@babel/core@7.22.5) '@babel/preset-react': 7.18.6(@babel/core@7.22.5) - '@babel/preset-typescript': 7.23.0(@babel/core@7.22.5) + '@babel/preset-typescript': 7.24.7(@babel/core@7.22.5) '@babel/runtime': 7.22.3 babel-plugin-macros: 3.1.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 @@ -20500,6 +21023,8 @@ snapshots: before-after-hook@2.2.3: {} + before-after-hook@3.0.2: {} + better-opn@3.0.2: dependencies: open: 8.4.2 @@ -20787,7 +21312,7 @@ snapshots: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.2 glob: 10.3.10 - lru-cache: 10.0.1 + lru-cache: 10.4.3 minipass: 7.0.4 minipass-collect: 2.0.1 minipass-flush: 1.0.5 @@ -20908,7 +21433,7 @@ snapshots: chrome-launcher@0.15.2: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -20917,15 +21442,16 @@ snapshots: chrome-trace-event@1.0.3: {} - chromium-bidi@0.5.9(devtools-protocol@0.0.1249869): + chromium-bidi@0.6.3(devtools-protocol@0.0.1312386): dependencies: - devtools-protocol: 0.0.1249869 + devtools-protocol: 0.0.1312386 mitt: 3.0.1 urlpattern-polyfill: 10.0.0 + zod: 3.23.8 chromium-edge-launcher@1.0.0: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 1.4.2 @@ -20953,10 +21479,6 @@ snapshots: clean-stack@2.2.0: {} - clean-stack@4.2.0: - dependencies: - escape-string-regexp: 5.0.0 - clean-stack@5.2.0: dependencies: escape-string-regexp: 5.0.0 @@ -21237,6 +21759,8 @@ snapshots: git-semver-tags: 5.0.1 meow: 8.1.2 + convert-hrtime@5.0.0: {} + convert-source-map@1.9.0: {} convert-source-map@2.0.0: {} @@ -21266,12 +21790,12 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig-typescript-loader@1.0.9(@types/node@20.11.19)(cosmiconfig@7.1.0)(typescript@5.3.3): + cosmiconfig-typescript-loader@1.0.9(@types/node@20.16.1)(cosmiconfig@7.1.0)(typescript@5.5.4): dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 cosmiconfig: 7.1.0 - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) - typescript: 5.3.3 + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) + typescript: 5.5.4 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -21299,23 +21823,23 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.3.3): + cosmiconfig@8.3.6(typescript@5.5.4): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 - cosmiconfig@9.0.0(typescript@5.3.3): + cosmiconfig@9.0.0(typescript@5.5.4): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 crc-32@1.2.2: {} @@ -21341,13 +21865,13 @@ snapshots: safe-buffer: 5.2.1 sha.js: 2.4.11 - create-jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + create-jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest-config: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -21614,6 +22138,10 @@ snapshots: dependencies: ms: 2.1.2 + debug@4.3.6: + dependencies: + ms: 2.1.2 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -21754,7 +22282,7 @@ snapshots: defined: 1.0.1 minimist: 1.2.8 - devtools-protocol@0.0.1249869: {} + devtools-protocol@0.0.1312386: {} did-jwt-vc@4.0.0: dependencies: @@ -21918,6 +22446,10 @@ snapshots: dependencies: json-canonicalize: 1.0.4 + ejs@3.1.10: + dependencies: + jake: 10.8.7 + ejs@3.1.9: dependencies: jake: 10.8.7 @@ -22101,25 +22633,25 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.56.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7))(typescript@5.3.3): + eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7))(typescript@5.5.4): dependencies: '@babel/core': 7.22.9 - '@babel/eslint-parser': 7.19.1(@babel/core@7.22.9)(eslint@8.56.0) + '@babel/eslint-parser': 7.19.1(@babel/core@7.22.9)(eslint@8.57.0) '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/parser': 5.48.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/parser': 5.48.1(eslint@8.57.0)(typescript@5.5.4) babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 - eslint: 8.56.0 - eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.56.0) - eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0) - eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7))(typescript@5.3.3) - eslint-plugin-jsx-a11y: 6.7.0(eslint@8.56.0) - eslint-plugin-react: 7.32.0(eslint@8.56.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) - eslint-plugin-testing-library: 5.9.1(eslint@8.56.0)(typescript@5.3.3) + eslint: 8.57.0 + eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.57.0) + eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) + eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7))(typescript@5.5.4) + eslint-plugin-jsx-a11y: 6.7.0(eslint@8.57.0) + eslint-plugin-react: 7.32.0(eslint@8.57.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) + eslint-plugin-testing-library: 5.9.1(eslint@8.57.0)(typescript@5.5.4) optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -22135,33 +22667,33 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.7.4(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.6)(eslint@8.56.0): + eslint-module-utils@2.7.4(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.6)(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 5.48.1(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/parser': 5.48.1(eslint@8.57.0)(typescript@5.5.4) + eslint: 8.57.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color - eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.56.0): + eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.57.0): dependencies: '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.20.12) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.20.12) - eslint: 8.56.0 + eslint: 8.57.0 lodash: 4.17.21 string-natural-compare: 3.0.1 - eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0): + eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.56.0 + eslint: 8.57.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint-import-resolver-node@0.3.6)(eslint@8.56.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.6)(eslint@8.57.0) has: 1.0.3 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -22170,24 +22702,24 @@ snapshots: resolve: 1.22.8 tsconfig-paths: 3.14.2 optionalDependencies: - '@typescript-eslint/parser': 5.48.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': 5.48.1(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7))(typescript@5.3.3): + eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7))(typescript@5.5.4): dependencies: - '@typescript-eslint/experimental-utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/experimental-utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) + eslint: 8.57.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.56.0)(typescript@5.3.3))(eslint@8.56.0)(typescript@5.3.3) - jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-jsx-a11y@6.7.0(eslint@8.56.0): + eslint-plugin-jsx-a11y@6.7.0(eslint@8.57.0): dependencies: '@babel/runtime': 7.23.6 aria-query: 5.1.3 @@ -22198,7 +22730,7 @@ snapshots: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.56.0 + eslint: 8.57.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -22207,21 +22739,21 @@ snapshots: object.fromentries: 2.0.6 semver: 6.3.1 - eslint-plugin-promise@6.1.1(eslint@8.56.0): + eslint-plugin-promise@6.6.0(eslint@8.57.0): dependencies: - eslint: 8.56.0 + eslint: 8.57.0 - eslint-plugin-react-hooks@4.6.0(eslint@8.56.0): + eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): dependencies: - eslint: 8.56.0 + eslint: 8.57.0 - eslint-plugin-react@7.32.0(eslint@8.56.0): + eslint-plugin-react@7.32.0(eslint@8.57.0): dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.56.0 + eslint: 8.57.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -22234,10 +22766,10 @@ snapshots: semver: 6.3.1 string.prototype.matchall: 4.0.8 - eslint-plugin-testing-library@5.9.1(eslint@8.56.0)(typescript@5.3.3): + eslint-plugin-testing-library@5.9.1(eslint@8.57.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 5.48.1(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/utils': 5.48.1(eslint@8.57.0)(typescript@5.5.4) + eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript @@ -22252,31 +22784,31 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-utils@3.0.0(eslint@8.56.0): + eslint-utils@3.0.0(eslint@8.57.0): dependencies: - eslint: 8.56.0 + eslint: 8.57.0 eslint-visitor-keys: 2.1.0 eslint-visitor-keys@2.1.0: {} eslint-visitor-keys@3.4.3: {} - eslint-webpack-plugin@3.2.0(eslint@8.56.0)(webpack@5.75.0): + eslint-webpack-plugin@3.2.0(eslint@8.57.0)(webpack@5.75.0): dependencies: '@types/eslint': 8.44.1 - eslint: 8.56.0 + eslint: 8.57.0 jest-worker: 28.1.3 micromatch: 4.0.5 normalize-path: 3.0.0 schema-utils: 4.0.0 webpack: 5.75.0 - eslint@8.56.0: + eslint@8.57.0: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint-community/regexpp': 4.6.2 '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.56.0 + '@eslint/js': 8.57.0 '@humanwhocodes/config-array': 0.11.14 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -22373,6 +22905,19 @@ snapshots: - bufferutil - utf-8-validate + ethers@6.13.2(bufferutil@4.0.7)(utf-8-validate@6.0.3): + dependencies: + '@adraffy/ens-normalize': 1.10.1 + '@noble/curves': 1.2.0 + '@noble/hashes': 1.3.2 + '@types/node': 18.15.13 + aes-js: 4.0.0-beta.5 + tslib: 2.4.0 + ws: 8.17.1(bufferutil@4.0.7)(utf-8-validate@6.0.3) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + ethjs-util@0.1.6: dependencies: is-hex-prefixed: 1.0.0 @@ -22471,6 +23016,21 @@ snapshots: signal-exit: 4.1.0 strip-final-newline: 3.0.0 + execa@9.3.1: + dependencies: + '@sindresorhus/merge-streams': 4.0.0 + cross-spawn: 7.0.3 + figures: 6.1.0 + get-stream: 9.0.1 + human-signals: 8.0.0 + is-plain-obj: 4.1.0 + is-stream: 4.0.1 + npm-run-path: 5.3.0 + pretty-ms: 9.1.0 + signal-exit: 4.1.0 + strip-final-newline: 4.0.0 + yoctocolors: 2.1.1 + exit@0.1.2: {} expand-template@2.0.3: {} @@ -22479,7 +23039,7 @@ snapshots: dependencies: os-homedir: 1.0.2 - expect-puppeteer@10.0.0: {} + expect-puppeteer@10.1.0: {} expect@27.5.1: dependencies: @@ -22544,7 +23104,7 @@ snapshots: dependencies: chalk: 4.1.2 commander: 7.2.0 - fast-glob: 3.3.1 + fast-glob: 3.3.2 find-up: 5.0.0 fs-extra: 9.1.0 optional: true @@ -22689,7 +23249,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.4 + debug: 4.3.6 get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -22789,6 +23349,10 @@ snapshots: dependencies: is-unicode-supported: 2.0.0 + figures@6.1.0: + dependencies: + is-unicode-supported: 2.0.0 + file-entry-cache@6.0.1: dependencies: flat-cache: 3.0.4 @@ -22889,14 +23453,10 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@6.3.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - - find-versions@5.1.0: + find-versions@6.0.0: dependencies: semver-regex: 4.0.5 + super-regex: 1.0.0 find-yarn-workspace-root@2.0.0: dependencies: @@ -22948,7 +23508,7 @@ snapshots: cross-spawn: 7.0.3 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@6.5.2(eslint@8.56.0)(typescript@5.3.3)(webpack@5.75.0): + fork-ts-checker-webpack-plugin@6.5.2(eslint@8.57.0)(typescript@5.5.4)(webpack@5.75.0): dependencies: '@babel/code-frame': 7.23.5 '@types/json-schema': 7.0.12 @@ -22963,10 +23523,10 @@ snapshots: schema-utils: 2.7.0 semver: 7.6.0 tapable: 1.1.3 - typescript: 5.3.3 + typescript: 5.5.4 webpack: 5.75.0 optionalDependencies: - eslint: 8.56.0 + eslint: 8.57.0 form-data@3.0.1: dependencies: @@ -23056,6 +23616,8 @@ snapshots: function-bind@1.1.2: {} + function-timeout@1.0.2: {} + function.prototype.name@1.1.5: dependencies: call-bind: 1.0.7 @@ -23154,6 +23716,11 @@ snapshots: get-stream@8.0.1: {} + get-stream@9.0.1: + dependencies: + '@sec-ant/readable-stream': 0.4.1 + is-stream: 4.0.1 + get-symbol-description@1.0.0: dependencies: call-bind: 1.0.7 @@ -23163,7 +23730,7 @@ snapshots: dependencies: basic-ftp: 5.0.3 data-uri-to-buffer: 5.0.1 - debug: 4.3.4 + debug: 4.3.6 fs-extra: 8.1.0 transitivePeerDependencies: - supports-color @@ -23224,7 +23791,7 @@ snapshots: dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 - minimatch: 9.0.3 + minimatch: 9.0.5 minipass: 7.0.2 path-scurry: 1.10.1 @@ -23328,13 +23895,14 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 - globby@13.2.2: + globby@14.0.2: dependencies: - dir-glob: 3.0.1 + '@sindresorhus/merge-streams': 2.3.0 fast-glob: 3.3.2 ignore: 5.2.4 - merge2: 1.4.1 - slash: 4.0.0 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 gopd@1.0.1: dependencies: @@ -23465,7 +24033,7 @@ snapshots: hosted-git-info@7.0.0: dependencies: - lru-cache: 10.0.1 + lru-cache: 10.4.3 hpack.js@2.1.6: dependencies: @@ -23596,6 +24164,8 @@ snapshots: human-signals@5.0.0: {} + human-signals@8.0.0: {} + humanize-ms@1.2.1: dependencies: ms: 2.1.3 @@ -23626,7 +24196,7 @@ snapshots: ignore-walk@6.0.4: dependencies: - minimatch: 9.0.3 + minimatch: 9.0.5 ignore@5.2.4: {} @@ -23653,8 +24223,6 @@ snapshots: transitivePeerDependencies: - supports-color - import-from@4.0.0: {} - import-lazy@4.0.0: {} import-local@3.1.0: @@ -23886,6 +24454,8 @@ snapshots: is-plain-obj@3.0.0: {} + is-plain-obj@4.1.0: {} + is-plain-object@2.0.4: dependencies: isobject: 3.0.1 @@ -23921,6 +24491,8 @@ snapshots: is-stream@3.0.0: {} + is-stream@4.0.1: {} + is-string@1.0.7: dependencies: has-tostringtag: 1.0.0 @@ -24002,7 +24574,7 @@ snapshots: - expo - react-native - issue-parser@6.0.0: + issue-parser@7.0.1: dependencies: lodash.capitalize: 4.2.1 lodash.escaperegexp: 4.1.2 @@ -24095,7 +24667,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -24120,7 +24692,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1(babel-plugin-macros@3.1.0) @@ -24140,16 +24712,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7): + jest-cli@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7): dependencies: - '@jest/core': 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + '@jest/core': 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + jest-config: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -24161,16 +24733,16 @@ snapshots: - ts-node - utf-8-validate - jest-cli@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + jest-cli@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + create-jest: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest-config: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -24180,7 +24752,7 @@ snapshots: - supports-color - ts-node - jest-config@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7): + jest-config@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7): dependencies: '@babel/core': 7.23.6 '@jest/test-sequencer': 27.5.1 @@ -24207,14 +24779,14 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) transitivePeerDependencies: - bufferutil - canvas - supports-color - utf-8-validate - jest-config@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + jest-config@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: '@babel/core': 7.22.9 '@jest/test-sequencer': 29.7.0 @@ -24239,19 +24811,19 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.11.19 - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + '@types/node': 20.16.1 + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) transitivePeerDependencies: - babel-plugin-macros - supports-color - jest-dev-server@10.0.0: + jest-dev-server@10.1.0: dependencies: chalk: 4.1.2 cwd: 0.10.0 find-process: 1.4.7 prompts: 2.4.2 - spawnd: 10.0.0 + spawnd: 10.1.0 tree-kill: 1.2.2 wait-on: 7.2.0 transitivePeerDependencies: @@ -24314,7 +24886,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0(bufferutil@4.0.7)(utf-8-validate@5.0.7) @@ -24330,7 +24902,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3(bufferutil@4.0.7)(utf-8-validate@6.0.3) @@ -24344,7 +24916,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -24353,7 +24925,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -24371,12 +24943,12 @@ snapshots: - supports-color - utf-8-validate - jest-environment-puppeteer@10.0.1(typescript@5.3.3): + jest-environment-puppeteer@10.1.0(typescript@5.5.4): dependencies: chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.5.4) deepmerge: 4.3.1 - jest-dev-server: 10.0.0 + jest-dev-server: 10.1.0 jest-environment-node: 29.7.0 transitivePeerDependencies: - debug @@ -24398,7 +24970,7 @@ snapshots: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.6 - '@types/node': 20.11.19 + '@types/node': 20.16.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -24415,7 +24987,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.6 - '@types/node': 20.11.19 + '@types/node': 20.16.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -24433,7 +25005,7 @@ snapshots: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -24456,7 +25028,7 @@ snapshots: '@jest/source-map': 29.6.3 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 is-generator-fn: 2.1.0 @@ -24534,12 +25106,12 @@ snapshots: jest-mock@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): @@ -24550,11 +25122,11 @@ snapshots: optionalDependencies: jest-resolve: 29.7.0 - jest-puppeteer@10.0.1(puppeteer@22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(typescript@5.3.3)(utf-8-validate@5.0.7))(typescript@5.3.3): + jest-puppeteer@10.1.0(puppeteer@22.15.0(bufferutil@4.0.7)(typescript@5.5.4)(utf-8-validate@5.0.7))(typescript@5.5.4): dependencies: - expect-puppeteer: 10.0.0 - jest-environment-puppeteer: 10.0.1(typescript@5.3.3) - puppeteer: 22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(typescript@5.3.3)(utf-8-validate@5.0.7) + expect-puppeteer: 10.1.0 + jest-environment-puppeteer: 10.1.0(typescript@5.5.4) + puppeteer: 22.15.0(bufferutil@4.0.7)(typescript@5.5.4)(utf-8-validate@5.0.7) transitivePeerDependencies: - debug - supports-color @@ -24613,7 +25185,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -24642,7 +25214,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -24697,7 +25269,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -24717,14 +25289,14 @@ snapshots: jest-serializer@27.5.1: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 graceful-fs: 4.2.11 jest-snapshot@27.5.1: dependencies: '@babel/core': 7.23.6 '@babel/generator': 7.23.6 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.6) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) '@babel/traverse': 7.23.6 '@babel/types': 7.23.6 '@jest/transform': 27.5.1 @@ -24751,7 +25323,7 @@ snapshots: dependencies: '@babel/core': 7.23.6 '@babel/generator': 7.23.6 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.6) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.6) '@babel/types': 7.23.6 '@jest/expect-utils': 29.7.0 @@ -24775,7 +25347,7 @@ snapshots: jest-util@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -24784,7 +25356,7 @@ snapshots: jest-util@28.1.3: dependencies: '@jest/types': 28.1.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -24793,7 +25365,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -24817,11 +25389,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@1.1.0(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7)): + jest-watch-typeahead@1.1.0(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7)): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 - jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) jest-regex-util: 28.0.2 jest-watcher: 28.1.3 slash: 4.0.0 @@ -24832,7 +25404,7 @@ snapshots: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.11.19 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -24842,7 +25414,7 @@ snapshots: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -24853,7 +25425,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -24862,34 +25434,34 @@ snapshots: jest-worker@26.6.2: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 7.2.0 jest-worker@27.5.1: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@28.1.3: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.11.19 + '@types/node': 20.16.1 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7): + jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7): dependencies: - '@jest/core': 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + '@jest/core': 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) import-local: 3.1.0 - jest-cli: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + jest-cli: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) transitivePeerDependencies: - bufferutil - canvas @@ -24897,12 +25469,12 @@ snapshots: - ts-node - utf-8-validate - jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest-cli: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -24965,7 +25537,7 @@ snapshots: '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.6) '@babel/preset-env': 7.23.6(@babel/core@7.23.6) '@babel/preset-flow': 7.23.3(@babel/core@7.23.6) - '@babel/preset-typescript': 7.23.0(@babel/core@7.23.6) + '@babel/preset-typescript': 7.24.7(@babel/core@7.23.6) '@babel/register': 7.22.15(@babel/core@7.23.6) babel-core: 7.0.0-bridge.0(@babel/core@7.23.6) chalk: 4.1.2 @@ -25179,7 +25751,7 @@ snapshots: lerna@8.1.2(encoding@0.1.13): dependencies: - '@lerna/create': 8.1.2(encoding@0.1.13)(typescript@5.3.3) + '@lerna/create': 8.1.2(encoding@0.1.13)(typescript@5.5.4) '@npmcli/run-script': 7.0.2 '@nx/devkit': 18.0.4(nx@18.0.4) '@octokit/plugin-enterprise-rest': 6.0.1 @@ -25192,7 +25764,7 @@ snapshots: conventional-changelog-angular: 7.0.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.5.4) dedent: 0.7.0 envinfo: 7.8.1 execa: 5.0.0 @@ -25244,7 +25816,7 @@ snapshots: strong-log-transformer: 2.1.0 tar: 6.1.11 temp-dir: 1.0.0 - typescript: 5.3.3 + typescript: 5.5.4 upath: 2.0.1 uuid: 9.0.1 validate-npm-package-license: 3.0.4 @@ -25393,10 +25965,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash-es@4.17.21: {} lodash.capitalize@4.2.1: {} @@ -25868,7 +26436,7 @@ snapshots: mime@2.6.0: {} - mime@3.0.0: {} + mime@4.0.4: {} mimic-fn@1.2.0: {} @@ -26335,7 +26903,11 @@ snapshots: dependencies: path-key: 4.0.0 - npm@10.2.0: {} + npm-run-path@5.3.0: + dependencies: + path-key: 4.0.0 + + npm@10.8.2: {} npmlog@5.0.1: dependencies: @@ -26562,9 +27134,9 @@ snapshots: p-each-series@3.0.0: {} - p-filter@3.0.0: + p-filter@4.1.0: dependencies: - p-map: 5.5.0 + p-map: 7.0.2 p-finally@1.0.0: {} @@ -26582,10 +27154,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.0.0 - p-locate@2.0.0: dependencies: p-limit: 1.3.0 @@ -26602,10 +27170,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map-series@2.1.0: {} p-map@3.0.0: @@ -26616,9 +27180,7 @@ snapshots: dependencies: aggregate-error: 3.1.0 - p-map@5.5.0: - dependencies: - aggregate-error: 4.0.1 + p-map@7.0.2: {} p-pipe@3.1.0: {} @@ -26652,7 +27214,7 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.0 - debug: 4.3.4 + debug: 4.3.6 get-uri: 6.0.1 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 @@ -26726,20 +27288,14 @@ snapshots: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - parse-json@7.0.0: - dependencies: - '@babel/code-frame': 7.23.5 - error-ex: 1.3.2 - json-parse-even-better-errors: 3.0.0 - lines-and-columns: 2.0.3 - type-fest: 3.13.1 - parse-json@8.1.0: dependencies: '@babel/code-frame': 7.23.5 index-to-position: 0.1.2 type-fest: 4.10.3 + parse-ms@4.0.0: {} + parse-passwd@1.0.0: {} parse-path@7.0.0: @@ -26802,8 +27358,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-key@2.0.1: {} @@ -26832,6 +27386,8 @@ snapshots: path-type@4.0.0: {} + path-type@5.0.0: {} + pause@0.0.1: {} pbkdf2@3.1.2: @@ -27070,13 +27626,13 @@ snapshots: postcss: 8.4.21 postcss-value-parser: 4.2.0 - postcss-load-config@3.1.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + postcss-load-config@3.1.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: lilconfig: 2.0.6 yaml: 1.10.2 optionalDependencies: postcss: 8.4.21 - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) postcss-loader@6.2.1(postcss@8.4.21)(webpack@5.75.0): dependencies: @@ -27382,7 +27938,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.2.5: {} + prettier@3.3.3: {} pretty-bytes@5.6.0: {} @@ -27417,6 +27973,10 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.2.0 + pretty-ms@9.1.0: + dependencies: + parse-ms: 4.0.0 + proc-log@3.0.0: {} process-nextick-args@2.0.1: {} @@ -27471,7 +28031,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.11.19 + '@types/node': 20.16.1 long: 5.2.3 protocols@2.0.1: {} @@ -27489,7 +28049,7 @@ snapshots: proxy-agent@6.4.0: dependencies: agent-base: 7.1.0 - debug: 4.3.4 + debug: 4.3.6 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 lru-cache: 7.18.3 @@ -27519,28 +28079,26 @@ snapshots: punycode@2.3.0: {} - puppeteer-core@22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7): + puppeteer-core@22.15.0(bufferutil@4.0.7)(utf-8-validate@5.0.7): dependencies: - '@puppeteer/browsers': 2.1.0 - chromium-bidi: 0.5.9(devtools-protocol@0.0.1249869) - cross-fetch: 4.0.0(encoding@0.1.13) - debug: 4.3.4 - devtools-protocol: 0.0.1249869 - ws: 8.16.0(bufferutil@4.0.7)(utf-8-validate@5.0.7) + '@puppeteer/browsers': 2.3.0 + chromium-bidi: 0.6.3(devtools-protocol@0.0.1312386) + debug: 4.3.6 + devtools-protocol: 0.0.1312386 + ws: 8.18.0(bufferutil@4.0.7)(utf-8-validate@5.0.7) transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - puppeteer@22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(typescript@5.3.3)(utf-8-validate@5.0.7): + puppeteer@22.15.0(bufferutil@4.0.7)(typescript@5.5.4)(utf-8-validate@5.0.7): dependencies: - '@puppeteer/browsers': 2.1.0 - cosmiconfig: 9.0.0(typescript@5.3.3) - puppeteer-core: 22.2.0(bufferutil@4.0.7)(encoding@0.1.13)(utf-8-validate@5.0.7) + '@puppeteer/browsers': 2.3.0 + cosmiconfig: 9.0.0(typescript@5.5.4) + devtools-protocol: 0.0.1312386 + puppeteer-core: 22.15.0(bufferutil@4.0.7)(utf-8-validate@5.0.7) transitivePeerDependencies: - bufferutil - - encoding - supports-color - typescript - utf-8-validate @@ -27622,7 +28180,7 @@ snapshots: regenerator-runtime: 0.13.11 whatwg-fetch: 3.6.2 - react-dev-utils@12.0.1(eslint@8.56.0)(typescript@5.3.3)(webpack@5.75.0): + react-dev-utils@12.0.1(eslint@8.57.0)(typescript@5.5.4)(webpack@5.75.0): dependencies: '@babel/code-frame': 7.22.5 address: 1.2.2 @@ -27633,7 +28191,7 @@ snapshots: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2(eslint@8.56.0)(typescript@5.3.3)(webpack@5.75.0) + fork-ts-checker-webpack-plugin: 6.5.2(eslint@8.57.0)(typescript@5.5.4)(webpack@5.75.0) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -27650,7 +28208,7 @@ snapshots: text-table: 0.2.0 webpack: 5.75.0 optionalDependencies: - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - eslint - supports-color @@ -27743,7 +28301,7 @@ snapshots: react-refresh@0.4.3: {} - react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.56.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(type-fest@3.13.1)(typescript@5.3.3)(utf-8-validate@5.0.7): + react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(@types/babel__core@7.20.1)(bufferutil@4.0.7)(eslint@8.57.0)(react@18.2.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(type-fest@3.13.1)(typescript@5.5.4)(utf-8-validate@5.0.7): dependencies: '@babel/core': 7.20.12 '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(type-fest@3.13.1)(webpack-dev-server@4.11.1(bufferutil@4.0.7)(utf-8-validate@5.0.7)(webpack@5.75.0))(webpack@5.75.0) @@ -27760,16 +28318,16 @@ snapshots: css-minimizer-webpack-plugin: 3.4.1(webpack@5.75.0) dotenv: 10.0.0 dotenv-expand: 5.1.0 - eslint: 8.56.0 - eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.56.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7))(typescript@5.3.3) - eslint-webpack-plugin: 3.2.0(eslint@8.56.0)(webpack@5.75.0) + eslint: 8.57.0 + eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.20.12))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.20.12))(eslint@8.57.0)(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7))(typescript@5.5.4) + eslint-webpack-plugin: 3.2.0(eslint@8.57.0)(webpack@5.75.0) file-loader: 6.2.0(webpack@5.75.0) fs-extra: 10.1.0 html-webpack-plugin: 5.5.0(webpack@5.75.0) identity-obj-proxy: 3.0.0 - jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7) + jest: 27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7) jest-resolve: 27.5.1 - jest-watch-typeahead: 1.1.0(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3))(utf-8-validate@5.0.7)) + jest-watch-typeahead: 1.1.0(jest@27.5.1(bufferutil@4.0.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4))(utf-8-validate@5.0.7)) mini-css-extract-plugin: 2.7.2(webpack@5.75.0) postcss: 8.4.21 postcss-flexbugs-fixes: 5.0.2(postcss@8.4.21) @@ -27779,7 +28337,7 @@ snapshots: prompts: 2.4.2 react: 18.2.0 react-app-polyfill: 3.0.0 - react-dev-utils: 12.0.1(eslint@8.56.0)(typescript@5.3.3)(webpack@5.75.0) + react-dev-utils: 12.0.1(eslint@8.57.0)(typescript@5.5.4)(webpack@5.75.0) react-refresh: 0.11.0 resolve: 1.22.1 resolve-url-loader: 4.0.0 @@ -27787,7 +28345,7 @@ snapshots: semver: 7.3.8 source-map-loader: 3.0.2(webpack@5.75.0) style-loader: 3.3.1(webpack@5.75.0) - tailwindcss: 3.2.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + tailwindcss: 3.2.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) terser-webpack-plugin: 5.3.6(webpack@5.75.0) webpack: 5.75.0 webpack-dev-server: 4.11.1(bufferutil@4.0.7)(utf-8-validate@5.0.7)(webpack@5.75.0) @@ -27795,7 +28353,7 @@ snapshots: workbox-webpack-plugin: 6.5.4(@types/babel__core@7.20.1)(webpack@5.75.0) optionalDependencies: fsevents: 2.3.3 - typescript: 5.3.3 + typescript: 5.5.4 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -27864,11 +28422,11 @@ snapshots: normalize-package-data: 6.0.0 npm-normalize-package-bin: 3.0.1 - read-pkg-up@10.0.0: + read-package-up@11.0.0: dependencies: - find-up: 6.3.0 - read-pkg: 8.0.0 - type-fest: 3.13.1 + find-up-simple: 1.0.0 + read-pkg: 9.0.1 + type-fest: 4.10.3 read-pkg-up@11.0.0: dependencies: @@ -27895,18 +28453,11 @@ snapshots: read-pkg@5.2.0: dependencies: - '@types/normalize-package-data': 2.4.1 + '@types/normalize-package-data': 2.4.4 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 - read-pkg@8.0.0: - dependencies: - '@types/normalize-package-data': 2.4.1 - normalize-package-data: 5.0.0 - parse-json: 7.0.0 - type-fest: 3.13.1 - read-pkg@9.0.1: dependencies: '@types/normalize-package-data': 2.4.4 @@ -28254,20 +28805,20 @@ snapshots: dependencies: node-forge: 1.3.1 - semantic-release@23.0.2(typescript@5.3.3): + semantic-release@23.1.1(typescript@5.5.4): dependencies: - '@semantic-release/commit-analyzer': 11.0.0(semantic-release@23.0.2(typescript@5.3.3)) + '@semantic-release/commit-analyzer': 12.0.0(semantic-release@23.1.1(typescript@5.5.4)) '@semantic-release/error': 4.0.0 - '@semantic-release/github': 9.0.4(semantic-release@23.0.2(typescript@5.3.3)) - '@semantic-release/npm': 11.0.0(semantic-release@23.0.2(typescript@5.3.3)) - '@semantic-release/release-notes-generator': 12.0.0(semantic-release@23.0.2(typescript@5.3.3)) + '@semantic-release/github': 10.1.7(semantic-release@23.1.1(typescript@5.5.4)) + '@semantic-release/npm': 12.0.1(semantic-release@23.1.1(typescript@5.5.4)) + '@semantic-release/release-notes-generator': 13.0.0(semantic-release@23.1.1(typescript@5.5.4)) aggregate-error: 5.0.0 - cosmiconfig: 9.0.0(typescript@5.3.3) + cosmiconfig: 9.0.0(typescript@5.5.4) debug: 4.3.4 env-ci: 11.0.0 - execa: 8.0.1 + execa: 9.3.1 figures: 6.0.1 - find-versions: 5.1.0 + find-versions: 6.0.0 get-stream: 6.0.1 git-log-parser: 1.2.0 hook-std: 3.0.0 @@ -28279,7 +28830,7 @@ snapshots: micromatch: 4.0.5 p-each-series: 3.0.0 p-reduce: 3.0.0 - read-pkg-up: 11.0.0 + read-package-up: 11.0.0 resolve-from: 5.0.0 semver: 7.6.0 semver-diff: 4.0.0 @@ -28317,6 +28868,8 @@ snapshots: dependencies: lru-cache: 6.0.0 + semver@7.6.3: {} + send@0.18.0: dependencies: debug: 2.6.9 @@ -28485,6 +29038,8 @@ snapshots: slash@4.0.0: {} + slash@5.1.0: {} + slice-ansi@2.1.0: dependencies: ansi-styles: 3.2.1 @@ -28520,7 +29075,7 @@ snapshots: socks-proxy-agent@8.0.2: dependencies: agent-base: 7.1.0 - debug: 4.3.4 + debug: 4.3.6 socks: 2.7.1 transitivePeerDependencies: - supports-color @@ -28569,7 +29124,7 @@ snapshots: spawn-error-forwarder@1.0.0: {} - spawnd@10.0.0: + spawnd@10.1.0: dependencies: signal-exit: 4.1.0 tree-kill: 1.2.2 @@ -28789,6 +29344,8 @@ snapshots: strip-final-newline@3.0.0: {} + strip-final-newline@4.0.0: {} + strip-hex-prefix@1.0.0: dependencies: is-hex-prefixed: 1.0.0 @@ -28837,6 +29394,11 @@ snapshots: sudo-prompt@9.2.1: {} + super-regex@1.0.0: + dependencies: + function-timeout: 1.0.2 + time-span: 5.1.0 + superstruct@1.0.3: {} supports-color@5.5.0: @@ -28900,7 +29462,7 @@ snapshots: symbol-tree@3.2.4: {} - tailwindcss@3.2.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + tailwindcss@3.2.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: arg: 5.0.2 chokidar: 3.5.3 @@ -28919,7 +29481,7 @@ snapshots: postcss: 8.4.21 postcss-import: 14.1.0(postcss@8.4.21) postcss-js: 4.0.0(postcss@8.4.21) - postcss-load-config: 3.1.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + postcss-load-config: 3.1.4(postcss@8.4.21)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) postcss-nested: 6.0.0(postcss@8.4.21) postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 @@ -28939,7 +29501,7 @@ snapshots: pump: 3.0.0 tar-stream: 2.2.0 - tar-fs@3.0.5: + tar-fs@3.0.6: dependencies: pump: 3.0.0 tar-stream: 3.1.6 @@ -29087,6 +29649,10 @@ snapshots: thunky@1.1.0: {} + time-span@5.1.0: + dependencies: + convert-hrtime: 5.0.0 + timekeeper@2.3.1: {} tmp@0.0.33: @@ -29138,37 +29704,41 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.1.2(@babel/core@7.20.12)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.20.12))(jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)))(typescript@5.3.3): + ts-jest@29.2.4(@babel/core@7.20.12)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.20.12))(jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)))(typescript@5.5.4): dependencies: bs-logger: 0.2.6 + ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.5.4 - typescript: 5.3.3 + semver: 7.6.0 + typescript: 5.5.4 yargs-parser: 21.1.1 optionalDependencies: '@babel/core': 7.20.12 + '@jest/transform': 29.7.0 '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.20.12) - ts-jest@29.1.2(@babel/core@7.23.6)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.6))(jest@29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)))(typescript@5.3.3): + ts-jest@29.2.4(@babel/core@7.23.6)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.6))(jest@29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)))(typescript@5.5.4): dependencies: bs-logger: 0.2.6 + ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.11.19)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)) + jest: 29.7.0(@types/node@20.16.1)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.5.4 - typescript: 5.3.3 + semver: 7.6.0 + typescript: 5.5.4 yargs-parser: 21.1.1 optionalDependencies: '@babel/core': 7.23.6 + '@jest/transform': 29.7.0 '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.23.6) @@ -29191,23 +29761,23 @@ snapshots: normalize-path: 3.0.0 safe-stable-stringify: 2.4.3 tslib: 2.6.2 - typescript: 5.5.3 + typescript: 5.5.4 - ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3): + ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 20.11.19 + '@types/node': 20.16.1 acorn: 8.11.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.3.3 + typescript: 5.5.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -29230,10 +29800,10 @@ snapshots: tslib@2.6.2: {} - tsutils@3.21.0(typescript@5.3.3): + tsutils@3.21.0(typescript@5.5.4): dependencies: tslib: 1.14.1 - typescript: 5.3.3 + typescript: 5.5.4 tuf-js@1.1.7: dependencies: @@ -29310,7 +29880,7 @@ snapshots: typedarray@0.0.6: {} - typeorm@0.3.17(pg@8.11.3)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + typeorm@0.3.17(pg@8.11.3)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: '@sqltools/formatter': 1.2.5 app-root-path: 3.1.0 @@ -29330,11 +29900,11 @@ snapshots: optionalDependencies: pg: 8.11.3 sqlite3: 5.1.6(encoding@0.1.13) - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) transitivePeerDependencies: - supports-color - typeorm@0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.11.19)(typescript@5.3.3)): + typeorm@0.3.17(pg@8.11.3)(sqlite3@5.1.7)(ts-node@10.9.2(@types/node@20.16.1)(typescript@5.5.4)): dependencies: '@sqltools/formatter': 1.2.5 app-root-path: 3.1.0 @@ -29354,13 +29924,15 @@ snapshots: optionalDependencies: pg: 8.11.3 sqlite3: 5.1.7 - ts-node: 10.9.2(@types/node@20.11.19)(typescript@5.3.3) + ts-node: 10.9.2(@types/node@20.16.1)(typescript@5.5.4) transitivePeerDependencies: - supports-color typescript@5.3.3: {} - typescript@5.5.3: {} + typescript@5.4.2: {} + + typescript@5.5.4: {} ua-parser-js@1.0.37: {} @@ -29379,7 +29951,7 @@ snapshots: dependencies: multiformats: 12.0.1 - uint8arrays@5.0.2: + uint8arrays@5.1.0: dependencies: multiformats: 13.1.0 @@ -29397,6 +29969,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@6.19.8: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-emoji-modifier-base@1.0.0: {} @@ -29442,6 +30016,8 @@ snapshots: universal-user-agent@6.0.0: {} + universal-user-agent@7.0.2: {} + universalify@0.1.2: {} universalify@0.2.0: {} @@ -30055,6 +30631,16 @@ snapshots: bufferutil: 4.0.7 utf-8-validate: 6.0.3 + ws@8.17.1(bufferutil@4.0.7)(utf-8-validate@6.0.3): + optionalDependencies: + bufferutil: 4.0.7 + utf-8-validate: 6.0.3 + + ws@8.18.0(bufferutil@4.0.7)(utf-8-validate@5.0.7): + optionalDependencies: + bufferutil: 4.0.7 + utf-8-validate: 5.0.7 + ws@8.5.0(bufferutil@4.0.7)(utf-8-validate@5.0.7): optionalDependencies: bufferutil: 4.0.7 @@ -30163,7 +30749,7 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.0.0: {} + yoctocolors@2.1.1: {} z-schema@5.0.5: dependencies: @@ -30180,3 +30766,5 @@ snapshots: validator: 13.9.0 optionalDependencies: commander: 10.0.1 + + zod@3.23.8: {}