diff --git a/web/package-lock.json b/web/package-lock.json index 125fa9729..83e8874ce 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -21,7 +21,7 @@ "@lingui/cli": "^3.13.3", "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.14.0", - "@lingui/macro": "^3.13.3", + "@lingui/macro": "^3.14.0", "@patternfly/patternfly": "^4.196.7", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1", @@ -2050,9 +2050,9 @@ } }, "node_modules/@lingui/conf": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.3.tgz", - "integrity": "sha512-UmGx/5rtSvb2S+RFYjQGiux5Xh5xvVICss4ONf8eU4Xm8jUvjtErTXVSF3GAhCI2aC/R3bZJZf0uSj7LbsrOiw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.14.0.tgz", + "integrity": "sha512-5GMAbIRad9FavqYsfZCRAwjcOLzE7tONDJe9lSYE5SSJbbG01RI5kR5P0B84DUhTI6cGXau+1dAcP9K+JbEx+g==", "dependencies": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -2151,12 +2151,12 @@ } }, "node_modules/@lingui/macro": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.3.tgz", - "integrity": "sha512-nPldmgPGNfGTVW3TTkSZiaPI5jDQKwv/Hfmjzwo/VzfXpcjxoqz0oDGQBx8mbdKcMgpq+g6fV2Y5aCosTazdqg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.14.0.tgz", + "integrity": "sha512-NxTRrhrZ/cUO9PX/4vWys90Ku58+ExxHuE30IuDnnDldWhWlOdycmjDt9tB+yIiUdFym/veSxBs+h114FzG5mA==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.13.3", + "@lingui/conf": "^3.14.0", "ramda": "^0.27.1" }, "engines": { @@ -10296,9 +10296,9 @@ } }, "@lingui/conf": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.3.tgz", - "integrity": "sha512-UmGx/5rtSvb2S+RFYjQGiux5Xh5xvVICss4ONf8eU4Xm8jUvjtErTXVSF3GAhCI2aC/R3bZJZf0uSj7LbsrOiw==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.14.0.tgz", + "integrity": "sha512-5GMAbIRad9FavqYsfZCRAwjcOLzE7tONDJe9lSYE5SSJbbG01RI5kR5P0B84DUhTI6cGXau+1dAcP9K+JbEx+g==", "requires": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -10369,12 +10369,12 @@ "integrity": "sha512-IELWULt9I+iyVlxGES21cXoOwTcPSIisElAmr3/KJlqvJ9zXT3s4w4Jxw9j5oHJjdxBDRkifwpnVmGd57wrmzg==" }, "@lingui/macro": { - "version": "3.13.3", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.3.tgz", - "integrity": "sha512-nPldmgPGNfGTVW3TTkSZiaPI5jDQKwv/Hfmjzwo/VzfXpcjxoqz0oDGQBx8mbdKcMgpq+g6fV2Y5aCosTazdqg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.14.0.tgz", + "integrity": "sha512-NxTRrhrZ/cUO9PX/4vWys90Ku58+ExxHuE30IuDnnDldWhWlOdycmjDt9tB+yIiUdFym/veSxBs+h114FzG5mA==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.13.3", + "@lingui/conf": "^3.14.0", "ramda": "^0.27.1" } }, diff --git a/web/package.json b/web/package.json index 67397012e..436d1757f 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@lingui/cli": "^3.13.3", "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.14.0", - "@lingui/macro": "^3.13.3", + "@lingui/macro": "^3.14.0", "@patternfly/patternfly": "^4.196.7", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1",