From d928145fa1f2988a5847b923a9dd6f6c40421413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:06:10 +0000 Subject: [PATCH] chore(deps):(deps): bump is-absolute-url from 4.0.1 to 5.0.0 Bumps [is-absolute-url](https://github.com/sindresorhus/is-absolute-url) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/sindresorhus/is-absolute-url/releases) - [Commits](https://github.com/sindresorhus/is-absolute-url/compare/v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: is-absolute-url dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80d0ac05..ddda5bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "hast-util-to-html": "^9.0.5", "hast-util-to-jsx-runtime": "^2.3.5", "hast-util-to-string": "^3.0.1", - "is-absolute-url": "^4.0.1", + "is-absolute-url": "^5.0.0", "js-yaml": "^4.1.0", "lightningcss": "^1.29.1", "mdast-util-find-and-replace": "^3.0.2", @@ -5202,11 +5202,12 @@ } }, "node_modules/is-absolute-url": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz", - "integrity": "sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-5.0.0.tgz", + "integrity": "sha512-sdJyNpBnQHuVnBunfzjAecOhZr2+A30ywfFvu3EnxtKLUWfwGgyWUmqHbGZiU6vTfHpCPm5GvLe4BAvlU9n8VQ==", + "license": "MIT", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 568925ee..c7328568 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "hast-util-to-html": "^9.0.5", "hast-util-to-jsx-runtime": "^2.3.5", "hast-util-to-string": "^3.0.1", - "is-absolute-url": "^4.0.1", + "is-absolute-url": "^5.0.0", "js-yaml": "^4.1.0", "lightningcss": "^1.29.1", "mdast-util-find-and-replace": "^3.0.2",