diff --git a/package.json b/package.json index fa49260e..3e3ec28d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@eslint/js": "^10.0.1", "@tauri-apps/cli": "^2.11.2", "@types/jest": "^30.0.0", - "@types/node": "^24.12.4", + "@types/node": "^24.13.1", "@types/parse-link-header": "^2.0.3", "@types/react": "19.2.15", "@types/react-dom": "19.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdcc8f59..18eaa01c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,8 +97,8 @@ importers: specifier: ^30.0.0 version: 30.0.0 '@types/node': - specifier: ^24.12.4 - version: 24.12.4 + specifier: ^24.13.1 + version: 24.13.1 '@types/parse-link-header': specifier: ^2.0.3 version: 2.0.3 @@ -128,7 +128,7 @@ importers: version: 17.6.0 jest: specifier: ^30.4.2 - version: 30.4.2(@types/node@24.12.4) + version: 30.4.2(@types/node@24.13.1) jsdom: specifier: ^26.1.0 version: 26.1.0 @@ -137,7 +137,7 @@ importers: version: 1.100.0 ts-jest: specifier: ^29.4.11 - version: 29.4.11(@babel/core@7.28.0)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.28.0))(jest-util@30.4.1)(jest@30.4.2(@types/node@24.12.4))(typescript@5.9.3) + version: 29.4.11(@babel/core@7.28.0)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.28.0))(jest-util@30.4.1)(jest@30.4.2(@types/node@24.13.1))(typescript@5.9.3) typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1050,12 +1050,12 @@ packages: '@types/lodash@4.17.16': resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==} - '@types/node@24.12.2': - resolution: {integrity: sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==} - '@types/node@24.12.4': resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==} + '@types/node@24.13.1': + resolution: {integrity: sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==} + '@types/parse-link-header@2.0.3': resolution: {integrity: sha512-ffLAxD6Xqcf2gSbtEJehj8yJ5R/2OZqD4liodQvQQ+hhO4kg1mk9ToEZQPMtNTm/zIQj2GNleQbsjPp9+UQm4Q==} @@ -3107,6 +3107,9 @@ packages: undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + unrs-resolver@1.11.1: resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} @@ -4188,13 +4191,13 @@ snapshots: '@types/lodash@4.17.16': {} - '@types/node@24.12.2': + '@types/node@24.12.4': dependencies: undici-types: 7.16.0 - '@types/node@24.12.4': + '@types/node@24.13.1': dependencies: - undici-types: 7.16.0 + undici-types: 7.18.2 '@types/parse-link-header@2.0.3': {} @@ -4214,7 +4217,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 24.12.2 + '@types/node': 24.12.4 '@types/yargs-parser@21.0.0': {} @@ -5481,7 +5484,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@30.4.2(@types/node@24.12.4): + jest-cli@30.4.2(@types/node@24.13.1): dependencies: '@jest/core': 30.4.2 '@jest/test-result': 30.4.1 @@ -5489,7 +5492,7 @@ snapshots: chalk: 4.1.2 exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 30.4.2(@types/node@24.12.4) + jest-config: 30.4.2(@types/node@24.13.1) jest-util: 30.4.1 jest-validate: 30.4.1 yargs: 17.7.2 @@ -5531,6 +5534,37 @@ snapshots: - babel-plugin-macros - supports-color + jest-config@30.4.2(@types/node@24.13.1): + dependencies: + '@babel/core': 7.28.0 + '@jest/get-type': 30.1.0 + '@jest/pattern': 30.4.0 + '@jest/test-sequencer': 30.4.1 + '@jest/types': 30.4.1 + babel-jest: 30.4.1(@babel/core@7.28.0) + chalk: 4.1.2 + ci-info: 4.3.0 + deepmerge: 4.3.1 + glob: 10.5.0 + graceful-fs: 4.2.11 + jest-circus: 30.4.2 + jest-docblock: 30.4.0 + jest-environment-node: 30.4.1 + jest-regex-util: 30.4.0 + jest-resolve: 30.4.1 + jest-runner: 30.4.2 + jest-util: 30.4.1 + jest-validate: 30.4.1 + parse-json: 5.2.0 + pretty-format: 30.4.1 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + '@types/node': 24.13.1 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + jest-diff@30.0.4: dependencies: '@jest/diff-sequences': 30.0.1 @@ -5629,7 +5663,7 @@ snapshots: jest-mock@30.0.2: dependencies: '@jest/types': 30.0.1 - '@types/node': 24.12.2 + '@types/node': 24.12.4 jest-util: 30.0.2 jest-mock@30.4.1: @@ -5747,7 +5781,7 @@ snapshots: jest-util@30.0.2: dependencies: '@jest/types': 30.0.1 - '@types/node': 24.12.2 + '@types/node': 24.12.4 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -5790,12 +5824,12 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 - jest@30.4.2(@types/node@24.12.4): + jest@30.4.2(@types/node@24.13.1): dependencies: '@jest/core': 30.4.2 '@jest/types': 30.4.1 import-local: 3.2.0 - jest-cli: 30.4.2(@types/node@24.12.4) + jest-cli: 30.4.2(@types/node@24.13.1) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -6605,12 +6639,12 @@ snapshots: dependencies: typescript: 5.9.3 - ts-jest@29.4.11(@babel/core@7.28.0)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.28.0))(jest-util@30.4.1)(jest@30.4.2(@types/node@24.12.4))(typescript@5.9.3): + ts-jest@29.4.11(@babel/core@7.28.0)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.28.0))(jest-util@30.4.1)(jest@30.4.2(@types/node@24.13.1))(typescript@5.9.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 handlebars: 4.7.9 - jest: 30.4.2(@types/node@24.12.4) + jest: 30.4.2(@types/node@24.13.1) json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 @@ -6684,6 +6718,8 @@ snapshots: undici-types@7.16.0: {} + undici-types@7.18.2: {} + unrs-resolver@1.11.1: dependencies: napi-postinstall: 0.3.2