From 60825da9bb760299e5d6d41dda66e0c8f341d45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:17:57 +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.18.9 to 24.10.1. - [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: 24.10.1 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 367f205b7..3caeee200 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.3", + "@types/node": "^25.0.2", "typescript": "^5.9.3" }, "module": "index.ts", diff --git a/apps/coa-updater/pnpm-lock.yaml b/apps/coa-updater/pnpm-lock.yaml index 68ac87b9f..daec1ad33 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.4 '@types/node': - specifier: ^22.19.3 - version: 22.19.3 + specifier: ^25.0.2 + version: 25.0.2 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.3': - resolution: {integrity: sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==} - '@types/node@24.10.4': resolution: {integrity: sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==} + '@types/node@25.0.2': + resolution: {integrity: sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==} + bun-types@1.3.4: resolution: {integrity: sha512-5ua817+BZPZOlNaRgGBpZJOSAQ9RQ17pkwPD0yR7CfJg+r8DgIILByFifDTa+IPDDxzf5VNhtNlcKqFzDgJvlQ==} @@ -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.3': + '@types/node@24.10.4': dependencies: - undici-types: 6.21.0 + undici-types: 7.16.0 - '@types/node@24.10.4': + '@types/node@25.0.2': dependencies: undici-types: 7.16.0 bun-types@1.3.4: dependencies: - '@types/node': 22.19.3 + '@types/node': 25.0.2 csv-parse@6.1.0: {} @@ -116,6 +113,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} - undici-types@7.16.0: {}