diff --git a/web/package-lock.json b/web/package-lock.json index af8585315..a428ed33b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -20,7 +20,7 @@ "@lingui/cli": "^3.12.1", "@lingui/core": "^3.13.0", "@lingui/detect-locale": "^3.12.1", - "@lingui/macro": "^3.12.1", + "@lingui/macro": "^3.13.0", "@patternfly/patternfly": "^4.159.1", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1", @@ -1947,9 +1947,9 @@ } }, "node_modules/@lingui/conf": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.12.1.tgz", - "integrity": "sha512-asTFAUTf8zxYU+fI1MxggJD/o4BenT/rE4IJ/+ngaf1cbzBo71lXmhSYkIa8/vTZrdHDSuXGzIL43f1D9BF6YA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.0.tgz", + "integrity": "sha512-1vl7NEZWMuiM2JCqnvlGmoyqlwB4isSEZrzvKWGAGMRLxMuuKR6PrH1Khgl4x2WRLZxfEysXTe6YR08Ra68irQ==", "dependencies": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -2048,12 +2048,12 @@ } }, "node_modules/@lingui/macro": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.12.1.tgz", - "integrity": "sha512-CszdqDnaCo5cnbg6RROYnYtYGOADPhJuRf9U9t2aL9IsN+N7pSQAMdMLbjYkEMT/V8Cjon33ZjLgeGihe0FhSA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.0.tgz", + "integrity": "sha512-TmwAiFnxtutDEKp7KFtUmq5vIfv56zn0FV0ZgrISUcW1liVlRyqW6YnQ7cv4AzsPnkBhO2+O2YVoHY1r5owMvA==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.12.1", + "@lingui/conf": "^3.13.0", "ramda": "^0.27.1" }, "engines": { @@ -10076,9 +10076,9 @@ } }, "@lingui/conf": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.12.1.tgz", - "integrity": "sha512-asTFAUTf8zxYU+fI1MxggJD/o4BenT/rE4IJ/+ngaf1cbzBo71lXmhSYkIa8/vTZrdHDSuXGzIL43f1D9BF6YA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.0.tgz", + "integrity": "sha512-1vl7NEZWMuiM2JCqnvlGmoyqlwB4isSEZrzvKWGAGMRLxMuuKR6PrH1Khgl4x2WRLZxfEysXTe6YR08Ra68irQ==", "requires": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -10149,12 +10149,12 @@ "integrity": "sha512-/apP+LscyRuh+CIf42+LNuYmEsceNA/rh6N3iqebNcEsOcIzLA8v6dq1llzDOlfd3SxEj7xP9Kfhn6Vnp+78+Q==" }, "@lingui/macro": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.12.1.tgz", - "integrity": "sha512-CszdqDnaCo5cnbg6RROYnYtYGOADPhJuRf9U9t2aL9IsN+N7pSQAMdMLbjYkEMT/V8Cjon33ZjLgeGihe0FhSA==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.0.tgz", + "integrity": "sha512-TmwAiFnxtutDEKp7KFtUmq5vIfv56zn0FV0ZgrISUcW1liVlRyqW6YnQ7cv4AzsPnkBhO2+O2YVoHY1r5owMvA==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.12.1", + "@lingui/conf": "^3.13.0", "ramda": "^0.27.1" } }, diff --git a/web/package.json b/web/package.json index 9e1a3a920..9bf7e4a15 100644 --- a/web/package.json +++ b/web/package.json @@ -56,7 +56,7 @@ "@lingui/cli": "^3.12.1", "@lingui/core": "^3.13.0", "@lingui/detect-locale": "^3.12.1", - "@lingui/macro": "^3.12.1", + "@lingui/macro": "^3.13.0", "@patternfly/patternfly": "^4.159.1", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1",