diff --git a/package-lock.json b/package-lock.json index c349c1ae..4a3e3945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", "@types/mock-knex": "^0.4.8", - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@types/supertest": "^6.0.2", "c8": "^9.1.0", "chai": "^5.1.0", @@ -1513,9 +1513,9 @@ } }, "node_modules/@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "version": "20.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", + "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index a4f64626..1b9a3789 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/express": "^4.17.21", "@types/mocha": "^10.0.6", "@types/mock-knex": "^0.4.8", - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@types/supertest": "^6.0.2", "c8": "^9.1.0", "chai": "^5.1.0",