diff --git a/package-lock.json b/package-lock.json index 4991f4f3..44cbe635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", - "@types/node": "20.10.6", + "@types/node": "20.10.7", "@types/react": "18.2.47", "@types/react-dom": "18.2.18", "@typescript-eslint/eslint-plugin": "6.18.0", @@ -4414,9 +4414,9 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.10.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", - "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", + "version": "20.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", + "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 43c0881e..b7a33ad3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", - "@types/node": "20.10.6", + "@types/node": "20.10.7", "@types/react": "18.2.47", "@types/react-dom": "18.2.18", "@typescript-eslint/eslint-plugin": "6.18.0",