From ef6a79953353a1c445987011e9a710cb93f6c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 10:52:03 +0100 Subject: [PATCH] web: bump @lingui/core from 3.17.1 to 3.17.2 in /web (#4791) Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.17.1 to 3.17.2. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/compare/v3.17.1...v3.17.2) --- updated-dependencies: - dependency-name: "@lingui/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 37 ++++++++++++++++++++++++++++++------- web/package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 6a1c8bce1..cecd85968 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.1", - "@lingui/core": "^3.17.1", + "@lingui/core": "^3.17.2", "@lingui/detect-locale": "^3.17.2", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2", @@ -2314,6 +2314,19 @@ "typescript": "2 || 3 || 4" } }, + "node_modules/@lingui/cli/node_modules/@lingui/core": { + "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.20.13", + "@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", @@ -2485,9 +2498,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.1.tgz", - "integrity": "sha512-IUR+07aWFDQB8LkMFRM1UWTOj2spPNHukqX+9i9vPDpbPTiNjUO68aHqAXfpnMu/kUJBZJtN6V37wlJi8dc0oQ==", + "version": "3.17.2", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.2.tgz", + "integrity": "sha512-YOd068NanznN8lLQqOKPlAY0ill3rrgmiAvPRKuYkrxzJMIHqlIFO/2Kcc/RH5vClOmLfg+wgR4rsHK/kLKelQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@messageformat/parser": "^5.0.0", @@ -11869,6 +11882,16 @@ "ramda": "^0.27.1" }, "dependencies": { + "@lingui/core": { + "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.20.13", + "@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", @@ -11984,9 +12007,9 @@ } }, "@lingui/core": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.1.tgz", - "integrity": "sha512-IUR+07aWFDQB8LkMFRM1UWTOj2spPNHukqX+9i9vPDpbPTiNjUO68aHqAXfpnMu/kUJBZJtN6V37wlJi8dc0oQ==", + "version": "3.17.2", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.17.2.tgz", + "integrity": "sha512-YOd068NanznN8lLQqOKPlAY0ill3rrgmiAvPRKuYkrxzJMIHqlIFO/2Kcc/RH5vClOmLfg+wgR4rsHK/kLKelQ==", "requires": { "@babel/runtime": "^7.20.13", "@messageformat/parser": "^5.0.0", diff --git a/web/package.json b/web/package.json index 64a201e49..0c4dba5ab 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.1", - "@lingui/core": "^3.17.1", + "@lingui/core": "^3.17.2", "@lingui/detect-locale": "^3.17.2", "@lingui/macro": "^3.17.1", "@patternfly/patternfly": "^4.224.2",