Version
5.0.9
Environment info
├─┬ @vue/cli-service@5.0.9
│ └─┬ clipboardy@2.3.0
│ └─┬ execa@1.0.0
│ └── p-finally@1.0.0 deduped
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'
clipboardy(5.3.1) is using execa 9.6.1
vue/cli-service should adopt latest clipboardy(5.3.1) version i.e. to get rid of p-finally from BOM
Steps to reproduce
include vue/cli-service in application
run cmd - npm ls p-finally
What is expected?
vue/cli-service should adopt latest clipboardy(5.3.1) version i.e. to get rid of p-finally from BOM
What is actually happening?
vue/cli-service currently using "clipboardy": "^2.3.0",
Version
5.0.9
Environment info
Steps to reproduce
include vue/cli-service in application
run cmd - npm ls p-finally
What is expected?
vue/cli-service should adopt latest clipboardy(5.3.1) version i.e. to get rid of p-finally from BOM
What is actually happening?
vue/cli-service currently using "clipboardy": "^2.3.0",