diff --git a/web/package-lock.json b/web/package-lock.json index 4beea8768..dffe93606 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1518,9 +1518,9 @@ } }, "@lingui/core": { - "version": "3.8.6", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.6.tgz", - "integrity": "sha512-zuyu8tVCsctVK4A9mdlr0v1GJ1o8CpA8FE0M6vSKtz8vnPDsaPdNr9YqME6EW++w4PwhnuMyfrGx8iFIJBzp1A==", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.9.tgz", + "integrity": "sha512-QmEfgukR7w/4/4USZT0LGNt7Yq/RgirFl4088wEta0vgroidxaCRgUXr8RXcdFVjTdtG5dc86JTEj4inZECKvg==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index 72e4354cf..b3ae4a84b 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@babel/preset-typescript": "^7.13.0", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.8.6", - "@lingui/core": "^3.8.6", + "@lingui/core": "^3.8.9", "@lingui/macro": "^3.8.6", "@patternfly/patternfly": "^4.96.2", "@polymer/iron-form": "^3.0.1",