Merge 7a17468c5f9b00431bc2357be7b07c482aeeafd4 into 267a8a94c98a1d6542d1ea6c13b41d0fa1184dcb

This commit is contained in:
dependabot[bot] 2025-08-14 11:21:57 +00:00 committed by GitHub
commit 8bbca7f1ba
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

@ -19,7 +19,7 @@
"smol-toml": "^1.4.2"
},
"devDependencies": {
"@types/node": "^22.16.0",
"@types/node": "^24.2.1",
"@vercel/ncc": "^0.38.3",
"linefix": "^0.1.1",
"typescript": "5.8.3"
@ -685,12 +685,12 @@
"integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
},
"node_modules/@types/node": {
"version": "22.16.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.3.tgz",
"integrity": "sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==",
"version": "24.2.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.1.tgz",
"integrity": "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
"undici-types": "~7.10.0"
}
},
"node_modules/@types/request": {
@ -1621,9 +1621,9 @@
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"license": "MIT"
},
"node_modules/universal-user-agent": {

View File

@ -32,7 +32,7 @@
"smol-toml": "^1.4.2"
},
"devDependencies": {
"@types/node": "^22.16.0",
"@types/node": "^24.2.1",
"@vercel/ncc": "^0.38.3",
"linefix": "^0.1.1",
"typescript": "5.8.3"