From 3896403ebe919e5ff632eb23c23177ece95391e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:33:58 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=F0=9F=94=A8=20Upgrade=20depende?= =?UTF-8?q?ncy=20builtin-modules=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fbf667e..eb7ad47a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/node-schedule": "2.1.7", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "builtin-modules": "3.3.0", + "builtin-modules": "4.0.0", "commitizen": "4.3.1", "copyfiles": "2.4.1", "cz-conventional-changelog": "3.3.0", @@ -2946,12 +2946,13 @@ "dev": true }, "node_modules/builtin-modules": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-4.0.0.tgz", + "integrity": "sha512-p1n8zyCkt1BVrKNFymOHjcDSAl7oq/gUvfgULv2EblgpPVQlQr9yHnWjg9IJ2MhfwPqiYqMMrr01OY7yQoK2yA==", "dev": true, + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=18.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 24dc894b..1efda221 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/node-schedule": "2.1.7", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", - "builtin-modules": "3.3.0", + "builtin-modules": "4.0.0", "commitizen": "4.3.1", "copyfiles": "2.4.1", "cz-conventional-changelog": "3.3.0",