Merge pull request #43 from JasterV/dependabot/npm_and_yarn/types/node-22.5.2

Bump @types/node from 20.14.0 to 22.5.2
This commit is contained in:
Víctor Martínez 2026-03-01 17:54:53 +01:00 committed by GitHub
commit 341739d4c5
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

@ -14,7 +14,7 @@
"blockhash-core": "^0.1.0" "blockhash-core": "^0.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.12.3", "@types/node": "^22.5.2",
"expect": "^29.7.0", "expect": "^29.7.0",
"mocha": "^10.4.0", "mocha": "^10.4.0",
"prettier": "3.3.0" "prettier": "3.3.0"
@ -266,12 +266,12 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.14.0", "version": "22.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz",
"integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==", "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~6.19.2"
} }
}, },
"node_modules/@types/stack-utils": { "node_modules/@types/stack-utils": {
@ -1485,9 +1485,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "5.26.5", "version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true "dev": true
}, },
"node_modules/workerpool": { "node_modules/workerpool": {

View file

@ -22,7 +22,7 @@
"blockhash-core": "^0.1.0" "blockhash-core": "^0.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.12.3", "@types/node": "^22.5.2",
"expect": "^29.7.0", "expect": "^29.7.0",
"mocha": "^10.4.0", "mocha": "^10.4.0",
"prettier": "3.3.0" "prettier": "3.3.0"