Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ngneat/transloco": "^4.1.0",
"@nrwl/angular": "^14.4.2",
"@types/googlemaps": "^3.43.3",
"axios": "^0.27.2",
"axios": "^0.30.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better dependency stability and to ensure reproducible builds, it's a good practice to pin the exact version of dependencies, especially when upgrading for security reasons. This prevents npm or yarn from automatically installing a newer version that might have unforeseen issues or breaking changes. I suggest removing the caret (^) to pin the version to 0.30.2.

Suggested change
"axios": "^0.30.2",
"axios": "0.30.2",

"crypto-js": "^4.1.1",
"firebase-admin": "^11.0.0",
"firebase-functions": "^3.22.0",
Expand Down