From 6c52995bf72e0eec31f157f39bd4104b4ed952a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 11:31:07 +0000 Subject: [PATCH] build(deps-dev): bump @types/node in /apps/stats-updater Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.3 to 25.0.2. - [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.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/stats-updater/package.json | 2 +- apps/stats-updater/pnpm-lock.yaml | 23 +++++++++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/apps/stats-updater/package.json b/apps/stats-updater/package.json index e127a739b..ff4d68323 100644 --- a/apps/stats-updater/package.json +++ b/apps/stats-updater/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/bun": "latest", - "@types/node": "^22.19.3", + "@types/node": "^25.0.3", "typescript": "^5.9.3" } } \ No newline at end of file diff --git a/apps/stats-updater/pnpm-lock.yaml b/apps/stats-updater/pnpm-lock.yaml index 1d5e5cac8..17458d966 100644 --- a/apps/stats-updater/pnpm-lock.yaml +++ b/apps/stats-updater/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: latest version: 1.3.5 '@types/node': - specifier: ^22.19.3 - version: 22.19.3 + specifier: ^25.0.3 + version: 25.0.3 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -36,12 +36,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.3': + resolution: {integrity: sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==} + bun-types@1.3.5: resolution: {integrity: sha512-inmAYe2PFLs0SUbFOWSVD24sg1jFlMPxOjOSSCYqUgn4Hsc3rDc7dFvfVYjFPNHtov6kgUeulV4SxbuIV/stPw==} @@ -72,9 +72,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==} @@ -86,17 +83,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.3': dependencies: undici-types: 7.16.0 bun-types@1.3.5: dependencies: - '@types/node': 22.19.3 + '@types/node': 25.0.3 denque@2.1.0: {} @@ -120,6 +117,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} - undici-types@7.16.0: {}