diff --git a/cyclotron-svc/package-lock.json b/cyclotron-svc/package-lock.json index d61eaa6..fcf373e 100644 --- a/cyclotron-svc/package-lock.json +++ b/cyclotron-svc/package-lock.json @@ -133,7 +133,7 @@ }, "bluebird": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", "integrity": "sha1-qgkKKcG/vAEIlgk1j0scN2g1Ffk=" }, "body-parser": { @@ -377,7 +377,7 @@ "dependencies": { "lodash": { "version": "3.10.1", - "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" } } @@ -592,7 +592,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" @@ -705,7 +705,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -1117,9 +1117,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "mongodb": { "version": "2.1.18", @@ -1201,12 +1201,12 @@ "dependencies": { "bluebird": { "version": "2.10.2", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", "integrity": "sha1-AkpVFylTCIV/FPkfEQb8O1VfRGs=" }, "debug": { "version": "2.2.0", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", "requires": { "ms": "0.7.1" @@ -1652,7 +1652,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index e60db24..eca4a7e 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -33,7 +33,7 @@ "jsondiffpatch": "0.1.41", "ldapjs": "1.0.1", "lodash": "^4.17.15", - "moment": "^2.22.2", + "moment": "^2.29.4", "mongoose": "~4.5.1", "morgan": "^1.9.1", "node-uuid": "~1.4.3",