diff --git a/Grist/package-lock.json b/Grist/package-lock.json index b935d75..5f1eb61 100644 --- a/Grist/package-lock.json +++ b/Grist/package-lock.json @@ -2677,9 +2677,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==" }, "mongodb": { "version": "3.3.4", diff --git a/Grist/package.json b/Grist/package.json index 192f338..b9cbab2 100644 --- a/Grist/package.json +++ b/Grist/package.json @@ -20,7 +20,7 @@ "express-hbs": "^2.3.0", "express-session": "^1.17.0", "http-errors": "^1.7.3", - "moment": "^2.24.0", + "moment": "^2.29.2", "mongoose": "^5.7.12", "morgan": "^1.9.1", "node-gyp": "^6.0.1"