From f830a87513d6a29f8ab00d0e2dfc48c351bad0b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:27:54 +0000 Subject: [PATCH] fix(deps): update dependency parse-github-url to v1.0.3 (#6750) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2f1f2e9a2f..2d1c2b8bedd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "p-map": "7.0.2", "p-wait-for": "5.0.2", "parallel-transform": "1.2.0", - "parse-github-url": "1.0.2", + "parse-github-url": "1.0.3", "parse-gitignore": "2.0.0", "path-key": "4.0.0", "prettyjson": "1.2.5", @@ -18471,14 +18471,14 @@ } }, "node_modules/parse-github-url": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", - "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.3.tgz", + "integrity": "sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==", "bin": { "parse-github-url": "cli.js" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, "node_modules/parse-gitignore": { @@ -36504,9 +36504,9 @@ } }, "parse-github-url": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", - "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.3.tgz", + "integrity": "sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==" }, "parse-gitignore": { "version": "2.0.0", diff --git a/package.json b/package.json index b5a8eb8e409..292375a41eb 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "p-map": "7.0.2", "p-wait-for": "5.0.2", "parallel-transform": "1.2.0", - "parse-github-url": "1.0.2", + "parse-github-url": "1.0.3", "parse-gitignore": "2.0.0", "path-key": "4.0.0", "prettyjson": "1.2.5",