From 9e4c9a9a06020ed272e49a278c391fcf267e66af Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 11 Jan 2022 22:47:21 -0800 Subject: [PATCH] [Deps] update `is-core-module`, `resolve` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07068866b..6f618421d 100644 --- a/package.json +++ b/package.json @@ -106,11 +106,11 @@ "eslint-import-resolver-node": "^0.3.6", "eslint-module-utils": "^2.7.2", "has": "^1.0.3", - "is-core-module": "^2.8.0", + "is-core-module": "^2.8.1", "is-glob": "^4.0.3", "minimatch": "^3.0.4", "object.values": "^1.1.5", - "resolve": "^1.20.0", + "resolve": "^1.21.0", "tsconfig-paths": "^3.12.0" } }