From c72137d974e5b97b80d352fc38a1ed498f4c6eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:58:16 +0000 Subject: [PATCH] fix(deps): update dependency file-url to v4 --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75b2e644..07f1e247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@xmldom/xmldom": "^0.9.8", "buffer-crc32": "^1.0.0", "dotenv": "^17.2.1", - "file-url": "^3.0.0", + "file-url": "^4.0.0", "iconv-lite": "^0.6.3", "minimatch": "^10.0.3", "moment": "^2.30.1", @@ -5740,11 +5740,14 @@ } }, "node_modules/file-url": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/file-url/-/file-url-3.0.0.tgz", - "integrity": "sha512-g872QGsHexznxkIAdK8UiZRe7SkE6kvylShU4Nsj8NvfvZag7S0QuQ4IgvPDkk75HxgjIVDwycFTDAgIiO4nDA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/file-url/-/file-url-4.0.0.tgz", + "integrity": "sha512-vRCdScQ6j3Ku6Kd7W1kZk9c++5SqD6Xz5Jotrjr/nkY714M14RFHy/AAVA2WQvpsqVAVgTbDrYyBpU205F0cLw==", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/fill-range": { @@ -18522,9 +18525,9 @@ } }, "file-url": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/file-url/-/file-url-3.0.0.tgz", - "integrity": "sha512-g872QGsHexznxkIAdK8UiZRe7SkE6kvylShU4Nsj8NvfvZag7S0QuQ4IgvPDkk75HxgjIVDwycFTDAgIiO4nDA==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/file-url/-/file-url-4.0.0.tgz", + "integrity": "sha512-vRCdScQ6j3Ku6Kd7W1kZk9c++5SqD6Xz5Jotrjr/nkY714M14RFHy/AAVA2WQvpsqVAVgTbDrYyBpU205F0cLw==" }, "fill-range": { "version": "7.1.1", diff --git a/package.json b/package.json index 6611a383..30279b17 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@xmldom/xmldom": "^0.9.8", "buffer-crc32": "^1.0.0", "dotenv": "^17.2.1", - "file-url": "^3.0.0", + "file-url": "^4.0.0", "iconv-lite": "^0.6.3", "minimatch": "^10.0.3", "moment": "^2.30.1",