What needs to be done?
The script .github/scripts/set-project-version.sh does an illegal replacement of version in webapps/frontend/package-lock.json and engine-rest/docs/package-lock.json.
In commit 843c2fd the project version was incremented from 1.1.1 to 1.1.2-SNAPSHOT, which also replaced library versions.
The script must only change the project & package version, but not any library version. The package-lock.json file has to be updated via npm install.
Additional context

What needs to be done?
The script
.github/scripts/set-project-version.shdoes an illegal replacement of version inwebapps/frontend/package-lock.jsonandengine-rest/docs/package-lock.json.In commit 843c2fd the project version was incremented from 1.1.1 to 1.1.2-SNAPSHOT, which also replaced library versions.
The script must only change the project & package version, but not any library version. The package-lock.json file has to be updated via
npm install.Additional context