diff --git a/package-lock.json b/package-lock.json index 9dd3898..ec4e0cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@testing-library/jest-dom": "^5.16.0", "@testing-library/react": "^12.0.0", "@types/jest": "^27.4.0", - "@types/node": "^17.0.8", + "@types/node": "^18.8.1", "@types/testing-library__jest-dom": "^5.14.2", "@types/testing-library__react": "^10.2.0", "@typescript-eslint/eslint-plugin": "^5.10.1", @@ -9545,9 +9545,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", + "version": "18.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.1.tgz", + "integrity": "sha512-vuYaNuEIbOYLTLUAJh50ezEbvxrD43iby+lpUA2aa148Nh5kX/AVO/9m1Ahmbux2iU5uxJTNF9g2Y+31uml7RQ==", "dev": true }, "node_modules/@types/node-fetch": { @@ -44050,9 +44050,9 @@ "dev": true }, "@types/node": { - "version": "17.0.45", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", + "version": "18.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.1.tgz", + "integrity": "sha512-vuYaNuEIbOYLTLUAJh50ezEbvxrD43iby+lpUA2aa148Nh5kX/AVO/9m1Ahmbux2iU5uxJTNF9g2Y+31uml7RQ==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index 8a09c4f..f6e0fd8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@testing-library/jest-dom": "^5.16.0", "@testing-library/react": "^12.0.0", "@types/jest": "^27.4.0", - "@types/node": "^17.0.8", + "@types/node": "^18.8.1", "@types/testing-library__jest-dom": "^5.14.2", "@types/testing-library__react": "^10.2.0", "@typescript-eslint/eslint-plugin": "^5.10.1",