now there is an older project, and the dependent version of the dependency package in package-lock.json
is fixed:
but once npm I
, all the dependent versions circled in the red box above are changed to ^ x.x.x
or ~ x.x.x
. How can these dependent versions be fixed?