diff --git a/web/package-lock.json b/web/package-lock.json index 06efbe0d4..8349f1eb8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -26,7 +26,7 @@ "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.0", - "@lingui/core": "^3.16.0", + "@lingui/core": "^3.17.1", "@lingui/detect-locale": "^3.17.0", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", @@ -2291,6 +2291,19 @@ "typescript": "2 || 3 || 4" } }, + "node_modules/@lingui/cli/node_modules/@lingui/core": { + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.0.tgz", + "integrity": "sha512-mmaZykH7zdidUSiG0s4rjwObDfKd5BD+jmWy6x2p1tnxrzRAG9x7DicX+p/F2JOIylP+tb2DcUPnWN+STK0HCg==", + "dependencies": { + "@babel/runtime": "^7.11.2", + "@messageformat/parser": "^5.0.0", + "make-plural": "^6.2.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@lingui/cli/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -2450,11 +2463,11 @@ } }, "node_modules/@lingui/core": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.0.tgz", - "integrity": "sha512-mmaZykH7zdidUSiG0s4rjwObDfKd5BD+jmWy6x2p1tnxrzRAG9x7DicX+p/F2JOIylP+tb2DcUPnWN+STK0HCg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.1.tgz", + "integrity": "sha512-IUR+07aWFDQB8LkMFRM1UWTOj2spPNHukqX+9i9vPDpbPTiNjUO68aHqAXfpnMu/kUJBZJtN6V37wlJi8dc0oQ==", "dependencies": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.20.13", "@messageformat/parser": "^5.0.0", "make-plural": "^6.2.2" }, @@ -11856,6 +11869,16 @@ "ramda": "^0.27.1" }, "dependencies": { + "@lingui/core": { + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.0.tgz", + "integrity": "sha512-mmaZykH7zdidUSiG0s4rjwObDfKd5BD+jmWy6x2p1tnxrzRAG9x7DicX+p/F2JOIylP+tb2DcUPnWN+STK0HCg==", + "requires": { + "@babel/runtime": "^7.11.2", + "@messageformat/parser": "^5.0.0", + "make-plural": "^6.2.2" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -11971,11 +11994,11 @@ } }, "@lingui/core": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.0.tgz", - "integrity": "sha512-mmaZykH7zdidUSiG0s4rjwObDfKd5BD+jmWy6x2p1tnxrzRAG9x7DicX+p/F2JOIylP+tb2DcUPnWN+STK0HCg==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.1.tgz", + "integrity": "sha512-IUR+07aWFDQB8LkMFRM1UWTOj2spPNHukqX+9i9vPDpbPTiNjUO68aHqAXfpnMu/kUJBZJtN6V37wlJi8dc0oQ==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.20.13", "@messageformat/parser": "^5.0.0", "make-plural": "^6.2.2" } diff --git a/web/package.json b/web/package.json index de84bc0c8..edbdc0ac5 100644 --- a/web/package.json +++ b/web/package.json @@ -70,7 +70,7 @@ "@hcaptcha/types": "^1.0.3", "@jackfranklin/rollup-plugin-markdown": "^0.4.0", "@lingui/cli": "^3.17.0", - "@lingui/core": "^3.16.0", + "@lingui/core": "^3.17.1", "@lingui/detect-locale": "^3.17.0", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2",