chore(deps): update dependency @types/node to v25.8.0

This commit is contained in:
Łukasz Mierzwa
2026-05-15 17:50:02 +01:00
committed by Łukasz Mierzwa
parent 54cd6e0e0b
commit fc0ca953a9
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -57,7 +57,7 @@
"@types/bricks.js": "1.8.5",
"@types/fontfaceobserver": "2.1.3",
"@types/jest": "30.0.0",
"@types/node": "25.7.0",
"@types/node": "25.8.0",
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
@@ -5387,13 +5387,13 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz",
"integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==",
"version": "25.8.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
"integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.21.0"
"undici-types": ">=7.24.0 <7.24.7"
}
},
"node_modules/@types/parse-json": {
@@ -13055,9 +13055,9 @@
}
},
"node_modules/undici-types": {
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz",
"integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==",
"version": "7.24.6",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -53,7 +53,7 @@
"@types/bricks.js": "1.8.5",
"@types/fontfaceobserver": "2.1.3",
"@types/jest": "30.0.0",
"@types/node": "25.7.0",
"@types/node": "25.8.0",
"@types/promise-retry": "1.1.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",