Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate-bot authored and davidmehren committed Mar 6, 2022
1 parent 268b391 commit 13a4472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"file-type": "16.5.3",
"joi": "17.6.0",
"minio": "7.0.26",
"mysql": "^2.18.1",
"mysql": "2.18.1",
"nest-router": "1.0.9",
"node-fetch": "2.6.7",
"passport": "0.5.2",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"pg": "^8.7.3",
"pg": "8.7.3",
"raw-body": "2.5.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5420,13 +5420,13 @@ __metadata:
joi: 17.6.0
minio: 7.0.26
mocked-env: 1.3.5
mysql: ^2.18.1
mysql: 2.18.1
nest-router: 1.0.9
node-fetch: 2.6.7
passport: 0.5.2
passport-http-bearer: 1.0.1
passport-local: 1.0.0
pg: ^8.7.3
pg: 8.7.3
prettier: 2.5.1
raw-body: 2.5.1
reflect-metadata: 0.1.13
Expand Down Expand Up @@ -7409,7 +7409,7 @@ __metadata:
languageName: node
linkType: hard

"mysql@npm:^2.18.1":
"mysql@npm:2.18.1":
version: 2.18.1
resolution: "mysql@npm:2.18.1"
dependencies:
Expand Down Expand Up @@ -8207,7 +8207,7 @@ __metadata:
languageName: node
linkType: hard

"pg@npm:^8.7.3":
"pg@npm:8.7.3":
version: 8.7.3
resolution: "pg@npm:8.7.3"
dependencies:
Expand Down

0 comments on commit 13a4472

Please sign in to comment.