From c5d208debf4c11c7db60d2304fddc7bf54283e79 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 19 Aug 2021 13:13:47 -0700 Subject: [PATCH] [Deps] update `eslint-import-resolver-node`, `is-core-module`, `object.values`, `tsconfig-paths` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e3bc5a8d9..e4b000068 100644 --- a/package.json +++ b/package.json @@ -104,16 +104,16 @@ "array.prototype.flat": "^1.2.4", "debug": "^2.6.9", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.5", + "eslint-import-resolver-node": "^0.3.6", "eslint-module-utils": "^2.6.2", "find-up": "^2.0.0", "has": "^1.0.3", - "is-core-module": "^2.4.0", + "is-core-module": "^2.6.0", "minimatch": "^3.0.4", - "object.values": "^1.1.3", + "object.values": "^1.1.4", "pkg-up": "^2.0.0", "read-pkg-up": "^3.0.0", "resolve": "^1.20.0", - "tsconfig-paths": "^3.9.0" + "tsconfig-paths": "^3.10.1" } }