diff --git a/web/package-lock.json b/web/package-lock.json index f175c4ab8..2b88ea193 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -26,7 +26,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.15.0", "@lingui/core": "^3.15.0", - "@lingui/detect-locale": "^3.15.0", + "@lingui/detect-locale": "^3.16.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.222.4", "@polymer/iron-form": "^3.0.1", @@ -2434,11 +2434,11 @@ } }, "node_modules/@lingui/detect-locale": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.15.0.tgz", - "integrity": "sha512-+4yLIAyk8asygMGLbR271qHCAT2HQ2AyjljH/xvwMua0sqVX+ES3fwStggJOsCk0zC1yfjMrjV4lAMTPHy5XoA==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.0.tgz", + "integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw==", "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" } }, "node_modules/@lingui/macro": { @@ -11802,9 +11802,9 @@ } }, "@lingui/detect-locale": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.15.0.tgz", - "integrity": "sha512-+4yLIAyk8asygMGLbR271qHCAT2HQ2AyjljH/xvwMua0sqVX+ES3fwStggJOsCk0zC1yfjMrjV4lAMTPHy5XoA==" + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-3.16.0.tgz", + "integrity": "sha512-7FQy1ccPnVe0/GNAzTmEDrsPHZV1/nSsK6fRKyuOFUkiItc1bVDmlpVfM4UXerERx6Nez+N99Z6Vjc6rg3LARw==" }, "@lingui/macro": { "version": "3.15.0", diff --git a/web/package.json b/web/package.json index 01dd84725..ba594e8cb 100644 --- a/web/package.json +++ b/web/package.json @@ -70,7 +70,7 @@ "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.15.0", "@lingui/core": "^3.15.0", - "@lingui/detect-locale": "^3.15.0", + "@lingui/detect-locale": "^3.16.0", "@lingui/macro": "^3.15.0", "@patternfly/patternfly": "^4.222.4", "@polymer/iron-form": "^3.0.1",