Skip to content

Commit

Permalink
Merge pull request #1272 from FoalTS/upgrade-dependencies-v4-5-0
Browse files Browse the repository at this point in the history
Upgrade sub-dependencies for v4.5.0
  • Loading branch information
LoicPoullain authored Aug 3, 2024
2 parents dfb0405 + 610d603 commit f8d744f
Show file tree
Hide file tree
Showing 26 changed files with 2,218 additions and 2,752 deletions.
4,820 changes: 2,143 additions & 2,677 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"homepage": "https://github.com/FoalTS/foal#readme",
"devDependencies": {
"@types/mocha": "10.0.6",
"lerna": "~8.1.2",
"mocha": "~10.4.0",
"@types/mocha": "10.0.7",
"lerna": "~8.1.7",
"mocha": "~10.7.0",
"tslint": "~6.1.3",
"typescript": "~4.9.5"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/acceptance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@grpc/grpc-js": "~1.10.1",
"@grpc/proto-loader": "~0.7.10",
"@socket.io/redis-adapter": "~8.3.0",
"ajv": "~8.12.0",
"ajv": "~8.17.0",
"class-transformer": "~0.5.1",
"class-validator": "~0.14.0",
"express": "~4.19.2",
"express-rate-limit": "~6.10.0",
"jsonwebtoken": "~9.0.2",
"mongodb": "~5.8.1",
"mongodb": "~5.9.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"redis": "~4.6.13",
"socket.io-adapter": "~2.5.4",
"redis": "~4.6.15",
"socket.io-adapter": "~2.5.5",
"socket.io-client": "~4.7.5",
"sqlite3": "~5.1.7",
"superagent": "~9.0.1",
Expand All @@ -47,12 +47,12 @@
"yamljs": "~0.3.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/supertest": "6.0.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"lib/"
],
"dependencies": {
"@aws-sdk/client-s3": "~3.556.0",
"@aws-sdk/lib-storage": "~3.556.0",
"@aws-sdk/client-s3": "~3.620.0",
"@aws-sdk/lib-storage": "~3.620.0",
"@foal/core": "^4.4.0",
"@foal/storage": "^4.4.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copy": "~0.3.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
"bin/"
],
"dependencies": {
"ajv": "~8.12.0",
"ajv": "~8.17.0",
"ajv-formats": "~2.1.1",
"cli-spinner": "~0.2.10",
"colors": "1.4.0",
"commander": "~12.0.0",
"commander": "~12.1.0",
"node-fetch": "~2.7.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copyfiles": "~2.4.1",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/generate/specs/app/package.mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"@foal/core": "^4.0.0",
"mongodb": "~5.8.1",
"mongodb": "~5.9.2",
"source-map-support": "~0.5.21",
"typeorm": "0.3.17"
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/generate/specs/app/package.mongodb.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
},
"dependencies": {
"@foal/core": "^4.0.0",
"mongodb": "~5.8.1",
"mongodb": "~5.9.2",
"source-map-support": "~0.5.21",
"typeorm": "0.3.17",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/specs/app/package.yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/generate/templates/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/generate/templates/app/package.mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"@foal/core": "^4.0.0",
"mongodb": "~5.8.1",
"mongodb": "~5.9.2",
"source-map-support": "~0.5.21",
"typeorm": "0.3.17"
},
"devDependencies": {
"@foal/cli": "^4.0.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supertest": "~7.0.0",
"supervisor": "~0.12.0",
"eslint": "~8.48.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"lib/"
],
"dependencies": {
"ajv": "~8.12.0",
"ajv": "~8.17.0",
"ajv-formats": "~2.1.1",
"cookie-parser": "~1.4.6",
"express": "~4.19.2",
Expand All @@ -68,12 +68,12 @@
},
"devDependencies": {
"@foal/internal-test": "^4.4.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"@types/supertest": "6.0.2",
"ajv-errors": "~3.0.0",
"ejs": "~3.1.10",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"source-map-support": "~0.5.21",
"supertest": "~7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"@foal/storage": "^4.4.0",
"@foal/swagger": "^4.4.0",
"@foal/typeorm": "^4.4.0",
"graphql": "~16.8.0",
"graphql": "~16.9.0",
"source-map-support": "~0.5.21",
"sqlite3": "~5.1.7",
"typeorm": "0.3.17",
"yamljs": "~0.3.0"
},
"devDependencies": {
"@foal/cli": "^4.4.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"concurrently": "~8.2.2",
"copy": "~0.3.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"supervisor": "~0.12.0",
"typescript": "~4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@foal/core": "^4.4.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"graphiql": "~3.1.1",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rimraf": "~5.0.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
],
"dependencies": {
"@foal/core": "^4.4.0",
"ajv": "~8.12.0",
"ajv": "~8.17.0",
"glob": "~10.3.10"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"graphql": "~16.8.0",
"graphql": "~16.9.0",
"graphql-request": "~6.1.0",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"type-graphql": "2.0.0-beta.3",
"typescript": "~4.9.5"
},
"peerDependencies": {
"graphql": "^16.8.0"
"graphql": "^16.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/jwks-rsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"devDependencies": {
"@foal/core": "^4.4.0",
"@foal/jwt": "^4.4.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"jsonwebtoken": "~9.0.2"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
],
"dependencies": {
"@foal/core": "^4.4.0",
"mongodb": "~5.8.1"
"mongodb": "~5.9.2"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"copy": "~0.3.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"lib/"
],
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copy": "~0.3.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
],
"dependencies": {
"@foal/core": "^4.4.0",
"redis": "~4.6.13"
"redis": "~4.6.15"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"node-fetch": "~2.7.0"
},
"devDependencies": {
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"copy": "~0.3.2",
"jsonwebtoken": "~9.0.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"ts-node": "~10.9.2",
"typescript": "~4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
],
"devDependencies": {
"@socket.io/redis-adapter": "~8.3.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"mocha": "~10.4.0",
"redis": "~4.6.13",
"mocha": "~10.7.0",
"redis": "~4.6.15",
"rimraf": "~5.0.5",
"socket.io-client": "~4.7.5",
"ts-node": "~10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"devDependencies": {
"@foal/internal-test": "^4.4.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "18.18.6",
"@types/supertest": "6.0.2",
"copy": "~0.3.2",
"mocha": "~10.4.0",
"mocha": "~10.7.0",
"rimraf": "~5.0.5",
"supertest": "~7.0.0",
"ts-node": "~10.9.2",
Expand Down
Loading

0 comments on commit f8d744f

Please sign in to comment.