Merge pull request #25 from ebullient/dependabot/npm_and_yarn/types/node-25.0.3

Bump @types/node from 24.10.4 to 25.0.3
This commit is contained in:
Erin Schnabel 2026-04-15 10:35:26 -04:00 committed by GitHub
commit bd20a736ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@types/node": "^24.8.1",
"@types/node": "^25.5.0",
"@typescript-eslint/parser": "^8.46.4",
"auto-changelog": "^2.5.0",
"builtin-modules": "^5.0.0",
@ -986,13 +986,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.12.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
"integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
"undici-types": "~7.18.0"
}
},
"node_modules/@types/tern": {
@ -5074,9 +5074,9 @@
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"dev": true,
"license": "MIT"
},

View file

@ -29,7 +29,7 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@types/node": "^24.8.1",
"@types/node": "^25.5.0",
"@typescript-eslint/parser": "^8.46.4",
"auto-changelog": "^2.5.0",
"builtin-modules": "^5.0.0",