From 60d1fff7b725222a3d5dde3f84df3fa8f8ef8735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 04:01:45 +0000 Subject: [PATCH] Bump filter-obj from 2.0.2 to 5.0.0 Bumps [filter-obj](https://github.com/sindresorhus/filter-obj) from 2.0.2 to 5.0.0. - [Release notes](https://github.com/sindresorhus/filter-obj/releases) - [Commits](https://github.com/sindresorhus/filter-obj/compare/v2.0.2...v5.0.0) --- updated-dependencies: - dependency-name: filter-obj dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3d7d966..bfd7baf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "express-graphql": "^0.12.0", - "filter-obj": "^2.0.1", + "filter-obj": "^5.0.0", "got": "^11.8.1", "graphql": "^15.5.0", "hypixelconstants": "^3.3.7", @@ -2572,11 +2572,14 @@ } }, "node_modules/filter-obj": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-2.0.2.tgz", - "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-5.0.0.tgz", + "integrity": "sha512-hpwn4jAynTAA/005cXMPZo0Xqt8RE718HFCMdnZtdNA20uiybo3k5P1gbjGEiQ0xH38suno92S8xPFyuQybOJQ==", "engines": { - "node": ">=8" + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/finalhandler": { @@ -8691,9 +8694,9 @@ } }, "filter-obj": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-2.0.2.tgz", - "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-5.0.0.tgz", + "integrity": "sha512-hpwn4jAynTAA/005cXMPZo0Xqt8RE718HFCMdnZtdNA20uiybo3k5P1gbjGEiQ0xH38suno92S8xPFyuQybOJQ==" }, "finalhandler": { "version": "1.2.0", diff --git a/package.json b/package.json index 47776715..53f8608c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "express-graphql": "^0.12.0", - "filter-obj": "^2.0.1", + "filter-obj": "^5.0.0", "got": "^11.8.1", "graphql": "^15.5.0", "hypixelconstants": "^3.3.7",