diff --git a/identify/package-lock.json b/identify/package-lock.json index 767bfe3..8ab4c71 100644 --- a/identify/package-lock.json +++ b/identify/package-lock.json @@ -2021,9 +2021,9 @@ "integrity": "sha1-XxrOu1OyzSr6+2+GA01azjnxq0g=" }, "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/identify/package.json b/identify/package.json index e7701c9..3111a1a 100644 --- a/identify/package.json +++ b/identify/package.json @@ -22,7 +22,7 @@ "dotenv": "^2.0.0", "gm": "^1.23.1", "home": "^1.0.1", - "moment": "^2.24.0", + "moment": "^2.29.2", "node-babel": "^0.1.2", "snyk": "^1.290.1", "tmp": "0.0.28",