From 5347ce92d878a7b800eb59a0a36110b72c8c12ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 08:05:57 +0000 Subject: [PATCH] Bump esm-utils from 4.3.0 to 4.4.2 Bumps [esm-utils](https://github.com/fisker/esm-utils) from 4.3.0 to 4.4.2. - [Release notes](https://github.com/fisker/esm-utils/releases) - [Changelog](https://github.com/fisker/esm-utils/blob/main/.release-it.json) - [Commits](https://github.com/fisker/esm-utils/compare/v4.3.0...v4.4.2) --- updated-dependencies: - dependency-name: esm-utils dependency-version: 4.4.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 29c7fc366..c09cea785 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3159,13 +3159,14 @@ } }, "node_modules/esm-utils": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esm-utils/-/esm-utils-4.3.0.tgz", - "integrity": "sha512-KupZztbWAnuksy1TYPjTkePxVlMWzmXdmB72z1WvUadtUiFv6x+0PKjYfyy1io9gdvU1A6QIcu055NRrJu1TEA==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/esm-utils/-/esm-utils-4.4.2.tgz", + "integrity": "sha512-oG7oQZRniJEUSRYzdeWHOAe3n6mW5lNouDFm2b7pfPounjyuSaJSTVybDuiMnBizALdOBfM1r0QKlDh4psOY9Q==", "dev": true, + "license": "MIT", "dependencies": { "import-meta-resolve": "^4.1.0", - "url-or-path": "^2.3.0" + "url-or-path": "^2.6.1" }, "funding": { "url": "https://github.com/fisker/esm-utils?sponsor=1" @@ -7117,10 +7118,11 @@ } }, "node_modules/url-or-path": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/url-or-path/-/url-or-path-2.3.0.tgz", - "integrity": "sha512-5g9xpEJKjbAY8ikLU3XFpEg3hRLGt6SbCQmDElb1AL7JTW6vMi5Na5e3dMvONHisIu9VHgMAADLHJ8EznYR2ow==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/url-or-path/-/url-or-path-2.6.1.tgz", + "integrity": "sha512-fgFGHE43YhtMpv/1ZAdwKE9q2lFfEa9NfJ4yriBtjXbb1GAZxuVQVhsHXhHQjHd6W5A4FcMWQ25gxWmxVglDTw==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/fisker/url-or-path?sponsor=1" }