From 84c4bfc2b61e22173e840955fe6124f6caa91892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 09:34:01 +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 175b5b97..6b0bb783 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", @@ -5738,11 +5738,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": { @@ -18502,9 +18505,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 717617de..309937e5 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",