From cba0cf0d7656fde3fe0770c79cf62f24c0bc1a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 08:51:11 +0200 Subject: [PATCH] build(deps): bump @lingui/core from 3.10.3 to 3.10.4 in /web (#1035) --- 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 ed386f151..0072453eb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.14.5", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.10.2", - "@lingui/core": "^3.10.3", + "@lingui/core": "^3.10.4", "@lingui/macro": "^3.10.2", "@patternfly/patternfly": "^4.108.2", "@polymer/iron-form": "^3.0.1", @@ -2047,9 +2047,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.3.tgz", - "integrity": "sha512-BiuWi5xPpQa27oIWWnkOYNx4qTMdMeu7vp5y1AGPYQ/4SO0rHfAtOxXtvRU/ktVwht/lIgx5Ygq5J3F+XLvOQA==", + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.4.tgz", + "integrity": "sha512-V9QKQ9PFMTPrGGz2PaeKHZcxFikQZzJbptyQbVFJdXaKhdE2RH6HhdK1PIziDHqp6ZWPthVIfVLURT3ku8eu5w==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -9431,9 +9431,9 @@ } }, "@lingui/core": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.3.tgz", - "integrity": "sha512-BiuWi5xPpQa27oIWWnkOYNx4qTMdMeu7vp5y1AGPYQ/4SO0rHfAtOxXtvRU/ktVwht/lIgx5Ygq5J3F+XLvOQA==", + "version": "3.10.4", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.10.4.tgz", + "integrity": "sha512-V9QKQ9PFMTPrGGz2PaeKHZcxFikQZzJbptyQbVFJdXaKhdE2RH6HhdK1PIziDHqp6ZWPthVIfVLURT3ku8eu5w==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index 015702ae5..9c6a0fe56 100644 --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "@babel/preset-typescript": "^7.14.5", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.10.2", - "@lingui/core": "^3.10.3", + "@lingui/core": "^3.10.4", "@lingui/macro": "^3.10.2", "@patternfly/patternfly": "^4.108.2", "@polymer/iron-form": "^3.0.1",