From eb155a46ab7b6ae125c802d263353d9f810e0310 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 7 Nov 2024 12:52:43 -0600 Subject: [PATCH] Upgrade angular-gettext Fixes angular.lowercase is not a function error. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47a32795c..71adc7e3e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "angular": "^1.8.3", "angular-cookies": "^1.8.3", "angular-environment": "^1.0.8", - "angular-gettext": "^2.3.8", + "angular-gettext": "^2.4.2", "angular-route": "^1.8.3", "angular-sanitize": "^1.8.3", "angular-ui-bootstrap": "^2.5.0", diff --git a/yarn.lock b/yarn.lock index e78cd4f0c..5e02b3bf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2646,10 +2646,10 @@ angular-gettext-tools@^2: typescript "~2.0.3" typescript-eslint-parser "^1.0.2" -angular-gettext@^2.3.8: - version "2.3.10" - resolved "https://registry.yarnpkg.com/angular-gettext/-/angular-gettext-2.3.10.tgz#f7125bf1a27b767037c204de352f3b144db9697c" - integrity sha1-9xJb8aJ7dnA3wgTeNS87FE25aXw= +angular-gettext@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/angular-gettext/-/angular-gettext-2.4.2.tgz#e5dde8df91493f826fd7eb8b5d6125a10cc0b681" + integrity sha512-J9Zy76VmN5otw6GyIqJjoLjl+0wwsZSCUPgPfQwM4Mx//hP3leqyS/fgf2MDiMLLyKgoHWkMMzzWbP4iH3+5vQ== angular-mocks@^1.8.3: version "1.8.3"