Skip to content

Commit

Permalink
chore(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 7, 2022
1 parent c72bf5d commit c6db04a
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 @@ -73,10 +73,10 @@
"@types/express": "4.17.13",
"@types/express-session": "1.17.4",
"@types/jest": "27.4.1",
"@types/mysql": "^2",
"@types/mysql": "2.15.21",
"@types/node": "16.11.26",
"@types/passport-local": "1.0.34",
"@types/pg": "^8",
"@types/pg": "8.6.4",
"@types/source-map-support": "0.5.4",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.13.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ __metadata:
languageName: node
linkType: hard

"@types/mysql@npm:^2":
"@types/mysql@npm:2.15.21":
version: 2.15.21
resolution: "@types/mysql@npm:2.15.21"
dependencies:
Expand Down Expand Up @@ -1812,7 +1812,7 @@ __metadata:
languageName: node
linkType: hard

"@types/pg@npm:^8":
"@types/pg@npm:8.6.4":
version: 8.6.4
resolution: "@types/pg@npm:8.6.4"
dependencies:
Expand Down Expand Up @@ -5337,12 +5337,12 @@ __metadata:
"@types/express-session": 1.17.4
"@types/jest": 27.4.1
"@types/minio": 7.0.12
"@types/mysql": ^2
"@types/mysql": 2.15.21
"@types/node": 16.11.26
"@types/node-fetch": 2.6.1
"@types/passport-http-bearer": 1.0.37
"@types/passport-local": 1.0.34
"@types/pg": ^8
"@types/pg": 8.6.4
"@types/source-map-support": 0.5.4
"@types/supertest": 2.0.11
"@typescript-eslint/eslint-plugin": 5.13.0
Expand Down

0 comments on commit c6db04a

Please sign in to comment.