From f39471361082dbdcfa30452d16e2dd8101bbd8f0 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 1 Mar 2025 14:33:37 +0100 Subject: [PATCH] chore: use resolution-mode=lowest-direct --- .npmrc | 2 +- __utils__/eslint-config/package.json | 4 +- __utils__/scripts/package.json | 6 +- package.json | 14 +- pnpm-lock.yaml | 1583 ++++++++++++++++---------- pnpm-workspace.yaml | 24 +- pnpm/package.json | 4 +- 7 files changed, 1002 insertions(+), 635 deletions(-) diff --git a/.npmrc b/.npmrc index 71d97dcade..72b374a52f 100644 --- a/.npmrc +++ b/.npmrc @@ -10,7 +10,7 @@ engine-strict = true save-prefix= ; dedupe-direct-deps=true ; Otherwise exporting the manifest fails sometimes patches-dir=__patches__ -; resolution-mode=time-based +resolution-mode=lowest-direct enable-pre-post-scripts=false manage-package-manager-versions=true verify-deps-before-run=install diff --git a/__utils__/eslint-config/package.json b/__utils__/eslint-config/package.json index 488abc8f4d..ac3b49d8ec 100644 --- a/__utils__/eslint-config/package.json +++ b/__utils__/eslint-config/package.json @@ -28,9 +28,9 @@ "@eslint/js": "9.9.1", "@typescript-eslint/eslint-plugin": "6.18.1", "@typescript-eslint/parser": "6.18.1", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-config-standard-with-typescript": "^39.1.1", - "eslint-plugin-import": "^2.30.0", + "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", diff --git a/__utils__/scripts/package.json b/__utils__/scripts/package.json index 273de066bd..a2523e71b4 100644 --- a/__utils__/scripts/package.json +++ b/__utils__/scripts/package.json @@ -3,16 +3,16 @@ "version": "0.0.0", "private": true, "dependencies": { - "@pnpm/workspace.read-manifest": "2.2.0", "@pnpm/workspace.find-packages": "4.0.6", + "@pnpm/workspace.read-manifest": "2.2.0", "execa": "catalog:", "fast-glob": "catalog:", "make-empty-dir": "catalog:", "normalize-path": "catalog:" }, "devDependencies": { - "@types/normalize-path": "catalog:", + "@pnpm/logger": "^5.2.0", "@pnpm/scripts": "workspace:*", - "@pnpm/logger": "5" + "@types/normalize-path": "catalog:" } } diff --git a/package.json b/package.json index ec254d0622..86cc55819d 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,10 @@ "dev-setup": "pnpm -C=./pnpm/dev link -g" }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/preset-typescript": "^7.24.7", - "@babel/types": "^7.25.6", - "@changesets/cli": "^2.27.12", + "@babel/core": "^7.26.9", + "@babel/preset-typescript": "^7.26.0", + "@babel/types": "^7.26.9", + "@changesets/cli": "^2.28.1", "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^17.8.1", "@commitlint/prompt-cli": "^17.8.1", @@ -41,14 +41,14 @@ "@pnpm/meta-updater": "catalog:", "@pnpm/tgz-fixtures": "0.0.0", "@pnpm/tsconfig": "workspace:*", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.14", "@types/node": "catalog:", "c8": "^7.14.0", "concurrently": "catalog:", "cross-env": "^7.0.3", "cspell": "8.17.5", - "eslint": "^8.57.0", - "husky": "^9.1.5", + "eslint": "^8.57.1", + "husky": "^9.1.7", "jest": "^29.7.0", "keyv": "4.5.4", "lcov-result-merger": "^3.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 218b67e1e0..d368d8bd1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ catalogs: specifier: 0.4.9 version: 0.4.9 '@types/adm-zip': - specifier: ^0.5.5 + specifier: ^0.5.7 version: 0.5.7 '@types/archy': specifier: 0.0.33 @@ -106,11 +106,11 @@ catalogs: specifier: 4.1.7 version: 4.1.7 '@types/micromatch': - specifier: ^4.0.7 + specifier: ^4.0.9 version: 4.0.9 '@types/node': specifier: ^18.19.34 - version: 18.19.74 + version: 18.19.34 '@types/normalize-package-data': specifier: ^2.4.4 version: 2.4.4 @@ -196,7 +196,7 @@ catalogs: specifier: 3.0.0 version: 3.0.0 '@yarnpkg/pnp': - specifier: ^4.0.6 + specifier: ^4.0.8 version: 4.0.8 '@zkochan/cmd-shim': specifier: ^6.0.0 @@ -214,10 +214,10 @@ catalogs: specifier: ^2.0.1 version: 2.0.1 adm-zip: - specifier: ^0.5.14 + specifier: ^0.5.16 version: 0.5.16 ansi-diff: - specifier: ^1.1.1 + specifier: ^1.2.0 version: 1.2.0 archy: specifier: ^1.0.0 @@ -229,7 +229,7 @@ catalogs: specifier: ^4.0.4 version: 4.0.4 bole: - specifier: ^5.0.14 + specifier: ^5.0.17 version: 5.0.17 boxen: specifier: ^5.1.2 @@ -268,7 +268,7 @@ catalogs: specifier: 8.2.1 version: 8.2.1 cross-spawn: - specifier: ^7.0.5 + specifier: ^7.0.6 version: 7.0.6 deep-require-cwd: specifier: 1.0.0 @@ -311,7 +311,7 @@ catalogs: version: 3.1.3 fast-glob: specifier: ^3.3.2 - version: 3.3.3 + version: 3.3.2 filenamify: specifier: ^4.3.0 version: 4.3.0 @@ -319,7 +319,7 @@ catalogs: specifier: ^5.0.0 version: 5.0.0 fs-extra: - specifier: ^11.2.0 + specifier: ^11.3.0 version: 11.3.0 fuse-native: specifier: ^2.2.6 @@ -391,7 +391,7 @@ catalogs: specifier: ^2.2.0 version: 2.2.0 lru-cache: - specifier: ^10.2.2 + specifier: ^10.4.3 version: 10.4.3 make-empty-dir: specifier: ^3.0.2 @@ -400,7 +400,7 @@ catalogs: specifier: ^8.1.1 version: 8.1.1 micromatch: - specifier: ^4.0.7 + specifier: ^4.0.8 version: 4.0.8 ndjson: specifier: ^2.0.0 @@ -484,7 +484,7 @@ catalogs: specifier: npm:@yao-pkg/pkg@5.12.0 version: 5.12.0 preferred-pm: - specifier: ^3.1.3 + specifier: ^3.1.4 version: 3.1.4 pretty-bytes: specifier: ^5.6.0 @@ -550,8 +550,8 @@ catalogs: specifier: ^1.6.3 version: 1.6.3 semver: - specifier: ^7.6.2 - version: 7.7.0 + specifier: ^7.7.1 + version: 7.7.1 semver-range-intersect: specifier: ^0.3.1 version: 0.3.1 @@ -661,7 +661,7 @@ overrides: path-to-regexp@>=4.0.0 <6.3.0: '>=6.3.0' path-to-regexp@>=7.0.0 <8.0.0: '>=8.0.0' request: npm:postman-request@2.88.1-postman.40 - semver@<7.5.2: ^7.6.2 + semver@<7.5.2: ^7.7.1 send@<0.19.0: ^0.19.0 serve-static@<1.16.0: ^1.16.0 socks@2: ^2.8.1 @@ -689,17 +689,17 @@ importers: .: devDependencies: '@babel/core': - specifier: ^7.25.2 - version: 7.26.7 + specifier: ^7.26.9 + version: 7.26.9 '@babel/preset-typescript': - specifier: ^7.24.7 - version: 7.26.0(@babel/core@7.26.7) + specifier: ^7.26.0 + version: 7.26.0(@babel/core@7.26.9) '@babel/types': - specifier: ^7.25.6 - version: 7.26.7 + specifier: ^7.26.9 + version: 7.26.9 '@changesets/cli': - specifier: ^2.27.12 - version: 2.27.12 + specifier: ^2.28.1 + version: 2.28.1 '@commitlint/cli': specifier: ^17.8.1 version: 17.8.1 @@ -725,11 +725,11 @@ importers: specifier: workspace:* version: link:__utils__/tsconfig '@types/jest': - specifier: ^29.5.12 + specifier: ^29.5.14 version: 29.5.14 '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 c8: specifier: ^7.14.0 version: 7.14.0 @@ -743,14 +743,14 @@ importers: specifier: 8.17.5 version: 8.17.5 eslint: - specifier: ^8.57.0 + specifier: ^8.57.1 version: 8.57.1 husky: - specifier: ^9.1.5 + specifier: ^9.1.7 version: 9.1.7 jest: specifier: ^29.7.0 - version: 29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + version: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) keyv: specifier: 4.5.4 version: 4.5.4 @@ -768,10 +768,10 @@ importers: version: 0.3.4 ts-jest: specifier: 29.2.3 - version: 29.2.3(@babel/core@7.26.7)(@jest/transform@29.7.0(@babel/types@7.26.7))(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7))(jest@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)))(typescript@5.5.4) + version: 29.2.3(@babel/core@7.26.9)(@jest/transform@29.7.0(@babel/types@7.26.9))(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.9)(@babel/types@7.26.9))(jest@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)))(typescript@5.5.4) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@18.19.74)(typescript@5.5.4) + version: 10.9.2(@types/node@18.19.34)(typescript@5.5.4) typescript: specifier: 5.5.4 version: 5.5.4 @@ -875,7 +875,7 @@ importers: version: 2.0.2 '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 __utils__/assert-store: dependencies: @@ -908,13 +908,13 @@ importers: specifier: 6.18.1 version: 6.18.1(eslint@8.57.1)(typescript@5.5.4) eslint: - specifier: ^8.57.0 + specifier: ^8.57.1 version: 8.57.1 eslint-config-standard-with-typescript: specifier: ^39.1.1 version: 39.1.1(@typescript-eslint/eslint-plugin@6.18.1(@typescript-eslint/parser@6.18.1(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1)(typescript@5.5.4))(eslint-plugin-import@2.31.0(@typescript-eslint/parser@6.18.1(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1))(eslint-plugin-n@16.6.2(eslint@8.57.1))(eslint-plugin-promise@6.6.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.4) eslint-plugin-import: - specifier: ^2.30.0 + specifier: ^2.31.0 version: 2.31.0(@typescript-eslint/parser@6.18.1(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1) eslint-plugin-n: specifier: ^16.6.2 @@ -994,7 +994,7 @@ importers: version: 'link:' '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 __utils__/prepare-temp-dir: devDependencies: @@ -1003,7 +1003,7 @@ importers: version: 'link:' '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 __utils__/scripts: dependencies: @@ -1018,7 +1018,7 @@ importers: version: safe-execa@0.1.2 fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 make-empty-dir: specifier: 'catalog:' version: 3.0.2 @@ -1027,7 +1027,7 @@ importers: version: 3.0.0 devDependencies: '@pnpm/logger': - specifier: '5' + specifier: ^5.2.0 version: 5.2.0 '@pnpm/scripts': specifier: workspace:* @@ -1062,7 +1062,7 @@ importers: version: 'link:' '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 execa: specifier: 'catalog:' version: safe-execa@0.1.2 @@ -1092,7 +1092,7 @@ importers: version: 3.0.1 fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 devDependencies: '@pnpm/cache.api': specifier: workspace:* @@ -1327,7 +1327,7 @@ importers: version: 7.8.1 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 stacktracey: specifier: 'catalog:' version: 2.1.8 @@ -1585,7 +1585,7 @@ importers: version: 8.1.1 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/logger': specifier: workspace:* @@ -1837,7 +1837,7 @@ importers: version: link:../../lockfile/verification '@pnpm/logger': specifier: '>=5.1.0 <1001.0.0' - version: 5.2.0 + version: 1000.0.0 '@pnpm/parse-overrides': specifier: workspace:* version: link:../../config/parse-overrides @@ -1935,7 +1935,7 @@ importers: version: link:../node.fetcher semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 version-selector-type: specifier: 'catalog:' version: 3.0.0 @@ -2012,7 +2012,7 @@ importers: version: 1.0.3 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 symlink-dir: specifier: 'catalog:' version: 6.0.4 @@ -2086,7 +2086,7 @@ importers: version: link:../../config/config '@pnpm/logger': specifier: '>=5.1.0 <1001.0.0' - version: 5.2.0 + version: 1000.0.0 '@pnpm/modules-yaml': specifier: workspace:* version: link:../../pkg-manager/modules-yaml @@ -2378,7 +2378,7 @@ importers: version: 3.0.1 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/assert-project': specifier: workspace:* @@ -2849,7 +2849,7 @@ importers: version: 3.0.0 fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 p-filter: specifier: 'catalog:' version: 2.1.0 @@ -3054,7 +3054,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/hooks.read-package-hook': specifier: workspace:* @@ -3260,7 +3260,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 strip-bom: specifier: 'catalog:' version: 4.0.0 @@ -3352,7 +3352,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/lockfile.merger': specifier: workspace:* @@ -3599,7 +3599,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 version-selector-type: specifier: 'catalog:' version: 3.0.0 @@ -3828,7 +3828,7 @@ importers: version: link:../types semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/dependency-path': specifier: workspace:* @@ -4053,7 +4053,7 @@ importers: version: 4.0.0 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/render-peer-issues': specifier: workspace:* @@ -4177,7 +4177,7 @@ importers: version: 4.0.0 fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 is-windows: specifier: 'catalog:' version: 1.0.2 @@ -4201,7 +4201,7 @@ importers: version: 0.1.4 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 tempy: specifier: 'catalog:' version: 1.0.1 @@ -4476,7 +4476,7 @@ importers: version: 3.0.1 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/assert-project': specifier: workspace:* @@ -4934,7 +4934,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 symlink-dir: specifier: 'catalog:' version: 6.0.4 @@ -4953,7 +4953,7 @@ importers: version: 1.0.2 '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 '@types/normalize-path': specifier: 'catalog:' version: 3.0.2 @@ -5054,7 +5054,7 @@ importers: version: link:../../packages/types fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 is-subdir: specifier: 'catalog:' version: 1.2.0 @@ -5064,7 +5064,7 @@ importers: version: 'link:' '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 pkg-manager/package-requester: dependencies: @@ -5124,7 +5124,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 ssri: specifier: 'catalog:' version: 10.0.5 @@ -5630,7 +5630,7 @@ importers: version: 1.0.1 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 semver-range-intersect: specifier: 'catalog:' version: 0.3.1 @@ -6093,7 +6093,7 @@ importers: version: 1.0.3 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 split-cmd: specifier: 'catalog:' version: 1.1.0 @@ -6117,8 +6117,8 @@ importers: version: 5.0.0 optionalDependencies: node-gyp: - specifier: ^11.0.0 - version: 11.0.0 + specifier: ^11.1.0 + version: 11.1.0 pnpm/artifacts/exe: devDependencies: @@ -6367,7 +6367,7 @@ importers: version: safe-execa@0.1.2 fast-glob: specifier: 'catalog:' - version: 3.3.3 + version: 3.3.2 p-filter: specifier: 'catalog:' version: 2.1.0 @@ -6504,7 +6504,7 @@ importers: version: '@pnpm/hosted-git-info@1.0.0' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/git-resolver': specifier: workspace:* @@ -6629,7 +6629,7 @@ importers: version: 6.0.2 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 ssri: specifier: 'catalog:' version: 10.0.5 @@ -6740,7 +6740,7 @@ importers: version: 2.0.0 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/constants': specifier: workspace:* @@ -6810,7 +6810,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/constants': specifier: workspace:* @@ -6929,7 +6929,7 @@ importers: version: '@pnpm/ramda@0.28.1' semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/logger': specifier: workspace:* @@ -6990,7 +6990,7 @@ importers: version: 1.0.3 semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/plugin-commands-installation': specifier: workspace:* @@ -7173,7 +7173,7 @@ importers: dependencies: semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/semver.peer-range': specifier: workspace:* @@ -7229,7 +7229,7 @@ importers: version: 2.0.0 '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 '@types/ssri': specifier: 'catalog:' version: 7.1.5 @@ -7745,7 +7745,7 @@ importers: version: 1.0.2 '@types/node': specifier: 'catalog:' - version: 18.19.74 + version: 18.19.34 '@types/rimraf': specifier: 'catalog:' version: 3.0.2 @@ -7800,7 +7800,7 @@ importers: version: link:../../pkg-manager/link-bins '@pnpm/logger': specifier: '>=5.1.0 <1001.0.0' - version: 5.2.0 + version: 1000.0.0 '@pnpm/pick-registry-for-package': specifier: workspace:* version: link:../../config/pick-registry-for-package @@ -7879,7 +7879,7 @@ importers: version: link:../fs/symlink-dependency '@rushstack/worker-pool': specifier: 'catalog:' - version: 0.4.9(@types/node@22.13.0) + version: 0.4.9(@types/node@22.13.8) is-windows: specifier: 'catalog:' version: 1.0.2 @@ -8128,7 +8128,7 @@ importers: dependencies: semver: specifier: 'catalog:' - version: 7.7.0 + version: 7.7.1 devDependencies: '@pnpm/resolve-workspace-range': specifier: workspace:* @@ -8197,20 +8197,20 @@ packages: resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.5': - resolution: {integrity: sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==} + '@babel/compat-data@7.26.8': + resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.7': - resolution: {integrity: sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==} + '@babel/core@7.26.9': + resolution: {integrity: sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==} engines: {node: '>=6.9.0'} '@babel/generator@7.23.0': resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.5': - resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} + '@babel/generator@7.26.9': + resolution: {integrity: sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.25.9': @@ -8221,8 +8221,8 @@ packages: resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.25.9': - resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==} + '@babel/helper-create-class-features-plugin@7.26.9': + resolution: {integrity: sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -8271,8 +8271,8 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.7': - resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} + '@babel/helpers@7.26.9': + resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==} engines: {node: '>=6.9.0'} '@babel/parser@7.23.0': @@ -8282,8 +8282,8 @@ packages: peerDependencies: '@babel/types': '*' - '@babel/parser@7.26.7': - resolution: {integrity: sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==} + '@babel/parser@7.26.9': + resolution: {integrity: sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==} engines: {node: '>=6.0.0'} hasBin: true peerDependencies: @@ -8386,8 +8386,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.26.7': - resolution: {integrity: sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg==} + '@babel/plugin-transform-typescript@7.26.8': + resolution: {integrity: sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8398,53 +8398,53 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.7': - resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==} + '@babel/runtime@7.26.9': + resolution: {integrity: sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==} engines: {node: '>=6.9.0'} - '@babel/template@7.25.9': - resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==} + '@babel/template@7.26.9': + resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.7': - resolution: {integrity: sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==} + '@babel/traverse@7.26.9': + resolution: {integrity: sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==} engines: {node: '>=6.9.0'} '@babel/types@7.23.0': resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.7': - resolution: {integrity: sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==} + '@babel/types@7.26.9': + resolution: {integrity: sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - '@changesets/apply-release-plan@7.0.8': - resolution: {integrity: sha512-qjMUj4DYQ1Z6qHawsn7S71SujrExJ+nceyKKyI9iB+M5p9lCL55afuEd6uLBPRpLGWQwkwvWegDHtwHJb1UjpA==} + '@changesets/apply-release-plan@7.0.10': + resolution: {integrity: sha512-wNyeIJ3yDsVspYvHnEz1xQDq18D9ifed3lI+wxRQRK4pArUcuHgCTrHv0QRnnwjhVCQACxZ+CBih3wgOct6UXw==} - '@changesets/assemble-release-plan@6.0.5': - resolution: {integrity: sha512-IgvBWLNKZd6k4t72MBTBK3nkygi0j3t3zdC1zrfusYo0KpdsvnDjrMM9vPnTCLCMlfNs55jRL4gIMybxa64FCQ==} + '@changesets/assemble-release-plan@6.0.6': + resolution: {integrity: sha512-Frkj8hWJ1FRZiY3kzVCKzS0N5mMwWKwmv9vpam7vt8rZjLL1JMthdh6pSDVSPumHPshTTkKZ0VtNbE0cJHZZUg==} - '@changesets/changelog-git@0.2.0': - resolution: {integrity: sha512-bHOx97iFI4OClIT35Lok3sJAwM31VbUM++gnMBV16fdbtBhgYu4dxsphBF/0AZZsyAHMrnM0yFcj5gZM1py6uQ==} + '@changesets/changelog-git@0.2.1': + resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} - '@changesets/cli@2.27.12': - resolution: {integrity: sha512-9o3fOfHYOvBnyEn0mcahB7wzaA3P4bGJf8PNqGit5PKaMEFdsRixik+txkrJWd2VX+O6wRFXpxQL8j/1ANKE9g==} + '@changesets/cli@2.28.1': + resolution: {integrity: sha512-PiIyGRmSc6JddQJe/W1hRPjiN4VrMvb2VfQ6Uydy2punBioQrsxppyG5WafinKcW1mT0jOe/wU4k9Zy5ff21AA==} hasBin: true - '@changesets/config@3.0.5': - resolution: {integrity: sha512-QyXLSSd10GquX7hY0Mt4yQFMEeqnO5z/XLpbIr4PAkNNoQNKwDyiSrx4yd749WddusH1v3OSiA0NRAYmH/APpQ==} + '@changesets/config@3.1.1': + resolution: {integrity: sha512-bd+3Ap2TKXxljCggI0mKPfzCQKeV/TU4yO2h2C6vAihIo8tzseAn2e7klSuiyYYXvgu53zMN1OeYMIQkaQoWnA==} '@changesets/errors@0.2.0': resolution: {integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==} - '@changesets/get-dependents-graph@2.1.2': - resolution: {integrity: sha512-sgcHRkiBY9i4zWYBwlVyAjEM9sAzs4wYVwJUdnbDLnVG3QwAaia1Mk5P8M7kraTOZN+vBET7n8KyB0YXCbFRLQ==} + '@changesets/get-dependents-graph@2.1.3': + resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==} - '@changesets/get-release-plan@4.0.6': - resolution: {integrity: sha512-FHRwBkY7Eili04Y5YMOZb0ezQzKikTka4wL753vfUA5COSebt7KThqiuCN9BewE4/qFGgF/5t3AuzXx1/UAY4w==} + '@changesets/get-release-plan@4.0.8': + resolution: {integrity: sha512-MM4mq2+DQU1ZT7nqxnpveDMTkMBLnwNX44cX7NSxlXmr7f8hO6/S2MXNiXG54uf/0nYnefv0cfy4Czf/ZL/EKQ==} '@changesets/get-version-range-type@0.4.0': resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} @@ -8455,26 +8455,26 @@ packages: '@changesets/logger@0.1.1': resolution: {integrity: sha512-OQtR36ZlnuTxKqoW4Sv6x5YIhOmClRd5pWsjZsddYxpWs517R0HkyiefQPIytCVh4ZcC5x9XaG8KTdd5iRQUfg==} - '@changesets/parse@0.4.0': - resolution: {integrity: sha512-TS/9KG2CdGXS27S+QxbZXgr8uPsP4yNJYb4BC2/NeFUj80Rni3TeD2qwWmabymxmrLo7JEsytXH1FbpKTbvivw==} + '@changesets/parse@0.4.1': + resolution: {integrity: sha512-iwksMs5Bf/wUItfcg+OXrEpravm5rEd9Bf4oyIPL4kVTmJQ7PNDSd6MDYkpSJR1pn7tz/k8Zf2DhTCqX08Ou+Q==} - '@changesets/pre@2.0.1': - resolution: {integrity: sha512-vvBJ/If4jKM4tPz9JdY2kGOgWmCowUYOi5Ycv8dyLnEE8FgpYYUo1mgJZxcdtGGP3aG8rAQulGLyyXGSLkIMTQ==} + '@changesets/pre@2.0.2': + resolution: {integrity: sha512-HaL/gEyFVvkf9KFg6484wR9s0qjAXlZ8qWPDkTyKF6+zqjBe/I2mygg3MbpZ++hdi0ToqNUF8cjj7fBy0dg8Ug==} - '@changesets/read@0.6.2': - resolution: {integrity: sha512-wjfQpJvryY3zD61p8jR87mJdyx2FIhEcdXhKUqkja87toMrP/3jtg/Yg29upN+N4Ckf525/uvV7a4tzBlpk6gg==} + '@changesets/read@0.6.3': + resolution: {integrity: sha512-9H4p/OuJ3jXEUTjaVGdQEhBdqoT2cO5Ts95JTFsQyawmKzpL8FnIeJSyhTDPW1MBRDnwZlHFEM9SpPwJDY5wIg==} - '@changesets/should-skip-package@0.1.1': - resolution: {integrity: sha512-H9LjLbF6mMHLtJIc/eHR9Na+MifJ3VxtgP/Y+XLn4BF7tDTEN1HNYtH6QMcjP1uxp9sjaFYmW8xqloaCi/ckTg==} + '@changesets/should-skip-package@0.1.2': + resolution: {integrity: sha512-qAK/WrqWLNCP22UDdBTMPH5f41elVDlsNyat180A33dWxuUDyNpg6fPi/FyTZwRriVjg0L8gnjJn2F9XAoF0qw==} '@changesets/types@4.1.0': resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} - '@changesets/types@6.0.0': - resolution: {integrity: sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==} + '@changesets/types@6.1.0': + resolution: {integrity: sha512-rKQcJ+o1nKNgeoYRHKOS07tAMNd3YSN0uHaJOZYjBAgxfV7TUE7JE+z4BzZdQwb5hKaYbayKN5KrYV7ODb2rAA==} - '@changesets/write@0.3.2': - resolution: {integrity: sha512-kDxDrPNpUgsjDbWBvUo27PzKX4gqeKOlhibaOXDJA6kuBisGqNHv/HwGJrAu8U/dSf8ZEFIeHIPtvSlZI1kULw==} + '@changesets/write@0.4.0': + resolution: {integrity: sha512-CdTLvIOPiCNuH71pyDu3rA+Q0n65cmAbXnwWH84rKGiFumFzkmHNT8KHTMEchcxN+Kl8I54xGUhJ7l3E7X396Q==} '@commitlint/cli@17.8.1': resolution: {integrity: sha512-ay+WbzQesE0Rv4EQKfNbSMiJJ12KdKTDzIt0tcK4k11FdsWmtwP0Kp1NWMOUswfIWo6Eb7p7Ln721Nx9FLNBjg==} @@ -9115,6 +9115,10 @@ packages: resolution: {integrity: sha512-OIqo9qF5qUl9Zlu7zV2aaX9PbtozRiFM6VPrn3PmIrNfYnCh3HyB/ojAp36oglz4+xVJ+mUqx4+aZmstN4ALpg==} engines: {node: '>=18.12'} + '@pnpm/catalogs.config@0.1.1': + resolution: {integrity: sha512-9djTcIYTeK3JpqB1EO57Bbd7hJyMhvYXCGzfMqypWgpJlpjKSgta6XrmcmqN+/NRhLO/l3AbF5hvfnXApYTq7Q==} + engines: {node: '>=18.12'} + '@pnpm/catalogs.protocol-parser@0.1.0': resolution: {integrity: sha512-T3WvT+IBHsoDwv8RBQo3b+SBnXTQMpHZ1Yo7tJWcImBzrkuc4eP7KYB/yGP240PNgyrvCTrnuImRX9MNZD5flg==} engines: {node: '>=18.12'} @@ -9123,6 +9127,10 @@ packages: resolution: {integrity: sha512-3S0JXQx/M2DDJdFzcoJFLXjkmhGFjYkFnR66VS/B07xTaZmQpclPp2vKL7PRI7JSliiN3Vt0ksuzYWHV2Lzsjg==} engines: {node: '>=18.12'} + '@pnpm/catalogs.resolver@0.1.1': + resolution: {integrity: sha512-xg7dOTLEcD8d5AcZMRYWrkSkQsl5lElCxdkeQpCEg6964H9oG71gU6gBJeJiNcaqY3RF8bWLo58ArvYWruNyrQ==} + engines: {node: '>=18.12'} + '@pnpm/catalogs.types@0.1.0': resolution: {integrity: sha512-i52GQCj77GqebPBmmxxTcBRYch8eIdXGC+1REkv//272YNMt5bv5Okq0DvtE8A8RkPurGxFdYVXuqqrTdgBZEw==} engines: {node: '>=18.12'} @@ -9131,12 +9139,22 @@ packages: resolution: {integrity: sha512-NCzIKUu1rCVXvflu9c9b8BqT5fdiSsCQw+ywBGP6fyET6L9YhoAFwsUf2+0JpCbLivo88IdKrqkQNyIFBFtrZw==} engines: {node: '>=18.12'} + '@pnpm/cli-meta@6.2.2': + resolution: {integrity: sha512-0U0F2/ycStOJcO62/Ut7cjTtrioSB2luj3O/ozvs2THJsMlxKBcUYUeD4KMUVkcQoe5f7BKWxcYyBkYGPD8isQ==} + engines: {node: '>=18.12'} + '@pnpm/cli-utils@4.0.1': resolution: {integrity: sha512-qiN1m4YPD+fqhQT8G+7YtJxsnF9SxM09XR/anG+z5t8z1mYRDELVKedEUlPk6vUsKGW1TY6OIJkbSoh+4GCXpw==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': ^5.0.0 + '@pnpm/cli-utils@4.0.9': + resolution: {integrity: sha512-ygbodtgLnWN5kUWcaHXS5/ZQqYmN47hiazxYxd6WsZB4XMQZlCgSlBS8p92yoj/wjbCr8OTjAV8Cgnu9f/MBVw==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + '@pnpm/colorize-semver-diff@1.0.1': resolution: {integrity: sha512-qP4E7mzmCBhB4so6szszeIdVDrcKGTTCxBazCKoiPUG34xLha6r57zJuFBkTmD65i3TB7++lf3BwpQruUwf/BQ==} engines: {node: '>=10'} @@ -9153,6 +9171,10 @@ packages: resolution: {integrity: sha512-/8Cb/onSMVu7X+txSagp9eltwP1mVxEEXrfCb8kT03NiAofvdqDVCqcPIaEbhn4EHr75BueQQzasxSNXxmQkAA==} engines: {node: '>=18.12'} + '@pnpm/config@21.8.6': + resolution: {integrity: sha512-IuZPHRkW136FrNfrdwTkw2wzekxMHDnhC/9sjkSz4HrCez2zfIOtDr0dqkkpAfCtruoPim9hi1YovMkhue6Mzg==} + engines: {node: '>=18.12'} + '@pnpm/constants@10.0.0': resolution: {integrity: sha512-dxIXcW1F1dxIGfye2JXE7Q8WVwYB0axVzdBOkvE1WKIVR4xjB8e6k/Dkjo7DpbyfW5Vu2k21p6dyM32YLSAWoQ==} engines: {node: '>=18.12'} @@ -9161,16 +9183,34 @@ packages: resolution: {integrity: sha512-yQosGUvYPpAjb1jOFcdbwekRjZRVxN6C0hHzfRCZrMKbxGjt/E0g0RcFlEDNVZ95tm4oMMcr7nEPa7H7LX3emw==} engines: {node: '>=18.12'} + '@pnpm/constants@9.0.0': + resolution: {integrity: sha512-cyZ12A7j1BzeQ9nr5HBdlSLxN1VWnCG/1xjdgDUL/WDlgmVa3k6TI2CktTHjR5w/rWbKudpIaMAmJJk9w+cTRQ==} + engines: {node: '>=18.12'} + '@pnpm/core-loggers@10.0.5': resolution: {integrity: sha512-HAgskgqFbBqq8xGzYdC5vnzB/AxER3Q1VshZeFpt5ex8u/IcnEyCIgp8A4m8TZ1FqG7BLmUZ7ws4XD/pcwNbYA==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': ^5.0.0 + '@pnpm/core-loggers@10.0.7': + resolution: {integrity: sha512-evM0PRk8Wz8pUQ+kSDgepLEA2Pm1jYMSiy7grjTiCx+8y89K8lMaycAemZk9BfZTr0m+/rBlwUZliDIEKWuisA==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + '@pnpm/crypto.base32-hash@3.0.0': resolution: {integrity: sha512-iGKP6rRKng5Tcad1+S+j3UoY5wVZN+z0ZgemlGp69jNgn6EaM4N0Q3mvnDNJ7UZFmL2ClXZZYLNuCk9pUYV3Xg==} engines: {node: '>=18.12'} + '@pnpm/crypto.base32-hash@3.0.1': + resolution: {integrity: sha512-DM4RR/tvB7tMb2FekL0Q97A5PCXNyEC+6ht8SaufAUFSJNxeozqHw9PHTZR03mzjziPzNQLOld0pNINBX3srtw==} + engines: {node: '>=18.12'} + + '@pnpm/crypto.polyfill@1.0.0': + resolution: {integrity: sha512-WbmsqqcUXKKaAF77ox1TQbpZiaQcr26myuMUu+WjUtoWYgD3VP6iKYEvSx35SZ6G2L316lu+pv+40A2GbWJc1w==} + engines: {node: '>=18.12'} + '@pnpm/dedupe.issues-renderer@2.0.0': resolution: {integrity: sha512-UFKcCGUtL+2vbjXPCdw5H3Y/xj6iqVS86ChJSZj6GVODNR+gWO9j0HYMYVBFiQVOIm/7p86Rudyrm3cxmIEmWw==} engines: {node: '>=18.12'} @@ -9185,10 +9225,24 @@ packages: peerDependencies: '@pnpm/logger': ^5.0.0 + '@pnpm/default-reporter@14.0.6': + resolution: {integrity: sha512-P3SR3K7DLpf5xGFLzxsIyy7SoJGlRsaBzBKIcBvsZIUe8OYR3f3qf5P5cLwieCPFK29Z7CAAcJCliZr9qFJflw==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + + '@pnpm/env.system-node-version@1.0.1': + resolution: {integrity: sha512-oRNq2uMkKye/8ujRAVbcW4qGL99E6bXP6BTjpN7o3IN1nBHuQ4uj/8g3PFJJMzw+80vH3QDMQUF41ABXJN0sRQ==} + engines: {node: '>=18.12'} + '@pnpm/error@6.0.1': resolution: {integrity: sha512-7yjO0RgmWYb4OKgcWC33yD4Z2CxE7Tm7vXX1SmS7GDifDT/bgZZhHeS2xq/+W6y9yhwIrRSA+7AlQL1NM2wIvw==} engines: {node: '>=18.12'} + '@pnpm/error@6.0.2': + resolution: {integrity: sha512-3/wWJYjUyO9ToLaZpBASYIBg87C4DBZ8yfzrt0cSCTbRFDBUNdH0dzwfVKEqhR7A9tpRMyeoRIzPUVxWc+U+RQ==} + engines: {node: '>=18.12'} + '@pnpm/error@6.0.3': resolution: {integrity: sha512-OIYhG7HQh4zUFh2s8/6bp7glVRjNxms7bpzXVOLV7pyRa+rSYFmqJ8zDsBC64k58nuaxS85Ip+SCDjFxsFGeOg==} engines: {node: '>=18.12'} @@ -9201,6 +9255,10 @@ packages: resolution: {integrity: sha512-f6LPAexXgHS9AUcKcGKOJRbrHM0m08JXtzeK+8Ijpq7omVTrjUNRXQRIPlp15ycqbAO9ppNtD5v8li+dtdGyYw==} engines: {node: '>=18.12'} + '@pnpm/fetcher-base@16.0.7': + resolution: {integrity: sha512-rIbfSa0XB9x75LRJsrMknmngwaxVHSSU9FL6IC2MwIE6dcrC240Daue4kzhwE/T9Iyzph6Egi/SR0VGzyBzcVA==} + engines: {node: '>=18.12'} + '@pnpm/find-workspace-dir@7.0.3': resolution: {integrity: sha512-eGjkyHSufkHyZ66WpygWnslcRePB0U1lJg1dF3rgWqTChpregYoDyNGDzK7l9Gk+CHVgGZZS5aWp7uKKVmAAEg==} engines: {node: '>=18.12'} @@ -9209,6 +9267,10 @@ packages: resolution: {integrity: sha512-ucwEzEiOXe8k8Ekg4PSRRx8Tq3xSK8gZ8ecCxscytdqVuShmsnZLcKasCSXc508w0mOPeQtsgvAGUWI6+VdRdA==} engines: {node: '>=18.12'} + '@pnpm/fs.find-packages@4.0.5': + resolution: {integrity: sha512-k1OUvdId9p2SFYsZajxNF6W3BT0HTCq/jcUJ6Yseu+pI2hSnMxhufOpQkHXvdPNK4Bqw0UtbbYEjb8t+k85Hag==} + engines: {node: '>=18.12'} + '@pnpm/fs.packlist@2.0.0': resolution: {integrity: sha512-oy5ynSgI13FxkwDj/iTSWcdJsoih0Fxr2TZjUfgp1z1oyoust8+OxqCMOrHovJEKToHdPQgFtO09KbH7lAlN0w==} engines: {node: '>=18.12'} @@ -9225,6 +9287,10 @@ packages: resolution: {integrity: sha512-7rFgjOnpHqCZeEEJZRGJBlwZL1On2ViiS/ogVroy9nCGZqtI++PbeHhCBqVQyKHwo6a7UWLJ5g1rLQdwUpuCGw==} engines: {node: '>=18.12'} + '@pnpm/hooks.types@2.0.9': + resolution: {integrity: sha512-tiDFwNcqeFwXi+PIImZOaPxWc4fpS6msXTua+4vHQTit7xrRoUAJSq0cHzoAzRc1XaoHrlhl4D4nvCBU7rx4Aw==} + engines: {node: '>=18.12'} + '@pnpm/hosted-git-info@1.0.0': resolution: {integrity: sha512-QzmNiLShTnNyeTHr+cykG5hYjwph0+v49KHV36Dh8uA2rRMWw30qoZMARuxd00SYdoTwT8bIouqqmzi6TWfJHQ==} engines: {node: '>=10'} @@ -9233,10 +9299,18 @@ packages: resolution: {integrity: sha512-o3rr7czGHQT6C4optU9yyqxFuEEaF+ihpI2/gmCEKaMfXNKGE+bsffsVHrorR7DmfxMVQ9btMrq7tocvETZgHA==} engines: {node: '>=18.12'} + '@pnpm/lockfile.types@1.0.3': + resolution: {integrity: sha512-A7vUWktnhDkrIs+WmXm7AdffJVyVYJpQUEouya/DYhB+Y+tQ3BXjZ6CV0KybqLgI/8AZErgCJqFxA0GJH6QDjA==} + engines: {node: '>=18.12'} + '@pnpm/log.group@3.0.0': resolution: {integrity: sha512-PRy5Ck1Jz0P6W7+cV4E1OQDnIQRKLkhrg+rvfPkGtk2TfJmuIZAvq25E8NUn5DMtODWZ1xG0Yro2jgMXUiz3tg==} engines: {node: '>=18.12'} + '@pnpm/logger@1000.0.0': + resolution: {integrity: sha512-v5WO9L4pT7ZjZpf7a/a3H3Xj59JPHNMFJwRS7m/01VMWrKjs89CdVIE5e/N6DwuzP750j0iKozTw6UrCVEfQjA==} + engines: {node: '>=18.12'} + '@pnpm/logger@5.2.0': resolution: {integrity: sha512-dCdSs2wPCweMkRLdISAKBOKSWeq/9iS9aanWgjoUkFs06KN2o5XGFg53oCXg/KbZhF9AXS3vMHPwTebzCeAEsA==} engines: {node: '>=18.12'} @@ -9245,6 +9319,10 @@ packages: resolution: {integrity: sha512-q1DWttEs7q+8MUo3Z55Bniyv1Po7E+TIf6VLzMgTkH9Z1GByPoO/fwltLZLdhmD1pqsqitAxNHJ4u+QBLdrkWg==} engines: {node: '>=18.12'} + '@pnpm/manifest-utils@6.0.9': + resolution: {integrity: sha512-UVWhZezZs5as/IHdX79b4j/e7rECuiazdigiutZw9O2OVLAaoKmNb4ThWxV1m45vRo41c5XS4Tannmns5IRRXQ==} + engines: {node: '>=18.12'} + '@pnpm/matcher@6.0.0': resolution: {integrity: sha512-c2diPZzejRYnL6b00Ko70TnOlbsqydUOvAjOZ7THTs0ptXG/AARcwNp9YO5EXFq775TTmsSUBo99qisYF1ogNA==} engines: {node: '>=18.12'} @@ -9283,6 +9361,10 @@ packages: resolution: {integrity: sha512-DqrO+oXGR7HCuicNy6quk6ALJSDDPKI7RZz1bP5im8mSL8J2e+9w26LdkjuAfpAjOutYUJVbnXnx4IbTQeIgfw==} engines: {node: '>=12'} + '@pnpm/npm-conf@2.3.1': + resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} + engines: {node: '>=12'} + '@pnpm/npm-conf@3.0.0': resolution: {integrity: sha512-LdFkv/+4ONkQ9ZyE8ihC2L2RcPjvNcOTQq6pvvvZp8KeDYATCJeJX7gpHZF3Bx1XvUSU35dyF9Q9dS+JShtOFA==} engines: {node: '>=12'} @@ -9307,6 +9389,12 @@ packages: resolution: {integrity: sha512-ad4jgJSzrR+jupsrcBC5NmbQOIrJHAZiZc4bBQfdrqeU8B7X/hA0sdOwC4UoWMvk2y+J9DwdNu8cH1t/EqGqPw==} engines: {node: '>=18.12'} + '@pnpm/package-is-installable@9.0.12': + resolution: {integrity: sha512-P3yl07RP1R47bN0nnT8QPHRnXOzcfpZkO1rMHx6XKGArBj2tNwfPxHW7Ij2cZGgYZNSGebZt45uFz+GVXvPSYQ==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + '@pnpm/package-is-installable@9.0.6': resolution: {integrity: sha512-QBt73RrkDMxen/B3MB8U1C8uhH1XXxn9fOBybk3YdEixVbdd/Wj/LhyvMvMb50/uCQP2OsWOrosqpcie6C+E7g==} engines: {node: '>=18.12'} @@ -9317,6 +9405,10 @@ packages: resolution: {integrity: sha512-RlNgiDIFNNK/4eTHOa549LYz51YCMiQroJEiUwCCWpOJlwPj+bIlcwpp9aOYGvH+ESjGIE5A9vfFFA6ilMPWKA==} engines: {node: '>=18.12'} + '@pnpm/parse-overrides@5.1.1': + resolution: {integrity: sha512-r5rYru63Gm33Q4qx3pbXOUnjE7IjJRQ2NJT6QGJpKe2PaqArFw3WGprZIGzApXXERRm88Lux6ofQKet28Gt1pQ==} + engines: {node: '>=18.12'} + '@pnpm/parse-wanted-dependency@6.0.0': resolution: {integrity: sha512-01hKf1qHKREZDOwa5wRXk01P+xBGOeZf/idg17si8ji7UWpdWEQkrUVmGfv3sT04XoiwIb7kaRiKPQT7ooB4fA==} engines: {node: '>=18.12'} @@ -9330,6 +9422,12 @@ packages: resolution: {integrity: sha512-juCdQCC1USqLcOhVPl1tYReoTO9YH4fTullMnFXXcmpsDM7Dkn3tzuOQKC3oPoJ2ozv+0EeWWMtMGqn2+IM3pQ==} engines: {node: '>=18.12'} + '@pnpm/pnpmfile@6.0.13': + resolution: {integrity: sha512-kDpybXK94Hq1lx+75PUsPqHVRKID4HDEnwcofpKGg6aCSs2Gb482UnFes3cSE+BVCYm2bVK5najSkiZIaRV71g==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + '@pnpm/pnpmfile@6.0.9': resolution: {integrity: sha512-NxoxKQzZ0/TFN07Q0+AYj+LdM1oP3VYEFIpL0MurO0RKTmulngQ/yv5tSfSNiCrd4/Dl2cdx9yi1s6YB8+ztXA==} engines: {node: '>=18.12'} @@ -9343,11 +9441,19 @@ packages: resolution: {integrity: sha512-LFTWzfJbu6+l86bw/uUAsPU05n1oTqg6jzqyTXYDJPfVclqTfPnHiZoC1nvVvQlE7iVg3bhJ7SXg9IyzK7RWDQ==} engines: {node: '>=18.12'} + '@pnpm/read-project-manifest@6.0.9': + resolution: {integrity: sha512-baFgIFtnGCGcWYzwDmGbRSPoolmC6l47uMXuJBRgmTVDDI/x9qJFZ8hFBugVVz4ALbPxA8ajS618WZ+gLla4/A==} + engines: {node: '>=18.12'} + '@pnpm/registry-mock@4.0.0': resolution: {integrity: sha512-jZTwFRF7hlTmlI6jiFEI8Mu6ZLPp86+I5QizHsctxbWdwgST6MO37p1l5BUAA7z5rTaNsjDeGDTlrm1xc7tZWg==} engines: {node: '>=18.12'} hasBin: true + '@pnpm/render-peer-issues@5.0.10': + resolution: {integrity: sha512-+w/ZSaCEOToZtQXniZoQnxwjgs6bL8R/8S1UOl6jnXrPr70ZtgAORfZle/vXVdbqef3T63ZiX9F9uGOMCNTghA==} + engines: {node: '>=18.12'} + '@pnpm/render-peer-issues@5.0.6': resolution: {integrity: sha512-vWYvhMYEKdR4I1VYlHbo7X1A50Ne+Tg9FJiymLiihoiDHk/rgwilV/NT7ErTYSBMQ1N6O+7MjJjY37MrcHjmKQ==} engines: {node: '>=18.12'} @@ -9356,6 +9462,10 @@ packages: resolution: {integrity: sha512-GS1FTXvo0/UqUQWw/kjpjZAgyxCYfwBJIoKK+QVbxOh3t4GdE/nO7zybU7iKaO5ga9KhjD+HWUk103h1rhrEoA==} engines: {node: '>=18.12'} + '@pnpm/resolver-base@13.0.4': + resolution: {integrity: sha512-d6GtsaXDN1VmVdeB6ohrhwGwQfvYpEX/XkBZyRT0Hp772WabWVfaulvicwdh/8o7Rpzy7IV/2hKnDpodUY00lw==} + engines: {node: '>=18.12'} + '@pnpm/self-installer@2.2.1': resolution: {integrity: sha512-aefLe96wAWghkx6q1PwbVS1Iz1iGE+HKwkTmtzWLFXeGhbknaIdG2voMwaBGIYGCSxm8sDKR1uLO4aRRAYuc+Q==} engines: {node: '>=4'} @@ -9372,6 +9482,10 @@ packages: resolution: {integrity: sha512-4Zk2+jeBBbpYgTFwqz8fUYPmnMBzonB9e0nPCj5iZydAHlevwzO4PG0FTg/SrSz1BDnors0umM4qMjClzdIIuA==} engines: {node: '>=18.12'} + '@pnpm/store-controller-types@18.1.6': + resolution: {integrity: sha512-XmNJkoprEg4m8enIJWF0aZHTH+vodl040z8V8Tww3ednxwcbd+JI15O6VzQN+c9E3UJfUa5U8iaTpndLaOTDTQ==} + engines: {node: '>=18.12'} + '@pnpm/tabtab@0.5.4': resolution: {integrity: sha512-bWLDlHsBlgKY/05wDN/V3ETcn5G2SV/SiA2ZmNvKGGlmVX4G5li7GRDhHcgYvHJHyJ8TUStqg2xtHmCs0UbAbg==} engines: {node: '>=18'} @@ -9391,6 +9505,10 @@ packages: resolution: {integrity: sha512-7iookhjwjR4YwszOcGSXS4iY0oDYCGZ1kKvkHiufk/hcs2Fqh34dS5p0K5mOilwAFKcdjbl8QyNDogcOmKf3pg==} engines: {node: '>=18.12'} + '@pnpm/types@12.2.0': + resolution: {integrity: sha512-5RtwWhX39j89/Tmyv2QSlpiNjErA357T/8r1Dkg+2lD3P7RuS7Xi2tChvmOC3VlezEFNcWnEGCOeKoGRkDuqFA==} + engines: {node: '>=18.12'} + '@pnpm/util.lex-comparator@3.0.0': resolution: {integrity: sha512-ead+l3IiuVXwKDf/QJPX6G93cwhXki3yOVEA/VdAO7AhZ5vUuSBxHe6gQKEbB0QacJ4H5VsYxeM1xUgwjjOO/Q==} engines: {node: '>=18.12'} @@ -9400,6 +9518,12 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true + '@pnpm/workspace.find-packages@4.0.14': + resolution: {integrity: sha512-y2pz6tUEFeiQ/Y9lTxswGlMbnHDiVaUq99gxC4vp0iZ4h+QnqpeN5yrUbQ4Iqkbzzm0gV4/PsePvGHXfWhzqUg==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^5.1.0 + '@pnpm/workspace.find-packages@4.0.6': resolution: {integrity: sha512-TTNCAaxnMO+J8ANTm1AIfTZEuW0OXy+h1djOINonT0FXLMhaH5JdZpf1vkb47m8jo8EvOwmfi9wpy47Wj8VW2g==} engines: {node: '>=18.12'} @@ -9410,10 +9534,22 @@ packages: resolution: {integrity: sha512-8rWN1LjG8qCqR32UcDVBBaXfmQhl1Ye698KB1L+MlJTa/S568UyQOfINdC8eL5ba6vggoDp4opgUcY8FoEdNhQ==} engines: {node: '>=18.12'} + '@pnpm/workspace.read-manifest@2.2.1': + resolution: {integrity: sha512-HdS8Q0nhOO5kBqDYbUFFRv6Zp2TMlaf7Zne8nmrp7xL3k2gi2UU16kmmV+cY5dmINsKslulHDHJIC59J7I+xZg==} + engines: {node: '>=18.12'} + + '@pnpm/workspace.read-manifest@2.2.2': + resolution: {integrity: sha512-ryiFUKQfu5sYAtX/jsYRHsTHoB6p6rNBZQkXODlmMczcGeIE78cuz1xf5+xS6Dq2CayiqImuSmCiWbT5uT90Nw==} + engines: {node: '>=18.12'} + '@pnpm/write-project-manifest@6.0.5': resolution: {integrity: sha512-JpiY/IoWFpIJxMUXv5Phxi+ft+Th3b2zffR/ml984SE++GwnrH9b47aqo998A8ffbLa6aaj8yQbErleMS/oy2g==} engines: {node: '>=18.12'} + '@pnpm/write-project-manifest@6.0.7': + resolution: {integrity: sha512-UbY9aXp39wVffFX4FZ35NwF9pnl+ccq5i1yaBKamNB1kC8dU7oB/FgFrCva5cC6ox1y5ynze2SB8fj7uF7+kCw==} + engines: {node: '>=18.12'} + '@postman/form-data@3.1.1': resolution: {integrity: sha512-vjh8Q2a8S6UCm/KKs31XFJqEEgmbjBmpPNVV2eVav6905wyFAwaUOBGA1NPBI4ERH9MMZc6w0umFgM6WbEPMdg==} engines: {node: '>= 6'} @@ -9554,8 +9690,8 @@ packages: '@types/http-cache-semantics@4.0.4': resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} - '@types/http-proxy@1.17.15': - resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==} + '@types/http-proxy@1.17.16': + resolution: {integrity: sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==} '@types/ini@1.3.31': resolution: {integrity: sha512-8ecxxaG4AlVEM1k9+BsziMw8UsX0qy3jYI1ad/71RrDZ+rdL6aZB0wLfAuflQiDhkD5o4yJ0uPK3OSUic3fG0w==} @@ -9596,8 +9732,8 @@ packages: '@types/lodash.throttle@4.1.7': resolution: {integrity: sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g==} - '@types/lodash@4.17.15': - resolution: {integrity: sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==} + '@types/lodash@4.17.16': + resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==} '@types/mdast@3.0.15': resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} @@ -9614,14 +9750,17 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@18.19.74': - resolution: {integrity: sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A==} + '@types/node@18.19.34': + resolution: {integrity: sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==} + + '@types/node@18.19.78': + resolution: {integrity: sha512-m1ilZCTwKLkk9rruBJXFeYN0Bc5SbjirwYX/Td3MqPfioYbgun3IvK/m8dQxMCnrPGZPg1kvXjp3SIekCN/ynw==} '@types/node@20.5.1': resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} - '@types/node@22.13.0': - resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} + '@types/node@22.13.8': + resolution: {integrity: sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -10303,8 +10442,8 @@ packages: resolution: {integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==} engines: {node: '>=8'} - call-bind-apply-helpers@1.0.1: - resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} + call-bind-apply-helpers@1.0.2: + resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} engines: {node: '>= 0.4'} call-bind@1.0.8: @@ -10347,8 +10486,8 @@ packages: resolution: {integrity: sha512-eOgiEWqjppB+3DN/5E82EQ8dTINus8d9GXMCbEsUnp2hcUIcXmBvzWmD3tXMk3CuBK0v+ddK9qw0EAF+JVRMjQ==} engines: {node: '>=10.13'} - caniuse-lite@1.0.30001696: - resolution: {integrity: sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==} + caniuse-lite@1.0.30001701: + resolution: {integrity: sha512-faRs/AW3jA9nTwmJBSO1PQ6L/EOgsB5HMQQq4iCu5zhPgVVgO/pZRHlmatwijZKetFw8/Pr4q6dEN8sJuq8qTw==} caseless@0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} @@ -10933,8 +11072,8 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.90: - resolution: {integrity: sha512-C3PN4aydfW91Natdyd449Kw+BzhLmof6tzy5W1pFC5SpQxVXT+oyiyOG9AgYYSN9OdA/ik3YkCrpwqI8ug5Tug==} + electron-to-chromium@1.5.109: + resolution: {integrity: sha512-AidaH9JETVRr9DIPGfp1kAarm/W6hRJTPuCnkF+2MqhF4KaAgRIcBc8nvjk+YMXZhwfISof/7WG29eS4iGxQLQ==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -11007,8 +11146,9 @@ packages: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} - es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + es-shim-unscopables@1.1.0: + resolution: {integrity: sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==} + engines: {node: '>= 0.4'} es-to-primitive@1.3.0: resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} @@ -11214,8 +11354,8 @@ packages: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + exponential-backoff@3.1.2: + resolution: {integrity: sha512-8QxYTVXUkuy7fIIoitQkPwGonB8F3Zj8eEO8Sqg9Zv/bkI7RJAzowee4gr81Hak/dUTpA2Z7VfQgoijjPNlUZA==} express-rate-limit@5.5.1: resolution: {integrity: sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg==} @@ -11245,6 +11385,10 @@ packages: resolution: {integrity: sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==} engines: {node: '>=6.0.0'} + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + fast-glob@3.3.3: resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} engines: {node: '>=8.6.0'} @@ -11273,8 +11417,8 @@ packages: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} - fastq@1.19.0: - resolution: {integrity: sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==} + fastq@1.19.1: + resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} fb-watchman@2.0.2: resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} @@ -11334,8 +11478,8 @@ packages: find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} - find-up-simple@1.0.0: - resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==} + find-up-simple@1.0.1: + resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==} engines: {node: '>=18'} find-up@4.1.0: @@ -11372,8 +11516,8 @@ packages: flatstr@1.0.12: resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} - flatted@3.3.2: - resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} + flatted@3.3.3: + resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} flush-write-stream@1.1.1: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} @@ -11387,16 +11531,16 @@ packages: debug: optional: true - for-each@0.3.4: - resolution: {integrity: sha512-kKaIINnFpzW6ffJNDjjyjrk21BkDx38c0xa/klsT8VzLCaMEefv4ZTacrcVR4DmgTeBra++jMDAfS/tS799YDw==} + for-each@0.3.5: + resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} engines: {node: '>= 0.4'} foreground-child@2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} - foreground-child@3.3.0: - resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + foreground-child@3.3.1: + resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} engines: {node: '>=14'} forever-agent@0.6.1: @@ -11501,8 +11645,8 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-intrinsic@1.2.7: - resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} + get-intrinsic@1.3.0: + resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} engines: {node: '>= 0.4'} get-npm-tarball-url@2.1.0: @@ -11784,8 +11928,9 @@ packages: https-proxy-server-express@0.1.2: resolution: {integrity: sha512-wG6/7qwT/DVwI2PW428uoanIjfq5VsfdauROg8HVPSvrXfS8CEoKGkmilanBX8kzUgj145ab3da2Qvci3UbQhw==} - human-id@1.0.2: - resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} + human-id@4.1.1: + resolution: {integrity: sha512-3gKm/gCSUipeLsRYZbbdA1BD83lBoWUkZ7G9VFrhWPAU76KwYo5KR8V28bpoPm/ygy0x5/GCbpRQdY7VLYCoIg==} + hasBin: true human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} @@ -11918,8 +12063,8 @@ packages: resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} engines: {node: '>= 0.4'} - is-boolean-object@1.2.1: - resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + is-boolean-object@1.2.2: + resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} is-buffer@1.1.6: @@ -12115,8 +12260,8 @@ packages: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} - is-weakref@1.1.0: - resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + is-weakref@1.1.1: + resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} engines: {node: '>= 0.4'} is-weakset@2.0.4: @@ -12744,8 +12889,8 @@ packages: resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} engines: {node: '>=16 || 14 >=14.17'} - minipass-fetch@4.0.0: - resolution: {integrity: sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==} + minipass-fetch@4.0.1: + resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} engines: {node: ^18.17.0 || >=20.5.0} minipass-flush@1.0.5: @@ -12904,8 +13049,8 @@ packages: resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} hasBin: true - node-gyp@11.0.0: - resolution: {integrity: sha512-zQS+9MTTeCMgY0F3cWPyJyRFAkVltQ1uXm+xXu/ES6KFgC6Czo1Seb9vQW2wNxSX2OrDTiqL0ojtkFxBQ0ypIw==} + node-gyp@11.1.0: + resolution: {integrity: sha512-/+7TuHKnBpnMvUQnsYEb0JOozDZqarQbfNuSGLXIjhStMT0fbw7IdSqWgopOP5xhRZE+lsbIvAHcekddruPZgQ==} engines: {node: ^18.17.0 || >=20.5.0} hasBin: true @@ -12974,8 +13119,9 @@ packages: resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-package-arg@6.1.1: - resolution: {integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==} + npm-package-arg@8.1.5: + resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==} + engines: {node: '>=10'} npm-packlist@5.1.3: resolution: {integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==} @@ -13005,8 +13151,8 @@ packages: resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} engines: {node: '>= 6'} - object-inspect@1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + object-inspect@1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} object-keys@1.1.1: @@ -13063,18 +13209,10 @@ packages: ordered-read-streams@1.0.1: resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} - os-homedir@1.0.2: - resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} - engines: {node: '>=0.10.0'} - os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - osenv@0.1.5: - resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} - deprecated: This package is no longer supported. - outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} @@ -13185,8 +13323,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-manager-detector@0.2.9: - resolution: {integrity: sha512-+vYvA/Y31l8Zk8dwxHhL3JfTuHPm6tlxM2A3GeQyl7ovYnSp1+mzAxClxaOr0qO1TtPxbQxetI7v5XqKLJZk7Q==} + package-manager-detector@0.2.10: + resolution: {integrity: sha512-1wlNZK7HW+UE3eGCcMv3hDaYokhspuIeH6enXSnCL1eEZSVDsy/dYwo/4CczhUsrKLA1SSXB+qce8Glw5DEVtw==} parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -13314,8 +13452,8 @@ packages: resolution: {integrity: sha512-8xCNE/aT/EXKenuMDZ+xTVwkT8gsoHN2z/Q29l80u0ppGEXVvsKRzNMbtKhg8LS8k1tJLAHHylf6p4VFmP6XUQ==} engines: {node: '>= 0.4.0'} - possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + possible-typed-array-names@1.1.0: + resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} postman-request@2.88.1-postman.40: @@ -13370,8 +13508,8 @@ packages: resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} engines: {node: ^18.17.0 || >=20.5.0} - proc-output@1.0.8: - resolution: {integrity: sha512-d5v2wFTIrfE7eyt5KqB+CwsaBAmYqKIVNZv3R3Hya96gImHm2Aul+x6MZHRaKI7Ijpr9cg3RiOCY6s1O4SvzFQ==} + proc-output@1.0.9: + resolution: {integrity: sha512-XARWwM2pPNU/U8V4OuQNQLyjFqvHk1FRB5sFd1CCyT2vLLfDlLRLE4f6njcvm4Kyek1VzvF8MQRAYK1uLOlZmw==} process-exists@4.1.0: resolution: {integrity: sha512-BBJoiorUKoP2AuM5q/yKwIfT1YWRHsaxjW+Ayu9erLhqKOfnXzzVVML0XTYoQZuI1YvcWKmc1dh06DEy4+KzfA==} @@ -13459,6 +13597,9 @@ packages: resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} engines: {node: '>=0.6'} + quansync@0.2.6: + resolution: {integrity: sha512-u3TuxVTuJtkTxKGk5oZ7K2/o+l0/cC6J8SOyaaSnrnroqvcVy7xBxtvBUyd+Xa8cGoCr87XmQj4NR6W+zbqH8w==} + querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} @@ -13678,8 +13819,8 @@ packages: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} - reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + reusify@1.1.0: + resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} rfc4648@1.5.4: @@ -13733,6 +13874,9 @@ packages: rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + rxjs@7.8.2: + resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} + safe-array-concat@1.1.3: resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} engines: {node: '>=0.4'} @@ -13785,11 +13929,6 @@ packages: engines: {node: '>=10'} hasBin: true - semver@7.7.0: - resolution: {integrity: sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==} - engines: {node: '>=10'} - hasBin: true - semver@7.7.1: resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} engines: {node: '>=10'} @@ -13916,8 +14055,8 @@ packages: resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} engines: {node: '>= 14'} - socks@2.8.3: - resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + socks@2.8.4: + resolution: {integrity: sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==} engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} sonic-boom@1.4.1: @@ -13951,8 +14090,8 @@ packages: spawndamnit@3.0.1: resolution: {integrity: sha512-MmnduQUuHCoFckZoWnXsTg7JaiLBJrKFj9UI2MbRPGaJeVpsLcVBu6P/IGZovziM/YBsellCmsprgNA+w0CzVg==} - spawno@2.1.1: - resolution: {integrity: sha512-/UJDjmo2yOuFhsjzliYRKE91hxUSijuqRBNpcHyfwKA4y9cEKXDA1OLW7oOh7gNm2wvqJj9yN4rEltuT53pb1Q==} + spawno@2.1.2: + resolution: {integrity: sha512-3QmgamuN/bF8zdy7hZaL+dzRYaakJh6UM6zfaS0hLEmVf77rmnFBIayikbLXrqLy8rIVsqKr3npm/14mGKBfOQ==} spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -14496,8 +14635,8 @@ packages: resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} engines: {node: '>=8'} - update-browserslist-db@1.1.2: - resolution: {integrity: sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==} + update-browserslist-db@1.1.3: + resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -14814,20 +14953,20 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.5': {} + '@babel/compat-data@7.26.8': {} - '@babel/core@7.26.7': + '@babel/core@7.26.9': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 + '@babel/generator': 7.26.9 '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7) - '@babel/helpers': 7.26.7 - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/template': 7.25.9 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) + '@babel/helpers': 7.26.9 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/template': 7.26.9 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 convert-source-map: 2.0.0 debug: 4.4.0 gensync: 1.0.0-beta.2 @@ -14838,86 +14977,86 @@ snapshots: '@babel/generator@7.23.0': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - '@babel/generator@7.26.5': + '@babel/generator@7.26.9': dependencies: - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/types': 7.26.7 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/types': 7.26.9 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.25.9': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.9 '@babel/helper-compilation-targets@7.26.5': dependencies: - '@babel/compat-data': 7.26.5 + '@babel/compat-data': 7.26.8 '@babel/helper-validator-option': 7.25.9 browserslist: 4.24.4 lru-cache: 5.1.1 semver: 7.7.1 - '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.26.7)': + '@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.7) + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.9) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.9 semver: 7.7.1 transitivePeerDependencies: - supports-color '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.7)': + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.9 '@babel/helper-plugin-utils@7.26.5': {} - '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.7)': + '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color @@ -14927,151 +15066,151 @@ snapshots: '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.7': + '@babel/helpers@7.26.9': dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/template': 7.26.9 + '@babel/types': 7.26.9 '@babel/parser@7.23.0(@babel/types@7.23.0)': dependencies: '@babel/types': 7.23.0 - '@babel/parser@7.26.7(@babel/types@7.26.7)': + '@babel/parser@7.26.9(@babel/types@7.26.9)': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.9 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.7)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.7)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.7)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.7)': + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.7)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.7)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.7)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.7)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.7)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.7)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.7)': + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.7)': + '@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.7) + '@babel/core': 7.26.9 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-typescript@7.26.7(@babel/core@7.26.7)': + '@babel/plugin-transform-typescript@7.26.8(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.26.7) + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.26.9) '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.7) + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.9) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.26.0(@babel/core@7.26.7)': + '@babel/preset-typescript@7.26.0(@babel/core@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.7) - '@babel/plugin-transform-typescript': 7.26.7(@babel/core@7.26.7) + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9) + '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.26.9) + '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.9) transitivePeerDependencies: - supports-color - '@babel/runtime@7.26.7': + '@babel/runtime@7.26.9': dependencies: regenerator-runtime: 0.14.1 - '@babel/template@7.25.9': + '@babel/template@7.26.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/types': 7.26.7 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/types': 7.26.9 - '@babel/traverse@7.26.7': + '@babel/traverse@7.26.9': dependencies: '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.5 - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/generator': 7.26.9 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/template': 7.26.9 + '@babel/types': 7.26.9 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: @@ -15083,20 +15222,20 @@ snapshots: '@babel/helper-validator-identifier': 7.25.9 to-fast-properties: 2.0.0 - '@babel/types@7.26.7': + '@babel/types@7.26.9': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 '@bcoe/v8-coverage@0.2.3': {} - '@changesets/apply-release-plan@7.0.8': + '@changesets/apply-release-plan@7.0.10': dependencies: - '@changesets/config': 3.0.5 + '@changesets/config': 3.1.1 '@changesets/get-version-range-type': 0.4.0 '@changesets/git': 3.0.2 - '@changesets/should-skip-package': 0.1.1 - '@changesets/types': 6.0.0 + '@changesets/should-skip-package': 0.1.2 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 @@ -15106,35 +15245,35 @@ snapshots: resolve-from: 5.0.0 semver: 7.7.1 - '@changesets/assemble-release-plan@6.0.5': + '@changesets/assemble-release-plan@6.0.6': dependencies: '@changesets/errors': 0.2.0 - '@changesets/get-dependents-graph': 2.1.2 - '@changesets/should-skip-package': 0.1.1 - '@changesets/types': 6.0.0 + '@changesets/get-dependents-graph': 2.1.3 + '@changesets/should-skip-package': 0.1.2 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 semver: 7.7.1 - '@changesets/changelog-git@0.2.0': + '@changesets/changelog-git@0.2.1': dependencies: - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 - '@changesets/cli@2.27.12': + '@changesets/cli@2.28.1': dependencies: - '@changesets/apply-release-plan': 7.0.8 - '@changesets/assemble-release-plan': 6.0.5 - '@changesets/changelog-git': 0.2.0 - '@changesets/config': 3.0.5 + '@changesets/apply-release-plan': 7.0.10 + '@changesets/assemble-release-plan': 6.0.6 + '@changesets/changelog-git': 0.2.1 + '@changesets/config': 3.1.1 '@changesets/errors': 0.2.0 - '@changesets/get-dependents-graph': 2.1.2 - '@changesets/get-release-plan': 4.0.6 + '@changesets/get-dependents-graph': 2.1.3 + '@changesets/get-release-plan': 4.0.8 '@changesets/git': 3.0.2 '@changesets/logger': 0.1.1 - '@changesets/pre': 2.0.1 - '@changesets/read': 0.6.2 - '@changesets/should-skip-package': 0.1.1 - '@changesets/types': 6.0.0 - '@changesets/write': 0.3.2 + '@changesets/pre': 2.0.2 + '@changesets/read': 0.6.3 + '@changesets/should-skip-package': 0.1.2 + '@changesets/types': 6.1.0 + '@changesets/write': 0.4.0 '@manypkg/get-packages': 1.1.3 ansi-colors: 4.1.3 ci-info: 3.9.0 @@ -15143,19 +15282,19 @@ snapshots: fs-extra: 7.0.1 mri: 1.2.0 p-limit: 2.3.0 - package-manager-detector: 0.2.9 + package-manager-detector: 0.2.10 picocolors: 1.1.1 resolve-from: 5.0.0 semver: 7.7.1 spawndamnit: 3.0.1 term-size: 2.2.1 - '@changesets/config@3.0.5': + '@changesets/config@3.1.1': dependencies: '@changesets/errors': 0.2.0 - '@changesets/get-dependents-graph': 2.1.2 + '@changesets/get-dependents-graph': 2.1.3 '@changesets/logger': 0.1.1 - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.8 @@ -15164,20 +15303,20 @@ snapshots: dependencies: extendable-error: 0.1.7 - '@changesets/get-dependents-graph@2.1.2': + '@changesets/get-dependents-graph@2.1.3': dependencies: - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 picocolors: 1.1.1 semver: 7.7.1 - '@changesets/get-release-plan@4.0.6': + '@changesets/get-release-plan@4.0.8': dependencies: - '@changesets/assemble-release-plan': 6.0.5 - '@changesets/config': 3.0.5 - '@changesets/pre': 2.0.1 - '@changesets/read': 0.6.2 - '@changesets/types': 6.0.0 + '@changesets/assemble-release-plan': 6.0.6 + '@changesets/config': 3.1.1 + '@changesets/pre': 2.0.2 + '@changesets/read': 0.6.3 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 '@changesets/get-version-range-type@0.4.0': {} @@ -15194,42 +15333,42 @@ snapshots: dependencies: picocolors: 1.1.1 - '@changesets/parse@0.4.0': + '@changesets/parse@0.4.1': dependencies: - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 js-yaml: 3.14.1 - '@changesets/pre@2.0.1': + '@changesets/pre@2.0.2': dependencies: '@changesets/errors': 0.2.0 - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - '@changesets/read@0.6.2': + '@changesets/read@0.6.3': dependencies: '@changesets/git': 3.0.2 '@changesets/logger': 0.1.1 - '@changesets/parse': 0.4.0 - '@changesets/types': 6.0.0 + '@changesets/parse': 0.4.1 + '@changesets/types': 6.1.0 fs-extra: 7.0.1 p-filter: 2.1.0 picocolors: 1.1.1 - '@changesets/should-skip-package@0.1.1': + '@changesets/should-skip-package@0.1.2': dependencies: - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 '@changesets/types@4.1.0': {} - '@changesets/types@6.0.0': {} + '@changesets/types@6.1.0': {} - '@changesets/write@0.3.2': + '@changesets/write@0.4.0': dependencies: - '@changesets/types': 6.0.0 + '@changesets/types': 6.1.0 fs-extra: 7.0.1 - human-id: 1.0.2 + human-id: 4.1.1 prettier: 2.8.8 '@commitlint/cli@17.8.1': @@ -15294,7 +15433,7 @@ snapshots: '@types/node': 20.5.1 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.5.4) - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.5.4))(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4))(typescript@5.5.4) + cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.5.4))(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4))(typescript@5.5.4) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -15737,34 +15876,34 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(@babel/types@7.26.7)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4))': + '@jest/core@29.7.0(@babel/types@7.26.9)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4))': dependencies: '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0(@babel/types@7.26.7) + '@jest/reporters': 29.7.0(@babel/types@7.26.9) '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) jest-changed-files: 29.7.0 - jest-config: 29.7.0(@babel/types@7.26.7)(@types/node@22.13.0)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + jest-config: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 jest-resolve: 29.7.0 jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0(@babel/types@7.26.7) - jest-runtime: 29.7.0(@babel/types@7.26.7) + jest-runner: 29.7.0(@babel/types@7.26.9) + jest-runtime: 29.7.0(@babel/types@7.26.9) jest-snapshot: 29.7.0 jest-util: 29.7.0 jest-validate: 29.7.0 @@ -15783,7 +15922,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -15801,7 +15940,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 22.13.0 + '@types/node': 18.19.34 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -15815,22 +15954,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@jest/reporters@29.7.0(@babel/types@7.26.7)': + '@jest/reporters@29.7.0(@babel/types@7.26.9)': dependencies: '@bcoe/v8-coverage': 0.2.3 '@jest/console': 29.7.0 '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) istanbul-lib-coverage: 3.2.2 - istanbul-lib-instrument: 6.0.3(@babel/types@7.26.7) + istanbul-lib-instrument: 6.0.3(@babel/types@7.26.9) istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 istanbul-reports: '@zkochan/istanbul-reports@3.0.2' @@ -15869,12 +16008,12 @@ snapshots: jest-haste-map: 29.7.0 slash: 3.0.0 - '@jest/transform@29.7.0(@babel/types@7.26.7)': + '@jest/transform@29.7.0(@babel/types@7.26.9)': dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - babel-plugin-istanbul: 6.1.1(@babel/types@7.26.7) + babel-plugin-istanbul: 6.1.1(@babel/types@7.26.9) chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 @@ -15895,7 +16034,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 22.13.0 + '@types/node': 18.19.34 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -15923,14 +16062,14 @@ snapshots: '@manypkg/find-root@1.1.0': dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.26.9 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 '@manypkg/get-packages@1.1.3': dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.26.9 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -15947,7 +16086,7 @@ snapshots: '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.19.0 + fastq: 1.19.1 '@npmcli/agent@3.0.0': dependencies: @@ -15974,12 +16113,21 @@ snapshots: dependencies: '@pnpm/error': 6.0.1 + '@pnpm/catalogs.config@0.1.1': + dependencies: + '@pnpm/error': 6.0.2 + '@pnpm/catalogs.protocol-parser@0.1.0': {} '@pnpm/catalogs.resolver@0.1.0': dependencies: '@pnpm/catalogs.protocol-parser': 0.1.0 - '@pnpm/error': 6.0.3 + '@pnpm/error': 6.0.1 + + '@pnpm/catalogs.resolver@0.1.1': + dependencies: + '@pnpm/catalogs.protocol-parser': 0.1.0 + '@pnpm/error': 6.0.2 '@pnpm/catalogs.types@0.1.0': {} @@ -15988,6 +16136,11 @@ snapshots: '@pnpm/types': 12.0.0 load-json-file: 6.2.0 + '@pnpm/cli-meta@6.2.2': + dependencies: + '@pnpm/types': 12.2.0 + load-json-file: 6.2.0 + '@pnpm/cli-utils@4.0.1(@pnpm/logger@5.2.0)': dependencies: '@pnpm/cli-meta': 6.1.0 @@ -16002,6 +16155,20 @@ snapshots: chalk: 4.1.2 load-json-file: 6.2.0 + '@pnpm/cli-utils@4.0.9(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/cli-meta': 6.2.2 + '@pnpm/config': 21.8.6(@pnpm/logger@5.2.0) + '@pnpm/default-reporter': 14.0.6(@pnpm/logger@5.2.0) + '@pnpm/error': 6.0.2 + '@pnpm/logger': 5.2.0 + '@pnpm/manifest-utils': 6.0.9(@pnpm/logger@5.2.0) + '@pnpm/package-is-installable': 9.0.12(@pnpm/logger@5.2.0) + '@pnpm/read-project-manifest': 6.0.9 + '@pnpm/types': 12.2.0 + chalk: 4.1.2 + load-json-file: 6.2.0 + '@pnpm/colorize-semver-diff@1.0.1': dependencies: chalk: 4.1.2 @@ -16040,19 +16207,63 @@ snapshots: transitivePeerDependencies: - '@pnpm/logger' + '@pnpm/config@21.8.6(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/catalogs.config': 0.1.1 + '@pnpm/catalogs.types': 0.1.0 + '@pnpm/config.env-replace': 3.0.0 + '@pnpm/constants': 9.0.0 + '@pnpm/error': 6.0.2 + '@pnpm/git-utils': 2.0.0 + '@pnpm/matcher': 6.0.0 + '@pnpm/npm-conf': 2.3.1 + '@pnpm/pnpmfile': 6.0.13(@pnpm/logger@5.2.0) + '@pnpm/read-project-manifest': 6.0.9 + '@pnpm/types': 12.2.0 + '@pnpm/workspace.read-manifest': 2.2.1 + better-path-resolve: 1.0.0 + camelcase: 6.3.0 + camelcase-keys: 6.2.2 + can-write-to-dir: 1.1.1 + is-subdir: 1.2.0 + is-windows: 1.0.2 + normalize-registry-url: 2.0.0 + path-absolute: 1.0.1 + path-name: 1.0.0 + ramda: '@pnpm/ramda@0.28.1' + read-ini-file: 4.0.0 + realpath-missing: 1.1.0 + which: '@pnpm/which@3.0.1' + transitivePeerDependencies: + - '@pnpm/logger' + '@pnpm/constants@10.0.0': {} '@pnpm/constants@8.0.0': {} + '@pnpm/constants@9.0.0': {} + '@pnpm/core-loggers@10.0.5(@pnpm/logger@5.2.0)': dependencies: '@pnpm/logger': 5.2.0 '@pnpm/types': 12.0.0 + '@pnpm/core-loggers@10.0.7(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/logger': 5.2.0 + '@pnpm/types': 12.2.0 + '@pnpm/crypto.base32-hash@3.0.0': dependencies: rfc4648: 1.5.4 + '@pnpm/crypto.base32-hash@3.0.1': + dependencies: + '@pnpm/crypto.polyfill': 1.0.0 + rfc4648: 1.5.4 + + '@pnpm/crypto.polyfill@1.0.0': {} + '@pnpm/dedupe.issues-renderer@2.0.0': dependencies: '@pnpm/dedupe.types': 2.0.0 @@ -16080,15 +16291,49 @@ snapshots: pretty-bytes: 5.6.0 pretty-ms: 7.0.1 ramda: '@pnpm/ramda@0.28.1' - rxjs: 7.8.1 + rxjs: 7.8.2 semver: 7.7.1 stacktracey: 2.1.8 string-length: 4.0.2 + '@pnpm/default-reporter@14.0.6(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/cli-meta': 6.2.2 + '@pnpm/config': 21.8.6(@pnpm/logger@5.2.0) + '@pnpm/core-loggers': 10.0.7(@pnpm/logger@5.2.0) + '@pnpm/dedupe.issues-renderer': 2.0.0 + '@pnpm/dedupe.types': 2.0.0 + '@pnpm/error': 6.0.2 + '@pnpm/logger': 5.2.0 + '@pnpm/render-peer-issues': 5.0.10 + '@pnpm/types': 12.2.0 + ansi-diff: 1.2.0 + boxen: 5.1.2 + chalk: 4.1.2 + cli-truncate: 2.1.0 + normalize-path: 3.0.0 + pretty-bytes: 5.6.0 + pretty-ms: 7.0.1 + ramda: '@pnpm/ramda@0.28.1' + rxjs: 7.8.2 + semver: 7.7.1 + stacktracey: 2.1.8 + string-length: 4.0.2 + + '@pnpm/env.system-node-version@1.0.1': + dependencies: + '@pnpm/cli-meta': 6.2.2 + execa: safe-execa@0.1.2 + mem: 8.1.1 + '@pnpm/error@6.0.1': dependencies: '@pnpm/constants': 8.0.0 + '@pnpm/error@6.0.2': + dependencies: + '@pnpm/constants': 9.0.0 + '@pnpm/error@6.0.3': dependencies: '@pnpm/constants': 10.0.0 @@ -16105,6 +16350,12 @@ snapshots: '@pnpm/types': 12.0.0 '@types/ssri': 7.1.5 + '@pnpm/fetcher-base@16.0.7': + dependencies: + '@pnpm/resolver-base': 13.0.4 + '@pnpm/types': 12.2.0 + '@types/ssri': 7.1.5 + '@pnpm/find-workspace-dir@7.0.3': dependencies: '@pnpm/error': 6.0.3 @@ -16115,6 +16366,14 @@ snapshots: '@pnpm/read-project-manifest': 6.0.6 '@pnpm/types': 12.0.0 '@pnpm/util.lex-comparator': 3.0.0 + fast-glob: 3.3.2 + p-filter: 2.1.0 + + '@pnpm/fs.find-packages@4.0.5': + dependencies: + '@pnpm/read-project-manifest': 6.0.9 + '@pnpm/types': 12.2.0 + '@pnpm/util.lex-comparator': 3.0.0 fast-glob: 3.3.3 p-filter: 2.1.0 @@ -16135,6 +16394,11 @@ snapshots: '@pnpm/lockfile.types': 1.0.1 '@pnpm/types': 12.0.0 + '@pnpm/hooks.types@2.0.9': + dependencies: + '@pnpm/lockfile.types': 1.0.3 + '@pnpm/types': 12.2.0 + '@pnpm/hosted-git-info@1.0.0': dependencies: lru-cache: 6.0.0 @@ -16144,10 +16408,20 @@ snapshots: '@pnpm/patching.types': 1.0.0 '@pnpm/types': 12.0.0 + '@pnpm/lockfile.types@1.0.3': + dependencies: + '@pnpm/patching.types': 1.0.0 + '@pnpm/types': 12.2.0 + '@pnpm/log.group@3.0.0': dependencies: ci-info: 3.9.0 + '@pnpm/logger@1000.0.0': + dependencies: + bole: 5.0.17 + ndjson: 2.0.0 + '@pnpm/logger@5.2.0': dependencies: bole: 5.0.17 @@ -16161,6 +16435,14 @@ snapshots: transitivePeerDependencies: - '@pnpm/logger' + '@pnpm/manifest-utils@6.0.9(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/core-loggers': 10.0.7(@pnpm/logger@5.2.0) + '@pnpm/error': 6.0.2 + '@pnpm/types': 12.2.0 + transitivePeerDependencies: + - '@pnpm/logger' + '@pnpm/matcher@6.0.0': dependencies: escape-string-regexp: 4.0.0 @@ -16170,8 +16452,8 @@ snapshots: '@pnpm/find-workspace-dir': 7.0.3 '@pnpm/logger': 5.2.0 '@pnpm/types': 11.1.0 - '@pnpm/workspace.find-packages': 4.0.6(@pnpm/logger@5.2.0) - '@pnpm/workspace.read-manifest': 2.2.0 + '@pnpm/workspace.find-packages': 4.0.14(@pnpm/logger@5.2.0) + '@pnpm/workspace.read-manifest': 2.2.2 load-json-file: 7.0.1 meow: 11.0.0 print-diff: 2.0.0 @@ -16222,6 +16504,12 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 + '@pnpm/npm-conf@2.3.1': + dependencies: + '@pnpm/config.env-replace': 1.1.0 + '@pnpm/network.ca-file': 1.0.2 + config-chain: 1.1.13 + '@pnpm/npm-conf@3.0.0': dependencies: '@pnpm/config.env-replace': 1.1.0 @@ -16233,7 +16521,7 @@ snapshots: '@pnpm/byline': 1.0.0 '@pnpm/error': 6.0.3 '@yarnpkg/shell': 4.0.0(typanion@3.14.0) - node-gyp: 11.0.0 + node-gyp: 11.1.0 resolve-from: 5.0.0 slide: 1.1.6 uid-number: 0.0.6 @@ -16264,6 +16552,19 @@ snapshots: '@pnpm/os.env.path-extender-posix': 2.0.0 '@pnpm/os.env.path-extender-windows': 2.0.0 + '@pnpm/package-is-installable@9.0.12(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/cli-meta': 6.2.2 + '@pnpm/core-loggers': 10.0.7(@pnpm/logger@5.2.0) + '@pnpm/env.system-node-version': 1.0.1 + '@pnpm/error': 6.0.2 + '@pnpm/logger': 5.2.0 + '@pnpm/types': 12.2.0 + detect-libc: 2.0.3 + execa: safe-execa@0.1.2 + mem: 8.1.1 + semver: 7.7.1 + '@pnpm/package-is-installable@9.0.6(@pnpm/logger@5.2.0)': dependencies: '@pnpm/cli-meta': 6.1.0 @@ -16283,6 +16584,13 @@ snapshots: '@pnpm/error': 6.0.1 '@pnpm/parse-wanted-dependency': 6.0.0 + '@pnpm/parse-overrides@5.1.1': + dependencies: + '@pnpm/catalogs.resolver': 0.1.1 + '@pnpm/catalogs.types': 0.1.0 + '@pnpm/error': 6.0.2 + '@pnpm/parse-wanted-dependency': 6.0.0 + '@pnpm/parse-wanted-dependency@6.0.0': dependencies: validate-npm-package-name: 5.0.0 @@ -16306,6 +16614,19 @@ snapshots: '@pnpm/patching.types@1.0.0': {} + '@pnpm/pnpmfile@6.0.13(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/core-loggers': 10.0.7(@pnpm/logger@5.2.0) + '@pnpm/crypto.base32-hash': 3.0.1 + '@pnpm/error': 6.0.2 + '@pnpm/hooks.types': 2.0.9 + '@pnpm/lockfile.types': 1.0.3 + '@pnpm/logger': 5.2.0 + '@pnpm/store-controller-types': 18.1.6 + '@pnpm/types': 12.2.0 + chalk: 4.1.2 + path-absolute: 1.0.1 + '@pnpm/pnpmfile@6.0.9(@pnpm/logger@5.2.0)': dependencies: '@pnpm/core-loggers': 10.0.5(@pnpm/logger@5.2.0) @@ -16338,6 +16659,23 @@ snapshots: sort-keys: 4.2.0 strip-bom: 4.0.0 + '@pnpm/read-project-manifest@6.0.9': + dependencies: + '@gwhitney/detect-indent': 7.0.1 + '@pnpm/error': 6.0.2 + '@pnpm/graceful-fs': 4.0.0 + '@pnpm/text.comments-parser': 3.0.0 + '@pnpm/types': 12.2.0 + '@pnpm/write-project-manifest': 6.0.7 + fast-deep-equal: 3.1.3 + is-windows: 1.0.2 + json5: 2.2.3 + lodash.clonedeep: 4.5.0 + parse-json: 5.2.0 + read-yaml-file: 2.1.0 + sort-keys: 4.2.0 + strip-bom: 4.0.0 + '@pnpm/registry-mock@4.0.0(encoding@0.1.13)(typanion@3.14.0)': dependencies: anonymous-npm-registry-client: 0.3.2 @@ -16353,6 +16691,17 @@ snapshots: - supports-color - typanion + '@pnpm/render-peer-issues@5.0.10': + dependencies: + '@pnpm/error': 6.0.2 + '@pnpm/matcher': 6.0.0 + '@pnpm/parse-overrides': 5.1.1 + '@pnpm/types': 12.2.0 + archy: 1.0.0 + chalk: 4.1.2 + cli-columns: 4.0.0 + semver: 7.7.1 + '@pnpm/render-peer-issues@5.0.6': dependencies: '@pnpm/error': 6.0.1 @@ -16368,6 +16717,10 @@ snapshots: dependencies: '@pnpm/types': 12.0.0 + '@pnpm/resolver-base@13.0.4': + dependencies: + '@pnpm/types': 12.2.0 + '@pnpm/self-installer@2.2.1': {} '@pnpm/semver-diff@1.1.0': {} @@ -16382,6 +16735,12 @@ snapshots: '@pnpm/resolver-base': 13.0.2 '@pnpm/types': 12.0.0 + '@pnpm/store-controller-types@18.1.6': + dependencies: + '@pnpm/fetcher-base': 16.0.7 + '@pnpm/resolver-base': 13.0.4 + '@pnpm/types': 12.2.0 + '@pnpm/tabtab@0.5.4': dependencies: debug: 4.4.0 @@ -16401,12 +16760,22 @@ snapshots: '@pnpm/types@12.0.0': {} + '@pnpm/types@12.2.0': {} + '@pnpm/util.lex-comparator@3.0.0': {} '@pnpm/which@3.0.1': dependencies: isexe: 2.0.0 + '@pnpm/workspace.find-packages@4.0.14(@pnpm/logger@5.2.0)': + dependencies: + '@pnpm/cli-utils': 4.0.9(@pnpm/logger@5.2.0) + '@pnpm/fs.find-packages': 4.0.5 + '@pnpm/logger': 5.2.0 + '@pnpm/types': 12.2.0 + '@pnpm/util.lex-comparator': 3.0.0 + '@pnpm/workspace.find-packages@4.0.6(@pnpm/logger@5.2.0)': dependencies: '@pnpm/cli-utils': 4.0.1(@pnpm/logger@5.2.0) @@ -16421,6 +16790,18 @@ snapshots: '@pnpm/error': 6.0.1 read-yaml-file: 2.1.0 + '@pnpm/workspace.read-manifest@2.2.1': + dependencies: + '@pnpm/constants': 9.0.0 + '@pnpm/error': 6.0.2 + read-yaml-file: 2.1.0 + + '@pnpm/workspace.read-manifest@2.2.2': + dependencies: + '@pnpm/constants': 10.0.0 + '@pnpm/error': 6.0.3 + read-yaml-file: 2.1.0 + '@pnpm/write-project-manifest@6.0.5': dependencies: '@pnpm/text.comments-parser': 3.0.0 @@ -16429,6 +16810,14 @@ snapshots: write-file-atomic: 5.0.1 write-yaml-file: 5.0.0 + '@pnpm/write-project-manifest@6.0.7': + dependencies: + '@pnpm/text.comments-parser': 3.0.0 + '@pnpm/types': 12.2.0 + json5: 2.2.3 + write-file-atomic: 5.0.1 + write-yaml-file: 5.0.0 + '@postman/form-data@3.1.1': dependencies: asynckit: 0.4.0 @@ -16465,9 +16854,9 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@rushstack/worker-pool@0.4.9(@types/node@22.13.0)': + '@rushstack/worker-pool@0.4.9(@types/node@22.13.8)': optionalDependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@sinclair/typebox@0.27.8': {} @@ -16509,30 +16898,30 @@ snapshots: '@types/adm-zip@0.5.7': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/archy@0.0.33': {} '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/types': 7.26.7 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/types': 7.26.9 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.6 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.9 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.7(@babel/types@7.26.7) - '@babel/types': 7.26.7 + '@babel/parser': 7.26.9(@babel/types@7.26.9) + '@babel/types': 7.26.9 '@types/babel__traverse@7.20.6': dependencies: - '@babel/types': 7.26.7 + '@babel/types': 7.26.9 '@types/bintrees@1.0.6': {} @@ -16540,41 +16929,41 @@ snapshots: '@types/byline@4.2.36': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/responselike': 1.0.3 '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/emscripten@1.40.0': {} '@types/fs-extra@9.0.13': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/glob@8.1.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/hosted-git-info@3.0.5': {} '@types/http-cache-semantics@4.0.4': {} - '@types/http-proxy@1.17.15': + '@types/http-proxy@1.17.16': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/ini@1.3.31': {} @@ -16584,7 +16973,7 @@ snapshots: '@types/isexe@2.0.2': dependencies: - '@types/node': 22.13.0 + '@types/node': 18.19.34 '@types/istanbul-lib-coverage@2.0.6': {} @@ -16609,13 +16998,13 @@ snapshots: '@types/keyv@3.1.4': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/lodash.throttle@4.1.7': dependencies: - '@types/lodash': 4.17.15 + '@types/lodash': 4.17.16 - '@types/lodash@4.17.15': {} + '@types/lodash@4.17.16': {} '@types/mdast@3.0.15': dependencies: @@ -16631,13 +17020,17 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@18.19.74': + '@types/node@18.19.34': + dependencies: + undici-types: 5.26.5 + + '@types/node@18.19.78': dependencies: undici-types: 5.26.5 '@types/node@20.5.1': {} - '@types/node@22.13.0': + '@types/node@22.13.8': dependencies: undici-types: 6.20.0 @@ -16657,14 +17050,14 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/retry@0.12.5': {} '@types/rimraf@3.0.2': dependencies: '@types/glob': 8.1.0 - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/semver@6.2.7': {} @@ -16684,7 +17077,7 @@ snapshots: '@types/ssri@7.1.5': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/stack-utils@2.0.3': {} @@ -16692,16 +17085,16 @@ snapshots: '@types/tar-stream@2.2.3': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/tar@6.1.13': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 minipass: 4.2.8 '@types/touch@3.1.5': dependencies: - '@types/node': 22.13.0 + '@types/node': 18.19.34 '@types/treeify@1.0.3': {} @@ -16715,7 +17108,7 @@ snapshots: '@types/write-file-atomic@4.0.3': dependencies: - '@types/node': 22.13.0 + '@types/node': 22.13.8 '@types/yargs-parser@21.0.3': {} @@ -16924,7 +17317,7 @@ snapshots: '@yarnpkg/core@4.0.5(typanion@3.14.0)': dependencies: '@arcanis/slice-ansi': 1.1.1 - '@types/semver': 7.5.8 + '@types/semver': 7.5.3 '@types/treeify': 1.0.3 '@yarnpkg/fslib': 3.1.1 '@yarnpkg/libzip': 3.1.0(@yarnpkg/fslib@3.1.1) @@ -17019,7 +17412,7 @@ snapshots: '@yarnpkg/pnp@4.0.8': dependencies: - '@types/node': 18.19.74 + '@types/node': 18.19.78 '@yarnpkg/fslib': 3.1.1 '@yarnpkg/shell@4.0.0(typanion@3.14.0)': @@ -17056,7 +17449,7 @@ snapshots: '@zkochan/diable@1.0.2': dependencies: - spawno: 2.1.1 + spawno: 2.1.2 '@zkochan/istanbul-reports@3.0.2': dependencies: @@ -17166,7 +17559,7 @@ snapshots: concat-stream: 2.0.0 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) normalize-package-data: 3.0.3 - npm-package-arg: 6.1.1 + npm-package-arg: 8.1.5 once: 1.4.0 request: postman-request@2.88.1-postman.40 retry: 0.13.1 @@ -17270,7 +17663,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.9 es-object-atoms: 1.1.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-string: 1.1.1 array-timsort@1.0.3: {} @@ -17284,21 +17677,21 @@ snapshots: es-abstract: 1.23.9 es-errors: 1.3.0 es-object-atoms: 1.1.1 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 array.prototype.flat@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.9 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.9 - es-shim-unscopables: 1.0.2 + es-shim-unscopables: 1.1.0 arraybuffer.prototype.slice@1.0.4: dependencies: @@ -17307,7 +17700,7 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.9 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 arrify@1.0.1: {} @@ -17338,7 +17731,7 @@ snapshots: available-typed-arrays@1.0.7: dependencies: - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 aws-sign2@0.7.0: {} @@ -17346,13 +17739,13 @@ snapshots: b4a@1.6.7: {} - babel-jest@29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7): + babel-jest@29.7.0(@babel/core@7.26.9)(@babel/types@7.26.9): dependencies: - '@babel/core': 7.26.7 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@babel/core': 7.26.9 + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@types/babel__core': 7.20.5 - babel-plugin-istanbul: 6.1.1(@babel/types@7.26.7) - babel-preset-jest: 29.6.3(@babel/core@7.26.7) + babel-plugin-istanbul: 6.1.1(@babel/types@7.26.9) + babel-preset-jest: 29.6.3(@babel/core@7.26.9) chalk: 4.1.2 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) slash: 3.0.0 @@ -17360,12 +17753,12 @@ snapshots: - '@babel/types' - supports-color - babel-plugin-istanbul@6.1.1(@babel/types@7.26.7): + babel-plugin-istanbul@6.1.1(@babel/types@7.26.9): dependencies: '@babel/helper-plugin-utils': 7.26.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.2.1(@babel/types@7.26.7) + istanbul-lib-instrument: 5.2.1(@babel/types@7.26.9) test-exclude: 6.0.0 transitivePeerDependencies: - '@babel/types' @@ -17373,35 +17766,35 @@ snapshots: babel-plugin-jest-hoist@29.6.3: dependencies: - '@babel/template': 7.25.9 - '@babel/types': 7.26.7 + '@babel/template': 7.26.9 + '@babel/types': 7.26.9 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.6 - babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.7): + babel-preset-current-node-syntax@1.1.0(@babel/core@7.26.9): dependencies: - '@babel/core': 7.26.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.7) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.7) - '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.7) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.7) + '@babel/core': 7.26.9 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.9) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.9) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.9) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.9) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.9) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.9) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.9) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.9) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.9) - babel-preset-jest@29.6.3(@babel/core@7.26.7): + babel-preset-jest@29.6.3(@babel/core@7.26.9): dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.7) + babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.9) bail@1.0.5: {} @@ -17488,10 +17881,10 @@ snapshots: browserslist@4.24.4: dependencies: - caniuse-lite: 1.0.30001696 - electron-to-chromium: 1.5.90 + caniuse-lite: 1.0.30001701 + electron-to-chromium: 1.5.109 node-releases: 2.0.19 - update-browserslist-db: 1.1.2(browserslist@4.24.4) + update-browserslist-db: 1.1.3(browserslist@4.24.4) bs-logger@0.2.6: dependencies: @@ -17566,22 +17959,22 @@ snapshots: normalize-url: 6.1.0 responselike: 2.0.1 - call-bind-apply-helpers@1.0.1: + call-bind-apply-helpers@1.0.2: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 call-bind@1.0.8: dependencies: - call-bind-apply-helpers: 1.0.1 + call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 set-function-length: 1.2.2 call-bound@1.0.3: dependencies: - call-bind-apply-helpers: 1.0.1 - get-intrinsic: 1.2.7 + call-bind-apply-helpers: 1.0.2 + get-intrinsic: 1.3.0 callsites@3.1.0: {} @@ -17610,7 +18003,7 @@ snapshots: dependencies: path-temp: 2.1.0 - caniuse-lite@1.0.30001696: {} + caniuse-lite@1.0.30001701: {} caseless@0.12.0: {} @@ -17801,7 +18194,7 @@ snapshots: chalk: 4.1.2 date-fns: 2.30.0 lodash: 4.17.21 - rxjs: 7.8.1 + rxjs: 7.8.2 shell-quote: 1.8.2 spawn-command: 0.0.2 supports-color: 8.1.1 @@ -17861,11 +18254,11 @@ snapshots: object-assign: 4.1.1 vary: 1.1.2 - cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.5.4))(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4))(typescript@5.5.4): + cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.5.4))(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4))(typescript@5.5.4): dependencies: '@types/node': 20.5.1 cosmiconfig: 8.3.6(typescript@5.5.4) - ts-node: 10.9.2(@types/node@18.19.74)(typescript@5.5.4) + ts-node: 10.9.2(@types/node@18.19.34)(typescript@5.5.4) typescript: 5.5.4 cosmiconfig@8.3.6(typescript@5.5.4): @@ -17877,13 +18270,13 @@ snapshots: optionalDependencies: typescript: 5.5.4 - create-jest@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)): + create-jest@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) - jest-config: 29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + jest-config: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -17925,7 +18318,7 @@ snapshots: '@cspell/url': 8.17.5 cspell-glob: 8.17.5 cspell-io: 8.17.5 - find-up-simple: 1.0.0 + find-up-simple: 1.0.1 cspell-glob@8.17.5: dependencies: @@ -18030,7 +18423,7 @@ snapshots: date-fns@2.30.0: dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.26.9 dayjs@1.11.7: {} @@ -18133,7 +18526,7 @@ snapshots: didyoumean2@6.0.1: dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.26.9 fastest-levenshtein: 1.0.16 lodash.deburr: 4.1.0 @@ -18173,7 +18566,7 @@ snapshots: dunder-proto@1.0.1: dependencies: - call-bind-apply-helpers: 1.0.1 + call-bind-apply-helpers: 1.0.2 es-errors: 1.3.0 gopd: 1.2.0 @@ -18203,7 +18596,7 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.90: {} + electron-to-chromium@1.5.109: {} emittery@0.13.1: {} @@ -18261,7 +18654,7 @@ snapshots: es-set-tostringtag: 2.1.0 es-to-primitive: 1.3.0 function.prototype.name: 1.1.8 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 get-symbol-description: 1.1.0 globalthis: 1.0.4 @@ -18278,9 +18671,9 @@ snapshots: is-shared-array-buffer: 1.0.4 is-string: 1.1.1 is-typed-array: 1.1.15 - is-weakref: 1.1.0 + is-weakref: 1.1.1 math-intrinsics: 1.1.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 object-keys: 1.1.1 object.assign: 4.1.7 own-keys: 1.0.1 @@ -18310,11 +18703,11 @@ snapshots: es-set-tostringtag@2.1.0: dependencies: es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 has-tostringtag: 1.0.2 hasown: 2.0.2 - es-shim-unscopables@1.0.2: + es-shim-unscopables@1.1.0: dependencies: hasown: 2.0.2 @@ -18592,7 +18985,7 @@ snapshots: jest-message-util: 29.7.0 jest-util: 29.7.0 - exponential-backoff@3.1.1: {} + exponential-backoff@3.1.2: {} express-rate-limit@5.5.1: {} @@ -18648,6 +19041,14 @@ snapshots: fast-equals@5.2.2: {} + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + fast-glob@3.3.3: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -18670,9 +19071,9 @@ snapshots: fastest-levenshtein@1.0.16: {} - fastq@1.19.0: + fastq@1.19.1: dependencies: - reusify: 1.0.4 + reusify: 1.1.0 fb-watchman@2.0.2: dependencies: @@ -18731,7 +19132,7 @@ snapshots: find-root@1.1.0: {} - find-up-simple@1.0.0: {} + find-up-simple@1.0.1: {} find-up@4.1.0: dependencies: @@ -18764,18 +19165,18 @@ snapshots: flat-cache@3.2.0: dependencies: - flatted: 3.3.2 + flatted: 3.3.3 keyv: 4.5.4 rimraf: 3.0.2 flat-cache@5.0.0: dependencies: - flatted: 3.3.2 + flatted: 3.3.3 keyv: 4.5.4 flatstr@1.0.12: {} - flatted@3.3.2: {} + flatted@3.3.3: {} flush-write-stream@1.1.1: dependencies: @@ -18784,7 +19185,7 @@ snapshots: follow-redirects@1.15.9: {} - for-each@0.3.4: + for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -18793,7 +19194,7 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 3.0.7 - foreground-child@3.3.0: + foreground-child@3.3.1: dependencies: cross-spawn: 7.0.6 signal-exit: 4.1.0 @@ -18921,9 +19322,9 @@ snapshots: get-caller-file@2.0.5: {} - get-intrinsic@1.2.7: + get-intrinsic@1.3.0: dependencies: - call-bind-apply-helpers: 1.0.1 + call-bind-apply-helpers: 1.0.2 es-define-property: 1.0.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 @@ -18962,7 +19363,7 @@ snapshots: dependencies: call-bound: 1.0.3 es-errors: 1.3.0 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-tsconfig@4.10.0: dependencies: @@ -19016,7 +19417,7 @@ snapshots: glob@10.4.5: dependencies: - foreground-child: 3.3.0 + foreground-child: 3.3.1 jackspeak: 3.4.3 minimatch: 9.0.5 minipass: 7.1.2 @@ -19219,7 +19620,7 @@ snapshots: http-proxy-middleware@2.0.7: dependencies: - '@types/http-proxy': 1.17.15 + '@types/http-proxy': 1.17.16 http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -19271,7 +19672,7 @@ snapshots: - debug - supports-color - human-id@1.0.2: {} + human-id@4.1.1: {} human-signals@2.1.0: {} @@ -19389,7 +19790,7 @@ snapshots: dependencies: call-bind: 1.0.8 call-bound: 1.0.3 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-arrayish@0.2.1: {} @@ -19405,7 +19806,7 @@ snapshots: dependencies: has-bigints: 1.1.0 - is-boolean-object@1.2.1: + is-boolean-object@1.2.2: dependencies: call-bound: 1.0.3 has-tostringtag: 1.0.2 @@ -19431,7 +19832,7 @@ snapshots: is-data-view@1.0.2: dependencies: call-bound: 1.0.3 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-typed-array: 1.1.15 is-date-object@1.1.0: @@ -19565,14 +19966,14 @@ snapshots: is-weakmap@2.0.2: {} - is-weakref@1.1.0: + is-weakref@1.1.1: dependencies: call-bound: 1.0.3 is-weakset@2.0.4: dependencies: call-bound: 1.0.3 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 is-windows@1.0.2: {} @@ -19592,10 +19993,10 @@ snapshots: istanbul-lib-coverage@3.2.2: {} - istanbul-lib-instrument@5.2.1(@babel/types@7.26.7): + istanbul-lib-instrument@5.2.1(@babel/types@7.26.9): dependencies: - '@babel/core': 7.26.7 - '@babel/parser': 7.26.7(@babel/types@7.26.7) + '@babel/core': 7.26.9 + '@babel/parser': 7.26.9(@babel/types@7.26.9) '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.1 @@ -19603,10 +20004,10 @@ snapshots: - '@babel/types' - supports-color - istanbul-lib-instrument@6.0.3(@babel/types@7.26.7): + istanbul-lib-instrument@6.0.3(@babel/types@7.26.9): dependencies: - '@babel/core': 7.26.7 - '@babel/parser': 7.26.7(@babel/types@7.26.7) + '@babel/core': 7.26.9 + '@babel/parser': 7.26.9(@babel/types@7.26.9) '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.1 @@ -19647,13 +20048,13 @@ snapshots: jest-util: 29.7.0 p-limit: 3.1.0 - jest-circus@29.7.0(@babel/types@7.26.7): + jest-circus@29.7.0(@babel/types@7.26.9): dependencies: '@jest/environment': 29.7.0 '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3 @@ -19661,7 +20062,7 @@ snapshots: jest-each: 29.7.0 jest-matcher-utils: 29.7.0 jest-message-util: 29.7.0 - jest-runtime: 29.7.0(@babel/types@7.26.7) + jest-runtime: 29.7.0(@babel/types@7.26.9) jest-snapshot: 29.7.0 jest-util: 29.7.0 p-limit: 3.1.0 @@ -19674,16 +20075,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)): + jest-cli@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(@babel/types@7.26.7)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + '@jest/core': 29.7.0(@babel/types@7.26.9)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + create-jest: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) exit: 0.1.2 import-local: 3.2.0 - jest-config: 29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + jest-config: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19694,23 +20095,23 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)): + jest-config@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)): dependencies: - '@babel/core': 7.26.7 + '@babel/core': 7.26.9 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7) + babel-jest: 29.7.0(@babel/core@7.26.9)(@babel/types@7.26.9) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) - jest-circus: 29.7.0(@babel/types@7.26.7) + jest-circus: 29.7.0(@babel/types@7.26.9) jest-environment-node: 29.7.0 jest-get-type: 29.6.3 jest-regex-util: 29.6.3 jest-resolve: 29.7.0 - jest-runner: 29.7.0(@babel/types@7.26.7) + jest-runner: 29.7.0(@babel/types@7.26.9) jest-util: 29.7.0 jest-validate: 29.7.0 micromatch: 4.0.8 @@ -19719,40 +20120,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 18.19.74 - ts-node: 10.9.2(@types/node@18.19.74)(typescript@5.5.4) - transitivePeerDependencies: - - '@babel/types' - - babel-plugin-macros - - supports-color - - jest-config@29.7.0(@babel/types@7.26.7)(@types/node@22.13.0)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)): - dependencies: - '@babel/core': 7.26.7 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) - jest-circus: 29.7.0(@babel/types@7.26.7) - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0(@babel/types@7.26.7) - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.8 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 22.13.0 - ts-node: 10.9.2(@types/node@18.19.74)(typescript@5.5.4) + '@types/node': 18.19.34 + ts-node: 10.9.2(@types/node@18.19.34)(typescript@5.5.4) transitivePeerDependencies: - '@babel/types' - babel-plugin-macros @@ -19782,7 +20151,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -19792,7 +20161,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 22.13.0 + '@types/node': 18.19.34 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) @@ -19831,7 +20200,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -19859,14 +20228,14 @@ snapshots: resolve.exports: 2.0.3 slash: 3.0.0 - jest-runner@29.7.0(@babel/types@7.26.7): + jest-runner@29.7.0(@babel/types@7.26.9): dependencies: '@jest/console': 29.7.0 '@jest/environment': 29.7.0 '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) @@ -19876,7 +20245,7 @@ snapshots: jest-leak-detector: 29.7.0 jest-message-util: 29.7.0 jest-resolve: 29.7.0 - jest-runtime: 29.7.0(@babel/types@7.26.7) + jest-runtime: 29.7.0(@babel/types@7.26.9) jest-util: 29.7.0 jest-watcher: 29.7.0 jest-worker: 29.7.0 @@ -19886,16 +20255,16 @@ snapshots: - '@babel/types' - supports-color - jest-runtime@29.7.0(@babel/types@7.26.7): + jest-runtime@29.7.0(@babel/types@7.26.9): dependencies: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/globals': 29.7.0 '@jest/source-map': 29.6.3 '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 cjs-module-lexer: 1.4.3 collect-v8-coverage: 1.0.2 @@ -19916,15 +20285,15 @@ snapshots: jest-snapshot@29.7.0: dependencies: - '@babel/core': 7.26.7 - '@babel/generator': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.7) - '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.7) - '@babel/types': 7.26.7 + '@babel/core': 7.26.9 + '@babel/generator': 7.26.9 + '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.9) + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.9) + '@babel/types': 7.26.9 '@jest/expect-utils': 29.7.0 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.7) + babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.9) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) @@ -19942,7 +20311,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) @@ -19961,7 +20330,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 22.13.0 + '@types/node': 18.19.34 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -19970,17 +20339,17 @@ snapshots: jest-worker@29.7.0: dependencies: - '@types/node': 22.13.0 + '@types/node': 18.19.34 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)): + jest@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(@babel/types@7.26.7)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + '@jest/core': 29.7.0(@babel/types@7.26.9)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) '@jest/types': 29.6.3 import-local: 3.2.0 - jest-cli: 29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + jest-cli: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) transitivePeerDependencies: - '@babel/types' - '@types/node' @@ -20246,7 +20615,7 @@ snapshots: cacache: 19.0.1 http-cache-semantics: 4.1.1 minipass: 7.1.2 - minipass-fetch: 4.0.0 + minipass-fetch: 4.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 1.0.0 @@ -20425,7 +20794,7 @@ snapshots: dependencies: minipass: 7.1.2 - minipass-fetch@4.0.0: + minipass-fetch@4.0.1: dependencies: minipass: 7.1.2 minipass-sized: 1.0.3 @@ -20575,10 +20944,10 @@ snapshots: node-gyp-build@4.8.4: optional: true - node-gyp@11.0.0: + node-gyp@11.1.0: dependencies: env-paths: 2.2.1 - exponential-backoff: 3.1.1 + exponential-backoff: 3.1.2 glob: 10.4.5 graceful-fs: 4.2.11(patch_hash=68ebc232025360cb3dcd3081f4067f4e9fc022ab6b6f71a3230e86c7a5b337d1) make-fetch-happen: 14.0.3 @@ -20654,10 +21023,9 @@ snapshots: npm-normalize-package-bin@3.0.1: {} - npm-package-arg@6.1.1: + npm-package-arg@8.1.5: dependencies: - hosted-git-info: 2.8.9 - osenv: 0.1.5 + hosted-git-info: 4.1.0 semver: 7.7.1 validate-npm-package-name: 3.0.0 @@ -20689,7 +21057,7 @@ snapshots: object-hash@3.0.0: {} - object-inspect@1.13.3: {} + object-inspect@1.13.4: {} object-keys@1.1.1: {} @@ -20765,20 +21133,13 @@ snapshots: dependencies: readable-stream: 2.3.8 - os-homedir@1.0.2: {} - os-tmpdir@1.0.2: {} - osenv@0.1.5: - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - outdent@0.5.0: {} own-keys@1.0.1: dependencies: - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 object-keys: 1.1.1 safe-push-apply: 1.0.0 @@ -20869,7 +21230,9 @@ snapshots: package-json-from-dist@1.0.1: {} - package-manager-detector@0.2.9: {} + package-manager-detector@0.2.10: + dependencies: + quansync: 0.2.6 parent-module@1.0.1: dependencies: @@ -20972,7 +21335,7 @@ snapshots: pkginfo@0.4.1: {} - possible-typed-array-names@1.0.0: {} + possible-typed-array-names@1.1.0: {} postman-request@2.88.1-postman.40: dependencies: @@ -21049,7 +21412,7 @@ snapshots: proc-log@5.0.0: {} - proc-output@1.0.8: {} + proc-output@1.0.9: {} process-exists@4.1.0: dependencies: @@ -21144,6 +21507,8 @@ snapshots: qs@6.5.3: {} + quansync@0.2.6: {} + querystringify@2.2.0: {} queue-microtask@1.2.3: {} @@ -21260,7 +21625,7 @@ snapshots: es-abstract: 1.23.9 es-errors: 1.3.0 es-object-atoms: 1.1.1 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 get-proto: 1.0.1 which-builtin-type: 1.2.1 @@ -21371,7 +21736,7 @@ snapshots: retry@0.13.1: {} - reusify@1.0.4: {} + reusify@1.1.0: {} rfc4648@1.5.4: {} @@ -21422,11 +21787,15 @@ snapshots: dependencies: tslib: 2.8.1 + rxjs@7.8.2: + dependencies: + tslib: 2.8.1 + safe-array-concat@1.1.3: dependencies: call-bind: 1.0.8 call-bound: 1.0.3 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 isarray: 2.0.5 @@ -21484,8 +21853,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.7.0: {} - semver@7.7.1: {} send@0.19.0: @@ -21523,7 +21890,7 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 gopd: 1.2.0 has-property-descriptors: 1.0.2 @@ -21569,27 +21936,27 @@ snapshots: side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map@1.0.1: dependencies: call-bound: 1.0.3 es-errors: 1.3.0 - get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 side-channel-weakmap@1.0.2: dependencies: call-bound: 1.0.3 es-errors: 1.3.0 - get-intrinsic: 1.2.7 - object-inspect: 1.13.3 + get-intrinsic: 1.3.0 + object-inspect: 1.13.4 side-channel-map: 1.0.1 side-channel@1.1.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-list: 1.0.0 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -21645,7 +22012,7 @@ snapshots: dependencies: agent-base: 6.0.2 debug: 4.4.0 - socks: 2.8.3 + socks: 2.8.4 transitivePeerDependencies: - supports-color @@ -21653,11 +22020,11 @@ snapshots: dependencies: agent-base: 7.1.3 debug: 4.4.0 - socks: 2.8.3 + socks: 2.8.4 transitivePeerDependencies: - supports-color - socks@2.8.3: + socks@2.8.4: dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 @@ -21695,9 +22062,9 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - spawno@2.1.1: + spawno@2.1.2: dependencies: - proc-output: 1.0.8 + proc-output: 1.0.9 spdx-correct@3.2.0: dependencies: @@ -21808,7 +22175,7 @@ snapshots: call-bind: 1.0.8 define-properties: 1.2.1 es-abstract: 1.23.9 - get-intrinsic: 1.2.7 + get-intrinsic: 1.3.0 has-symbols: 1.1.0 internal-slot: 1.1.0 regexp.prototype.flags: 1.5.4 @@ -22058,12 +22425,12 @@ snapshots: dependencies: typescript: 5.5.4 - ts-jest@29.2.3(@babel/core@7.26.7)(@jest/transform@29.7.0(@babel/types@7.26.7))(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7))(jest@29.7.0(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)))(typescript@5.5.4): + ts-jest@29.2.3(@babel/core@7.26.9)(@jest/transform@29.7.0(@babel/types@7.26.9))(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.9)(@babel/types@7.26.9))(jest@29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(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(@babel/types@7.26.7)(@types/node@18.19.74)(ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4)) + jest: 29.7.0(@babel/types@7.26.9)(@types/node@18.19.34)(ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -22072,19 +22439,19 @@ snapshots: typescript: 5.5.4 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.26.7 - '@jest/transform': 29.7.0(@babel/types@7.26.7) + '@babel/core': 7.26.9 + '@jest/transform': 29.7.0(@babel/types@7.26.9) '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.26.7)(@babel/types@7.26.7) + babel-jest: 29.7.0(@babel/core@7.26.9)(@babel/types@7.26.9) - ts-node@10.9.2(@types/node@18.19.74)(typescript@5.5.4): + ts-node@10.9.2(@types/node@18.19.34)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.74 + '@types/node': 18.19.34 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -22178,7 +22545,7 @@ snapshots: typed-array-byte-length@1.0.3: dependencies: call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 @@ -22187,7 +22554,7 @@ snapshots: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-proto: 1.2.0 is-typed-array: 1.1.15 @@ -22196,10 +22563,10 @@ snapshots: typed-array-length@1.0.7: dependencies: call-bind: 1.0.8 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 is-typed-array: 1.1.15 - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 typedarray-to-buffer@3.1.5: @@ -22277,7 +22644,7 @@ snapshots: untildify@4.0.0: {} - update-browserslist-db@1.1.2(browserslist@4.24.4): + update-browserslist-db@1.1.3(browserslist@4.24.4): dependencies: browserslist: 4.24.4 escalade: 3.2.0 @@ -22494,7 +22861,7 @@ snapshots: which-boxed-primitive@1.1.1: dependencies: is-bigint: 1.1.0 - is-boolean-object: 1.2.1 + is-boolean-object: 1.2.2 is-number-object: 1.1.1 is-string: 1.1.1 is-symbol: 1.1.1 @@ -22509,7 +22876,7 @@ snapshots: is-finalizationregistry: 1.1.1 is-generator-function: 1.1.0 is-regex: 1.2.1 - is-weakref: 1.1.0 + is-weakref: 1.1.1 isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 @@ -22532,7 +22899,7 @@ snapshots: available-typed-arrays: 1.0.7 call-bind: 1.0.8 call-bound: 1.0.3 - for-each: 0.3.4 + for-each: 0.3.5 gopd: 1.2.0 has-tostringtag: 1.0.2 @@ -22550,7 +22917,7 @@ snapshots: wide-align@1.1.5: dependencies: - string-width: 4.2.3 + string-width: 1.0.2 optional: true widest-line@3.1.0: @@ -22701,8 +23068,8 @@ snapshots: yup@0.32.11: dependencies: - '@babel/runtime': 7.26.7 - '@types/lodash': 4.17.15 + '@babel/runtime': 7.26.9 + '@types/lodash': 4.17.16 lodash: 4.17.21 lodash-es: 4.17.21 nanoclone: 0.2.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f79e901f06..4c0411a7f4 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -63,7 +63,7 @@ catalog: "@pnpm/util.lex-comparator": 3.0.0 "@reflink/reflink": 0.1.18 "@rushstack/worker-pool": 0.4.9 - "@types/adm-zip": ^0.5.5 + "@types/adm-zip": ^0.5.7 "@types/archy": 0.0.33 "@types/cross-spawn": ^6.0.6 "@types/fs-extra": ^9.0.13 @@ -74,7 +74,7 @@ catalog: "@types/is-windows": ^1.0.2 "@types/js-yaml": ^4.0.9 "@types/lodash.throttle": 4.1.7 - "@types/micromatch": ^4.0.7 + "@types/micromatch": ^4.0.9 "@types/node": ^18.19.34 "@types/normalize-package-data": ^2.4.4 "@types/normalize-path": ^3.0.2 @@ -104,7 +104,7 @@ catalog: "@yarnpkg/lockfile": ^1.1.0 "@yarnpkg/nm": 4.0.5 "@yarnpkg/parsers": 3.0.0 - "@yarnpkg/pnp": ^4.0.6 + "@yarnpkg/pnp": ^4.0.8 "@zkochan/cmd-shim": ^6.0.0 "@zkochan/diable": ^1.0.2 "@zkochan/retry": ^0.2.0 @@ -112,12 +112,12 @@ catalog: "@zkochan/table": ^2.0.1 "dint": ^5.1.0 "js-yaml": npm:@zkochan/js-yaml@0.0.7 - adm-zip: ^0.5.14 - ansi-diff: ^1.1.1 + adm-zip: ^0.5.16 + ansi-diff: ^1.2.0 archy: ^1.0.0 better-path-resolve: 1.0.0 bin-links: ^4.0.4 - bole: ^5.0.14 + bole: ^5.0.17 boxen: ^5.1.2 camelcase-keys: ^6.2.2 camelcase: ^6.3.0 @@ -130,7 +130,7 @@ catalog: cmd-extension: ^1.0.2 comver-to-semver: ^1.0.0 concurrently: 8.2.1 - cross-spawn: ^7.0.5 + cross-spawn: ^7.0.6 deep-require-cwd: 1.0.0 delay: ^5.0.0 detect-libc: ^2.0.3 @@ -146,7 +146,7 @@ catalog: fast-glob: ^3.3.2 filenamify: ^4.3.0 find-up: ^5.0.0 - fs-extra: ^11.2.0 + fs-extra: ^11.3.0 fuse-native: ^2.2.6 get-npm-tarball-url: ^2.1.0 get-port: ^5.1.1 @@ -169,10 +169,10 @@ catalog: load-json-file: ^6.2.0 lodash.throttle: 4.1.1 loud-rejection: ^2.2.0 - lru-cache: ^10.2.2 + lru-cache: ^10.4.3 make-empty-dir: ^3.0.2 mem: ^8.1.1 - micromatch: ^4.0.7 + micromatch: ^4.0.8 ndjson: ^2.0.0 nerf-dart: 1.0.0 nock: 13.3.4 @@ -201,7 +201,7 @@ catalog: path-temp: ^2.1.0 pidtree: ^0.6.0 pkg: npm:@yao-pkg/pkg@5.12.0 - preferred-pm: ^3.1.3 + preferred-pm: ^3.1.4 pretty-bytes: ^5.6.0 pretty-ms: ^7.0.1 process-exists: ^4.1.0 @@ -226,7 +226,7 @@ catalog: sanitize-filename: ^1.6.3 semver-range-intersect: ^0.3.1 semver-utils: ^1.1.4 - semver: ^7.6.2 + semver: ^7.7.1 shell-quote: ^1.8.2 signal-exit: ^3.0.7 sinon: ^16.1.3 diff --git a/pnpm/package.json b/pnpm/package.json index 7daeb00c3e..140fef90e1 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -19,7 +19,7 @@ "v8-compile-cache": "2.4.0" }, "optionalDependencies": { - "node-gyp": "^11.0.0" + "node-gyp": "^11.1.0" }, "devDependencies": { "@pnpm/assert-project": "workspace:*", @@ -209,7 +209,7 @@ "path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0", "path-to-regexp@>=7.0.0 <8.0.0": ">=8.0.0", "request": "npm:postman-request@2.88.1-postman.40", - "semver@<7.5.2": "^7.6.2", + "semver@<7.5.2": "^7.7.1", "send@<0.19.0": "^0.19.0", "serve-static@<1.16.0": "^1.16.0", "socks@2": "^2.8.1",