diff --git a/console/package-lock.json b/console/package-lock.json index 6e80a9ff84..e1bc4b9058 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -9577,9 +9577,9 @@ } }, "moment": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.0.tgz", - "integrity": "sha512-z6IJ5HXYiuxvFTI6eiQ9dm77uE0gyy1yXNApVHqTcnIKfY9tIwEjlzsZ6u1LQXvVgKeTnv9Xm7NDvJ7lso3MtA==" + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", + "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==" }, "move-concurrently": { "version": "1.0.1", diff --git a/console/package.json b/console/package.json index a73721c1ad..0dcf313885 100644 --- a/console/package.json +++ b/console/package.json @@ -35,7 +35,7 @@ "google-protobuf": "^3.13.0", "grpc": "^1.24.3", "grpc-web": "^1.2.1", - "moment": "^2.29.0", + "moment": "^2.29.1", "ngx-moment": "^5.0.0", "ngx-quicklink": "^0.2.4", "rxjs": "~6.6.3",