From c495a030bcb4cf618d9edb08f032e4f54ae4d2a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 23:43:06 +0000 Subject: [PATCH] Bump query from `4c21bf5` to `421c824` Bumps [query](https://github.com/protobi/query) from `4c21bf5` to `421c824`. - [Release notes](https://github.com/protobi/query/releases) - [Commits](https://github.com/protobi/query/compare/4c21bf5d75c6222bd45435d4491bd1c52cb6c243...421c8240ca3dfc05b6ee9e87c826d6b201ae7261) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 98dcb83..d37c440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1354,8 +1354,7 @@ "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "loose-envify": { "version": "1.4.0", @@ -1739,17 +1738,10 @@ "dev": true }, "query": { - "version": "github:protobi/query#4c21bf5d75c6222bd45435d4491bd1c52cb6c243", - "from": "github:protobi/query", + "version": "github:protobi/query#421c8240ca3dfc05b6ee9e87c826d6b201ae7261", + "from": "github:protobi/query#421c8240ca3dfc05b6ee9e87c826d6b201ae7261", "requires": { "lodash": "^4.17.15" - }, - "dependencies": { - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" - } } }, "react-is": {