diff --git a/apps/stats-updater/package.json b/apps/stats-updater/package.json index 223fa3143..56b521a4b 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.7", + "@types/node": "^25.0.10", "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 158da8574..a6ca26a3b 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.6 '@types/node': - specifier: ^22.19.7 - version: 22.19.7 + specifier: ^25.0.10 + version: 25.0.10 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.7': - resolution: {integrity: sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==} - '@types/node@24.10.9': resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==} + '@types/node@25.0.10': + resolution: {integrity: sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==} + bun-types@1.3.6: resolution: {integrity: sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ==} @@ -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.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.0.10': dependencies: undici-types: 7.16.0 bun-types@1.3.6: dependencies: - '@types/node': 22.19.7 + '@types/node': 25.0.10 denque@2.1.0: {} @@ -120,6 +117,4 @@ snapshots: typescript@5.9.3: {} - undici-types@6.21.0: {} - undici-types@7.16.0: {}