Explorar el Código

chore(deps): update dependency @types/node to v22 (#117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] hace 9 meses
padre
commit
ed0c81ab8f
Se han modificado 2 ficheros con 12 adiciones y 10 borrados
  1. 11 9
      package-lock.json
  2. 1 1
      package.json

+ 11 - 9
package-lock.json

@@ -15,7 +15,7 @@
 				"@nomicfoundation/hardhat-toolbox": "^5.0.0",
 				"@nomiclabs/hardhat-solhint": "^3.0.1",
 				"@openzeppelin/test-helpers": "^0.5.16",
-				"@types/node": "^20.0.0",
+				"@types/node": "^22.0.0",
 				"@typescript-eslint/eslint-plugin": "^7.0.0",
 				"@typescript-eslint/parser": "^7.0.0",
 				"dotenv": "^16.3.1",
@@ -4515,12 +4515,13 @@
 			"peer": true
 		},
 		"node_modules/@types/node": {
-			"version": "20.9.0",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
-			"integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
+			"version": "22.8.2",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz",
+			"integrity": "sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==",
 			"dev": true,
+			"license": "MIT",
 			"dependencies": {
-				"undici-types": "~5.26.4"
+				"undici-types": "~6.19.8"
 			}
 		},
 		"node_modules/@types/pbkdf2": {
@@ -14733,10 +14734,11 @@
 			}
 		},
 		"node_modules/undici-types": {
-			"version": "5.26.5",
-			"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
-			"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
-			"dev": true
+			"version": "6.19.8",
+			"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
+			"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
+			"dev": true,
+			"license": "MIT"
 		},
 		"node_modules/universalify": {
 			"version": "2.0.1",

+ 1 - 1
package.json

@@ -25,7 +25,7 @@
 		"@nomicfoundation/hardhat-toolbox": "^5.0.0",
 		"@nomiclabs/hardhat-solhint": "^3.0.1",
 		"@openzeppelin/test-helpers": "^0.5.16",
-		"@types/node": "^20.0.0",
+		"@types/node": "^22.0.0",
 		"@typescript-eslint/eslint-plugin": "^7.0.0",
 		"@typescript-eslint/parser": "^7.0.0",
 		"dotenv": "^16.3.1",