diff --git a/package-lock.json b/package-lock.json index e8993064d63..7d564f17631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "@types/gulp": "4.0.17", "@types/http-errors": "2.0.4", "@types/mocha": "10.0.6", - "@types/node": "20.12.11", + "@types/node": "20.12.12", "@types/sinon": "17.0.3", "@types/supertest": "2.0.16", "@types/ws": "8.5.10", @@ -7695,9 +7695,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index c3a28a63fb1..e703bdd20b6 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@types/gulp": "4.0.17", "@types/http-errors": "2.0.4", "@types/mocha": "10.0.6", - "@types/node": "20.12.11", + "@types/node": "20.12.12", "@types/sinon": "17.0.3", "@types/supertest": "2.0.16", "@types/ws": "8.5.10",