Compare commits

...

1 commit

Author SHA1 Message Date
26b3f8bb86 Update dependency @types/node to v20.12.12
All checks were successful
Test / build (push) Successful in 6s
2024-05-19 23:03:27 +00:00

7
package-lock.json generated
View file

@ -1347,9 +1347,10 @@
}
},
"node_modules/@types/node": {
"version": "20.12.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz",
"integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==",
"version": "20.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}