diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f6bbf7625f08b..34a768519a168 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: default: '@types/node': - specifier: 22.16.5 - version: 22.16.5 + specifier: 22.17.0 + version: 22.17.0 '@types/react': specifier: ^19.1.8 version: 19.1.8 @@ -119,7 +119,7 @@ importers: version: 4.1.11 '@types/node': specifier: 'catalog:' - version: 22.16.5 + version: 22.17.0 '@types/react': specifier: 'catalog:' version: 19.1.8 @@ -419,7 +419,7 @@ importers: version: 14.6.1(@testing-library/dom@10.4.0) '@types/node': specifier: 'catalog:' - version: 22.16.5 + version: 22.17.0 '@types/react': specifier: 'catalog:' version: 19.1.8 @@ -3384,8 +3384,8 @@ packages: '@types/node@18.19.118': resolution: {integrity: sha512-hIPK0hSrrcaoAu/gJMzN3QClXE4QdCdFvaenJ0JsjIbExP1JFFVH+RHcBt25c9n8bx5dkIfqKE+uw6BmBns7ug==} - '@types/node@22.16.5': - resolution: {integrity: sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==} + '@types/node@22.17.0': + resolution: {integrity: sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==} '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} @@ -11847,7 +11847,7 @@ snapshots: '@types/concat-stream@2.0.3': dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/debug@4.1.12': dependencies: @@ -11901,14 +11901,14 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 form-data: 4.0.4 '@types/node@18.19.118': dependencies: undici-types: 5.26.5 - '@types/node@22.16.5': + '@types/node@22.17.0': dependencies: undici-types: 6.21.0 @@ -14479,7 +14479,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.16.5 + '@types/node': 22.17.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -17453,7 +17453,7 @@ snapshots: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/unist': 3.0.3 concat-stream: 2.0.0 debug: 4.4.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f232bf4170fb9..692fe9605fba8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,7 +19,7 @@ onlyBuiltDependencies: # This allows us to manage versions and updates in one place. # https://pnpm.io/en/catalogs catalog: - '@types/node': 22.16.5 + '@types/node': 22.17.0 '@types/react': ^19.1.8 classnames: ~2.5.1 react: ^19.1.0