diff --git a/package-lock.json b/package-lock.json index c981e24d..042cc0c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@shlinkio/eslint-config-js-coding-standard": "~2.3.0", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", - "@types/node": "^20.9.0", + "@types/node": "^20.10.0", "@types/react": "^18.2.38", "eslint": "^8.54.0", "jsdom": "^22.1.0", @@ -2711,9 +2711,9 @@ } }, "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": "20.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", + "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", "dependencies": { "undici-types": "~5.26.4" } @@ -17305,9 +17305,9 @@ } }, "@types/node": { - "version": "20.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", - "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", + "version": "20.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", + "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", "requires": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 8cdadf71..690dffcf 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@shlinkio/eslint-config-js-coding-standard": "~2.3.0", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", - "@types/node": "^20.9.0", + "@types/node": "^20.10.0", "@types/react": "^18.2.38", "eslint": "^8.54.0", "jsdom": "^22.1.0",