1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

fix(deps): update dependency git-url-parse to v16 (#9463)

This commit is contained in:
renovate[bot] 2025-03-10 11:58:46 +01:00 committed by GitHub
parent d198f0c696
commit 41733f4e4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 24 additions and 16 deletions

View File

@ -35,7 +35,7 @@
"docusaurus-plugin-remote-content": "^4.0.0",
"docusaurus-plugin-sass": "^0.2.6",
"docusaurus-theme-openapi-docs": "4.3.4",
"git-url-parse": "^15.0.0",
"git-url-parse": "^16.0.0",
"plugin-image-zoom": "flexanalytics/plugin-image-zoom",
"prism-react-renderer": "^2.4.0",
"prism-svelte": "^0.5.0",

View File

@ -4052,6 +4052,13 @@ __metadata:
languageName: node
linkType: hard
"@types/parse-path@npm:^7.0.0":
version: 7.0.3
resolution: "@types/parse-path@npm:7.0.3"
checksum: 10c0/8344b6c7acba4e4e5a8d542f56f53c297685fa92f9b0c085d7532cc7e1b661432cecfc1c75c76cdb0d161c95679b6ecfe0573d9fef7c836962aacf604150a984
languageName: node
linkType: hard
"@types/parse5@npm:^6.0.0":
version: 6.0.3
resolution: "@types/parse5@npm:6.0.3"
@ -8361,22 +8368,22 @@ __metadata:
languageName: node
linkType: hard
"git-up@npm:^7.0.0":
version: 7.0.0
resolution: "git-up@npm:7.0.0"
"git-up@npm:^8.0.0":
version: 8.0.1
resolution: "git-up@npm:8.0.1"
dependencies:
is-ssh: "npm:^1.4.0"
parse-url: "npm:^8.1.0"
checksum: 10c0/a3fa02e1a63c7c824b5ebbf23f4a9a6b34dd80031114c5dd8adb7ef53493642e39d3d80dfef4025a452128400c35c2c138d20a0f6ae5d7d7ef70d9ba13083d34
parse-url: "npm:^9.2.0"
checksum: 10c0/9aa809907ecfc96093d91e2fc68644ace1ac184ed613a67d74f24627172f62f73cc0149037975bd2edf6540676db99632692dc3b18e0a053273e160cf158973f
languageName: node
linkType: hard
"git-url-parse@npm:^15.0.0":
version: 15.0.0
resolution: "git-url-parse@npm:15.0.0"
"git-url-parse@npm:^16.0.0":
version: 16.0.1
resolution: "git-url-parse@npm:16.0.1"
dependencies:
git-up: "npm:^7.0.0"
checksum: 10c0/1813a3ac8e97d348e46471db4710d776cc7b24a56a432339ab0c0f4f2323525a8627a1891aa80a53fd9be973191fe2902c0af8e17fb9b04f29445a83fbef3a4e
git-up: "npm:^8.0.0"
checksum: 10c0/bef681b3726c730a3efb599d38ab6affbb13e5e85269fc9c35831ddfe0d195e6a29098c79c8faa63ccd8503ace54c2c4b01a73122af3b66c2ce11f4692b3ef19
languageName: node
linkType: hard
@ -12646,12 +12653,13 @@ __metadata:
languageName: node
linkType: hard
"parse-url@npm:^8.1.0":
version: 8.1.0
resolution: "parse-url@npm:8.1.0"
"parse-url@npm:^9.2.0":
version: 9.2.0
resolution: "parse-url@npm:9.2.0"
dependencies:
"@types/parse-path": "npm:^7.0.0"
parse-path: "npm:^7.0.0"
checksum: 10c0/68b95afdf4bbf72e57c7ab66f8757c935fff888f7e2b0f1e06098b4faa19e06b6b743bddaed5bc8df4f0c2de6fc475355d787373b2fdd40092be9e4e4b996648
checksum: 10c0/b8f56cdb01e76616255dff82544f4b5ab4378f6f4bac8604ed6fde03a75b0f71c547d92688386d8f22f38fad3c928c075abf69458677c6185da76c841bfd7a93
languageName: node
linkType: hard
@ -17066,7 +17074,7 @@ plugin-image-zoom@flexanalytics/plugin-image-zoom:
docusaurus-plugin-remote-content: "npm:^4.0.0"
docusaurus-plugin-sass: "npm:^0.2.6"
docusaurus-theme-openapi-docs: "npm:4.3.4"
git-url-parse: "npm:^15.0.0"
git-url-parse: "npm:^16.0.0"
plugin-image-zoom: flexanalytics/plugin-image-zoom
prism-react-renderer: "npm:^2.4.0"
prism-svelte: "npm:^0.5.0"