This upgrade is initially intended to fix https://app.snyk.io/vuln/SNYK-JS-COPYPROPS-1082870 vulnerability by upgrading copy-props to v2.0.5. However, I think it should be good if I upgrade other dependencies too, at least its minor version, as long as our test results are passed.
Here's what I did:
npm install -g npm-check-updates
ncu -t minor -u
npm install
npm test
This upgrade is initially intended to fix https://app.snyk.io/vuln/SNYK-JS-COPYPROPS-1082870 vulnerability by upgrading copy-props to v2.0.5. However, I think it should be good if I upgrade other dependencies too, at least its minor version, as long as our test results are passed.
Here's what I did: