diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0f73d5c..2433442 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5004,9 +5004,9 @@ "dev": true }, "handlebars": { - "version": "4.7.6", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha1-1MBcG6+Q6ZRfd6pop6IZqkp9904=", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "requires": { "minimist": "^1.2.5", "neo-async": "^2.6.0", @@ -9277,9 +9277,9 @@ "dev": true }, "uglify-js": { - "version": "3.10.2", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/uglify-js/-/uglify-js-3.10.2.tgz", - "integrity": "sha1-jPoSCf0EGZzIp/mTDd7bMLDxkS0=", + "version": "3.13.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.13.5.tgz", + "integrity": "sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==", "optional": true }, "unbzip2-stream": { @@ -10403,7 +10403,7 @@ }, "wordwrap": { "version": "1.0.0", - "resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/wordwrap/-/wordwrap-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" }, "worker-farm": { diff --git a/frontend/package.json b/frontend/package.json index 0020025..74c62f3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "domify": "1.4.0", - "handlebars": "4.7.6", + "handlebars": "4.7.7", "handlebars-loader": "1.7.1", "socket.io-client": "2.3.0", "uuid": "^2.0.2",