From aa5623772c3e821c96a2431c86dfcd1c58f46ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 14:47:43 +0200 Subject: [PATCH] build(deps): bump @lingui/core from 3.8.10 to 3.9.0 in /web (#905) --- 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 c1aecdc7c..f9f4ee849 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.13.0", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.9.0", - "@lingui/core": "^3.8.10", + "@lingui/core": "^3.9.0", "@lingui/macro": "^3.8.10", "@patternfly/patternfly": "^4.103.6", "@polymer/iron-form": "^3.0.1", @@ -1763,9 +1763,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.8.10", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz", - "integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.9.0.tgz", + "integrity": "sha512-tbOBqou4fPzHB5aivir1fuikFoMYFcvpWk68Pysg34KN0xagPtyj0Dnz3clmq6Vnuf4SaK4LJdXwNUPWXpah7A==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -9175,9 +9175,9 @@ } }, "@lingui/core": { - "version": "3.8.10", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz", - "integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.9.0.tgz", + "integrity": "sha512-tbOBqou4fPzHB5aivir1fuikFoMYFcvpWk68Pysg34KN0xagPtyj0Dnz3clmq6Vnuf4SaK4LJdXwNUPWXpah7A==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", diff --git a/web/package.json b/web/package.json index 80b8b949d..2a39a77ff 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@ "@babel/preset-typescript": "^7.13.0", "@fortawesome/fontawesome-free": "^5.15.3", "@lingui/cli": "^3.9.0", - "@lingui/core": "^3.8.10", + "@lingui/core": "^3.9.0", "@lingui/macro": "^3.8.10", "@patternfly/patternfly": "^4.103.6", "@polymer/iron-form": "^3.0.1",