use v5 semver range for execa

This commit is contained in:
sebastien 2025-10-30 12:26:24 +01:00
parent 834785bb63
commit 45551e732d
5 changed files with 5 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"@docusaurus/logger": "3.9.2",
"@docusaurus/utils": "3.9.2",
"commander": "^5.1.0",
"execa": "5.1.1",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"prompts": "^2.4.2",

View File

@ -22,7 +22,7 @@
"@docusaurus/types": "3.9.2",
"@docusaurus/utils-common": "3.9.2",
"escape-string-regexp": "^4.0.0",
"execa": "5.1.1",
"execa": "^5.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"github-slugger": "^1.5.0",

View File

@ -51,7 +51,7 @@
"escape-html": "^1.0.3",
"eta": "^2.2.0",
"eval": "^0.1.8",
"execa": "5.1.1",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"html-tags": "^3.3.1",
"html-webpack-plugin": "^5.6.0",

View File

@ -56,6 +56,7 @@
"@mermaid-js/layout-elk": "^0.1.9",
"clsx": "^2.0.0",
"color": "^4.2.3",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"netlify-plugin-cache": "^1.0.3",
"raw-loader": "^4.0.2",

View File

@ -8790,7 +8790,7 @@ execa@5.0.0:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"
execa@5.1.1, execa@^5.0.0:
execa@^5.0.0, execa@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==