Merge pull request #8 from praveentcom/dependabot/npm_and_yarn/types/node-25.0.3

chore(deps-dev): bump @types/node from 24.8.1 to 25.0.3
This commit is contained in:
Praveen Thirumurugan
2025-12-17 05:35:26 +05:30
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^24.8.1",
"@types/node": "^25.0.3",
"@types/pg": "^8.15.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
@@ -92,14 +92,14 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.8.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.1.tgz",
"integrity": "sha512-alv65KGRadQVfVcG69MuB4IzdYVpRwMG/mq8KWOaoOdyY617P5ivaDiMCGOFDWD2sAn5Q0mR3mRtUOgm99hL9Q==",
"version": "25.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
"undici-types": "~7.14.0"
"undici-types": "~7.16.0"
}
},
"node_modules/@types/pg": {
@@ -945,9 +945,9 @@
}
},
"node_modules/undici-types": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz",
"integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==",
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
},

View File

@@ -30,7 +30,7 @@
},
"homepage": "https://github.com/praveentcom/openproxy#readme",
"devDependencies": {
"@types/node": "^24.8.1",
"@types/node": "^25.0.3",
"@types/pg": "^8.15.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",