#7492·vue-cli

@vue/cli-shared-utils uses deprecated package p-finally

Author: shwetanksaraf-cpuCreated Mar 25, 2026Updated Mar 25, 2026

Version

5.0.9

Environment info

│ └─┬ @vue/[email protected]
│   └─┬ [email protected]
│     └── [email protected]


https://www.npmjs.com/package/p-finally?activeTab=readme
p-finally package has been deprecated


Solution - 
execa(9.6.1) is no longer using 'p-finally'

@vue/cli-shared-utils should adopt latest execa(9.6.1) version i.e. to get rid of p-finally from BOM

Steps to reproduce

include v@vue/cli-shared-utils in application run cmd - npm ls p-finally

What is expected?

vue/cli-service should adopt latest execa(9.6.1) version i.e. to get rid of p-finally from BOM

What is actually happening?

@vue/cli-shared-utils currently using "execa": "^1.0.0"