diff --git a/Course_work_final/package-lock.json b/Course_work_final/package-lock.json index b5883c6..d1aba0c 100644 --- a/Course_work_final/package-lock.json +++ b/Course_work_final/package-lock.json @@ -1683,9 +1683,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "ms": { "version": "2.0.0", diff --git a/Course_work_final/package.json b/Course_work_final/package.json index 5ed130f..a144f7a 100644 --- a/Course_work_final/package.json +++ b/Course_work_final/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "express": "^4.17.1", - "moment": "^2.24.0", + "moment": "^2.29.2", "nodemon": "^1.19.1" } }