From 80912cace00e667f0a904e39961e02954b8ba423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:27:20 +0200 Subject: [PATCH] build(deps): bump @lingui/core from 3.13.2 to 3.13.3 in /web (#2769) Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 3.13.2 to 3.13.3. - [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.13.2...v3.13.3) --- 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 | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0d6cfed33..e049655a7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "@goauthentik/api": "^2022.4.1-1650207200", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.2", - "@lingui/core": "^3.13.2", + "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.13.2", "@lingui/macro": "^3.13.2", "@patternfly/patternfly": "^4.185.1", @@ -2096,9 +2096,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.2.tgz", - "integrity": "sha512-ic1uC+bS7hpfM4oVugHKel8UhlLAwykSv2TYw3oyeEQhvCS232nSzh+PFbP0BXK1hZ0UdHve7mODpgADuwHIQA==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz", + "integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -10304,9 +10304,9 @@ } }, "@lingui/core": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.2.tgz", - "integrity": "sha512-ic1uC+bS7hpfM4oVugHKel8UhlLAwykSv2TYw3oyeEQhvCS232nSzh+PFbP0BXK1hZ0UdHve7mODpgADuwHIQA==", + "version": "3.13.3", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.13.3.tgz", + "integrity": "sha512-3rQDIC7PtPfUuZCSNfU0nziWNMlGk3JhpxENzGrlt1M8w5RHson89Mk1Ce/how+hWzFpumCQDWLDDhyRPpydbg==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index 20e6b92fb..71423c488 100644 --- a/web/package.json +++ b/web/package.json @@ -62,7 +62,7 @@ "@goauthentik/api": "^2022.4.1-1650207200", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.2", - "@lingui/core": "^3.13.2", + "@lingui/core": "^3.13.3", "@lingui/detect-locale": "^3.13.2", "@lingui/macro": "^3.13.2", "@patternfly/patternfly": "^4.185.1",