corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.28k stars 345 forks source link

Sync package-lock.json to package.json #896

Closed MikeMcC399 closed 2 years ago

MikeMcC399 commented 2 years ago

This PR synchronizes the header section of package-lock.json to match the contents of package.json.

It corrects an error introduced in PR #894 where npm should have automatically updated the version field and removed the empty devDependencies field when it updated package-lock.json.

If it is not corrected, then git will show an uncommitted change if npm install is run.

Verification

Execute npm run install-test

with no errors recorded.

Execute git status

with no uncommitted changes shown.

larswmh commented 2 years ago

@MikeMcC399 thanks!