diff --git a/web/package-lock.json b/web/package-lock.json index 9874f3924..5d61dc772 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -21,7 +21,7 @@ "@lingui/cli": "^3.13.2", "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.13.2", - "@lingui/macro": "^3.13.2", + "@lingui/macro": "^3.13.3", "@patternfly/patternfly": "^4.185.1", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1", @@ -2016,9 +2016,9 @@ } }, "node_modules/@lingui/conf": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.2.tgz", - "integrity": "sha512-JhiIBxnh2X4QmLP0/+dnTBc7xnZ6qk5MRsQtJqkEOWGFl09CTrha5uPVqjr5MgkmBOQ6Q8+cRYWG+qtJsuUH5A==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.3.tgz", + "integrity": "sha512-UmGx/5rtSvb2S+RFYjQGiux5Xh5xvVICss4ONf8eU4Xm8jUvjtErTXVSF3GAhCI2aC/R3bZJZf0uSj7LbsrOiw==", "dependencies": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -2117,12 +2117,12 @@ } }, "node_modules/@lingui/macro": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.2.tgz", - "integrity": "sha512-0BdybZkBq8bl4NrT8txX7k8BodyJ/4uQbMIK0ucPJvQ/6Lhj824CodBq5KuMWpcXoMSxUWjQIkIGr1Fi1ckLGg==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.3.tgz", + "integrity": "sha512-nPldmgPGNfGTVW3TTkSZiaPI5jDQKwv/Hfmjzwo/VzfXpcjxoqz0oDGQBx8mbdKcMgpq+g6fV2Y5aCosTazdqg==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.13.2", + "@lingui/conf": "^3.13.3", "ramda": "^0.27.1" }, "engines": { @@ -10246,9 +10246,9 @@ } }, "@lingui/conf": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.2.tgz", - "integrity": "sha512-JhiIBxnh2X4QmLP0/+dnTBc7xnZ6qk5MRsQtJqkEOWGFl09CTrha5uPVqjr5MgkmBOQ6Q8+cRYWG+qtJsuUH5A==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-3.13.3.tgz", + "integrity": "sha512-UmGx/5rtSvb2S+RFYjQGiux5Xh5xvVICss4ONf8eU4Xm8jUvjtErTXVSF3GAhCI2aC/R3bZJZf0uSj7LbsrOiw==", "requires": { "@babel/runtime": "^7.11.2", "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2", @@ -10319,12 +10319,12 @@ "integrity": "sha512-1fouly1ecq1wCKUGtYgFn0Hdsjuz4bBYxh/oIjrqEeb4+bKdjaHbCT2ypsX7rRxs88yOfOWGUYuuzG0EoJXiSw==" }, "@lingui/macro": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.2.tgz", - "integrity": "sha512-0BdybZkBq8bl4NrT8txX7k8BodyJ/4uQbMIK0ucPJvQ/6Lhj824CodBq5KuMWpcXoMSxUWjQIkIGr1Fi1ckLGg==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-3.13.3.tgz", + "integrity": "sha512-nPldmgPGNfGTVW3TTkSZiaPI5jDQKwv/Hfmjzwo/VzfXpcjxoqz0oDGQBx8mbdKcMgpq+g6fV2Y5aCosTazdqg==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "^3.13.2", + "@lingui/conf": "^3.13.3", "ramda": "^0.27.1" } }, diff --git a/web/package.json b/web/package.json index 799003fbe..7caf44038 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "@lingui/cli": "^3.13.2", "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.13.2", - "@lingui/macro": "^3.13.2", + "@lingui/macro": "^3.13.3", "@patternfly/patternfly": "^4.185.1", "@polymer/iron-form": "^3.0.1", "@polymer/paper-input": "^3.2.1",