From 1993a66218e7ff1ff4df60fd264195eb98f85d94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 19:23:56 +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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c70508b..46e2c6e9 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.0", "copyfiles": "2.4.1", "cz-conventional-changelog": "3.3.0", @@ -2887,12 +2887,12 @@ "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, "engines": { - "node": ">=6" + "node": ">=18.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 4aecf9eb..c49acb00 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.0", "copyfiles": "2.4.1", "cz-conventional-changelog": "3.3.0",