diff --git a/web/package-lock.json b/web/package-lock.json index ed386f151..0072453eb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.14.5", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.10.2", - "@lingui/core": "^3.10.3", + "@lingui/core": "^3.10.4", "@lingui/macro": "^3.10.2", "@patternfly/patternfly": "^4.108.2", "@polymer/iron-form": "^3.0.1", @@ -2047,9 +2047,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.3.tgz", - "integrity": "sha512-BiuWi5xPpQa27oIWWnkOYNx4qTMdMeu7vp5y1AGPYQ/4SO0rHfAtOxXtvRU/ktVwht/lIgx5Ygq5J3F+XLvOQA==", + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.4.tgz", + "integrity": "sha512-V9QKQ9PFMTPrGGz2PaeKHZcxFikQZzJbptyQbVFJdXaKhdE2RH6HhdK1PIziDHqp6ZWPthVIfVLURT3ku8eu5w==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -9431,9 +9431,9 @@ } }, "@lingui/core": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.3.tgz", - "integrity": "sha512-BiuWi5xPpQa27oIWWnkOYNx4qTMdMeu7vp5y1AGPYQ/4SO0rHfAtOxXtvRU/ktVwht/lIgx5Ygq5J3F+XLvOQA==", + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.4.tgz", + "integrity": "sha512-V9QKQ9PFMTPrGGz2PaeKHZcxFikQZzJbptyQbVFJdXaKhdE2RH6HhdK1PIziDHqp6ZWPthVIfVLURT3ku8eu5w==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index 015702ae5..9c6a0fe56 100644 --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "@babel/preset-typescript": "^7.14.5", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.10.2", - "@lingui/core": "^3.10.3", + "@lingui/core": "^3.10.4", "@lingui/macro": "^3.10.2", "@patternfly/patternfly": "^4.108.2", "@polymer/iron-form": "^3.0.1",