From 494f12e0159c8d93ee2476d2ddf5d67d8de70001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:17:23 +0000 Subject: [PATCH] build(deps-dev): bump @types/node in /apps/coa-updater Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.7 to 25.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/coa-updater/package.json | 2 +- apps/coa-updater/pnpm-lock.yaml | 23 +++++++++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/apps/coa-updater/package.json b/apps/coa-updater/package.json index b7c7ae696..e9525364a 100644 --- a/apps/coa-updater/package.json +++ b/apps/coa-updater/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/bun": "latest", - "@types/node": "^22.19.7", + "@types/node": "^25.2.0", "typescript": "^5.9.3" }, "module": "index.ts", diff --git a/apps/coa-updater/pnpm-lock.yaml b/apps/coa-updater/pnpm-lock.yaml index d8c89bf45..855919639 100644 --- a/apps/coa-updater/pnpm-lock.yaml +++ b/apps/coa-updater/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: latest version: 1.3.8 '@types/node': - specifier: ^22.19.7 - version: 22.19.7 + specifier: ^25.2.0 + version: 25.2.0 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -33,12 +33,12 @@ packages: '@types/geojson@7946.0.16': resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==} - '@types/node@22.19.7': - resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==} - '@types/node@24.10.9': resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==} + '@types/node@25.2.0': + resolution: {integrity: sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==} + bun-types@1.3.8: resolution: {integrity: sha512-fL99nxdOWvV4LqjmC+8Q9kW3M4QTtTR1eePs94v5ctGqU8OeceWrSUaRw3JYb7tU3FkMIAjkueehrHPPPGKi5Q==} @@ -68,9 +68,6 @@ packages: engines: {node: '>=14.17'} hasBin: true - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} @@ -82,17 +79,17 @@ snapshots: '@types/geojson@7946.0.16': {} - '@types/node@22.19.7': + '@types/node@24.10.9': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 - '@types/node@24.10.9': + '@types/node@25.2.0': dependencies: undici-types: 7.16.0 bun-types@1.3.8: dependencies: - '@types/node': 22.19.7 + '@types/node': 25.2.0 csv-parse@6.1.0: {} @@ -116,6 +113,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} - undici-types@7.16.0: {}