From a92180756c7c8fbfe2285f286c86291b31dea8fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:08:38 +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 42befbeb..b4375659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@xmldom/xmldom": "^0.8.4", "buffer-crc32": "^0.2.13", "dotenv": "^16.0.3", - "file-url": "^3.0.0", + "file-url": "^4.0.0", "iconv-lite": "^0.6.3", "minimatch": "^5.1.0", "moment": "^2.29.4", @@ -3951,11 +3951,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": { @@ -14650,9 +14653,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.0.1", diff --git a/package.json b/package.json index 8e59a561..55f1baee 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@xmldom/xmldom": "^0.8.4", "buffer-crc32": "^0.2.13", "dotenv": "^16.0.3", - "file-url": "^3.0.0", + "file-url": "^4.0.0", "iconv-lite": "^0.6.3", "minimatch": "^5.1.0", "moment": "^2.29.4",