Skip to content

Commit

Permalink
fix(deps): pin dependency @seald-io/nedb to 2.2.1 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 31, 2022
1 parent fe4a51f commit 15d2398
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/stock-price-checker-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"@seald-io/nedb": "^2.2.1",
"@seald-io/nedb": "2.2.1",
"axios": "0.25.0",
"cors": "2.8.5",
"dotenv": "14.3.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/twitch-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"@seald-io/nedb": "^2.2.1",
"@seald-io/nedb": "2.2.1",
"cors": "2.8.5",
"dotenv": "14.3.2",
"express": "5.0.0-alpha.8",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15d2398

Please sign in to comment.