From 3a312bdcc1e5a51a2bbad10c36dd262549d61342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:12:16 +0000 Subject: [PATCH] chore(deps-dev): bump builtin-modules from 3.3.0 to 4.0.0 Bumps [builtin-modules](https://github.com/sindresorhus/builtin-modules) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/builtin-modules/releases) - [Commits](https://github.com/sindresorhus/builtin-modules/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: builtin-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 35e078e7a0..3ef12f97f3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/parser": "^5.59.8", "approvals": "^6.2.4", "async-mutex": "^0.4.0", - "builtin-modules": "^3.3.0", + "builtin-modules": "^4.0.0", "esbuild": "0.15.6", "esbuild-sass-plugin": "^3.2.0", "esbuild-svelte": "^0.8.0", diff --git a/yarn.lock b/yarn.lock index 90f9bbe015..0c979ac546 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1701,10 +1701,10 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" -builtin-modules@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" - integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== +builtin-modules@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-4.0.0.tgz#348db54ec0e6b197494423d26845f1674025ee46" + integrity sha512-p1n8zyCkt1BVrKNFymOHjcDSAl7oq/gUvfgULv2EblgpPVQlQr9yHnWjg9IJ2MhfwPqiYqMMrr01OY7yQoK2yA== call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.4, call-bind@^1.0.5: version "1.0.5"