Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jan 5, 2021
1 parent 88dc1fc commit 8afc229
Show file tree
Hide file tree
Showing 16 changed files with 2,533 additions and 6,079 deletions.
4,150 changes: 780 additions & 3,370 deletions cli/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"author": {
"name": "Paweł Kosiec",
"email": "pawel@kosiec.net",
"url": "https://www.kosiec.net"
"url": "https://kosiec.net"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,21 +65,21 @@
},
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"command-line-usage": "^6.1.1",
"extend": "^3.0.2",
"mongo-seeding": "^3.5.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/extend": "^3.0.1",
"@types/jest": "^26.0.14",
"@types/mongodb": "^3.5.27",
"@types/node": "^14.11.8",
"jest": "^26.5.3",
"mongodb": "3.6.2",
"ts-jest": "^26.4.1"
"@types/jest": "^26.0.19",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.20",
"jest": "^26.6.3",
"mongodb": "3.6.3",
"ts-jest": "^26.4.4"
},
"jest": {
"verbose": false,
Expand Down
2,608 changes: 622 additions & 1,986 deletions core/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": {
"name": "Paweł Kosiec",
"email": "pawel@kosiec.net",
"url": "https://www.kosiec.net"
"url": "https://kosiec.net"
},
"repository": {
"type": "git",
Expand All @@ -50,21 +50,21 @@
"preversion": "npm run test; npm run build"
},
"dependencies": {
"bson": "^4.2.0",
"debug": "^4.2.0",
"bson": "^4.2.2",
"debug": "^4.3.1",
"extend": "^3.0.0",
"mongodb": "3.6.2"
"mongodb": "3.6.3"
},
"devDependencies": {
"@types/extend": "^3.0.1",
"@types/fs-extra": "^9.0.2",
"@types/jest": "^26.0.14",
"@types/mongodb": "^3.5.27",
"@types/fs-extra": "^9.0.6",
"@types/jest": "^26.0.19",
"@types/mongodb": "^3.6.3",
"babel-core": "^6.26.0",
"fs-extra": "^9.0.1",
"jest": "^26.5.3",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"jest": {
"verbose": false,
Expand Down
1,059 changes: 558 additions & 501 deletions docker-image/test/tester/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docker-image/test/tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Paweł Kosiec",
"email": "pawel@kosiec.net",
"url": "https://www.kosiec.net"
"url": "https://kosiec.net"
},
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
"test": "jest -i"
},
"dependencies": {
"bson": "^4.2.0",
"jest": "^26.5.3",
"mongodb": "^3.6.2"
"bson": "^4.2.2",
"jest": "^26.6.3",
"mongodb": "^3.6.3"
},
"jest": {
"verbose": false,
Expand Down
104 changes: 92 additions & 12 deletions examples/custom-docker-image/sample-data/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/custom-docker-image/sample-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"author": {
"name": "Paweł Kosiec",
"email": "pawel@kosiec.net",
"url": "https://www.kosiec.net"
"url": "https://kosiec.net"
},
"repository": {
"type": "git",
"url": "https://github.com/pkosiec/mongo-seeding"
},
"dependencies": {
"@types/node": "^14.11.8",
"@types/node": "^14.14.20",
"mongo-seeding": "^3.5.0",
"mongodb": "^3.6.2"
"mongodb": "^3.6.3"
}
}
Loading

0 comments on commit 8afc229

Please sign in to comment.