# 30-Dec-2025 — regenerate package-lock.json to sync with package.json [#109](https://github.com/nbarrett/ngx-ramblers/issues/109)

## [Commit ad498af](https://github.com/nbarrett/ngx-ramblers/commit/ad498aff85a3d5eda87af2c6dc4610f26108e1b1)

_____

## Bug Fixes

### **build**: regenerate package-lock.json to sync with package.json

The previous commit modified package.json but the lock file was missing transitive dependencies for:
- prop-types@15.8.1 (react peer dep)
- react@19.2.3 and react-dom@19.2.3 (upgraded from @primeuix dependencies)
- express-session@1.18.2 and related deps (cookie, cookie-signature, depd, on-headers, safe-buffer)
- scheduler@0.27.0, loose-envify@1.4.0, react-is@16.13.1
Running npm install regenerated the lock file with all required dependencies.