diff --git a/samples/react-aggregated-calendar/package-lock.json b/samples/react-aggregated-calendar/package-lock.json index 2ca0fe37a..129e804f9 100644 --- a/samples/react-aggregated-calendar/package-lock.json +++ b/samples/react-aggregated-calendar/package-lock.json @@ -11480,9 +11480,9 @@ "dev": true }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "morgan": { "version": "1.6.1", diff --git a/samples/react-aggregated-calendar/package.json b/samples/react-aggregated-calendar/package.json index 7211662c0..29b6b7506 100644 --- a/samples/react-aggregated-calendar/package.json +++ b/samples/react-aggregated-calendar/package.json @@ -20,7 +20,7 @@ "@types/react": "15.6.6", "@types/react-dom": "15.5.6", "@types/webpack-env": ">=1.12.1 <1.14.0", - "moment": "^2.22.2", + "moment": "^2.29.2", "react": "15.6.2", "react-dom": "15.6.2", "sp-client-custom-fields": "^1.3.7"