From b976d3e874a3f1e222d8b80f5f2122d28b3aa4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:35:45 +0100 Subject: [PATCH] web: bump @lingui/core from 3.17.0 to 3.17.1 in /web (#4636) Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.17.0 to 3.17.1. - [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.0...v3.17.1) --- 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 | 41 ++++++++++++++++++++++++++++++++--------- web/package.json | 2 +- 2 files changed, 33 insertions(+), 10 deletions(-) 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",