From e2dc6b39e796e2d9035d98b07687d7ac2170877b Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Mon, 17 Mar 2025 11:09:36 +0200 Subject: [PATCH] chore: update builtin-modules to 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2dbdfd..661c275 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/sortablejs": "^1.15.8", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", - "builtin-modules": "^4.0.0", + "builtin-modules": "^5.0.0", "bun": "^1.2.2", "codemirror": "^6.0.1", "esbuild": "^0.24.0",