From 61e5be984a0d85d401459b348565312e73430fde Mon Sep 17 00:00:00 2001 From: Scott Prue Date: Fri, 11 Oct 2024 14:47:04 -0600 Subject: [PATCH] fix: remove version lock of @faker-js/faker --- default.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default.json b/default.json index 333eb7e..714dc8a 100644 --- a/default.json +++ b/default.json @@ -93,11 +93,6 @@ "matchPackageNames": ["faker", "@types/faker"], "enabled": false }, - { - "description": "Skip @faker-js/faker update to v7 (since it is ESM) [PLAT-2487]", - "matchPackageNames": ["@faker-js/faker"], - "allowedVersions": "<=6.3.1" - }, { "description": "node-config library and types", "matchPackageNames": ["config", "@types/config"],