diff --git a/js/package-lock.json b/js/package-lock.json index 471081156..e1b2e7a85 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -274,9 +274,9 @@ "integrity": "sha512-hQRhU56shs72y88cS0Uy9g+UAMHoztJ3V+r+iF8o1AK/Bpu8ewmjFDk9j2LjSuN05a9mhxW1rOHnYKOwyTS/Zg==" }, "angular-animate": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.3.tgz", - "integrity": "sha512-RIYQhql+jUU13jwTrXemSMYTfbGuLBr7jh67R3UbR2yCQ8IOxcXHn2tx+hm8PwXX8agsFAQjWSPP5wam5ecuSg==" + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz", + "integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ==" }, "angular-file-upload": { "version": "2.5.0", diff --git a/js/package.json b/js/package.json index a3cb1c187..5acc1875e 100644 --- a/js/package.json +++ b/js/package.json @@ -10,7 +10,7 @@ "dependencies": { "@uirouter/angularjs": "^1.0.20", "angular": "^1.7.3", - "angular-animate": "^1.7.3", + "angular-animate": "^1.7.4", "angular-file-upload": "^2.5.0", "angular-markdown-it": "^0.6.1", "angular-sanitize": "^1.7.3",