Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Gatellier committed Oct 8, 2023
1 parent 41f4c53 commit e81b7be
Show file tree
Hide file tree
Showing 11 changed files with 432 additions and 396 deletions.
696 changes: 366 additions & 330 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions modules/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
},
"dependencies": {
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.9",
"@fastify/cors": "^8.3.0",
"@fastify/cors": "^8.4.0",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"fastify": "^4.23.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/express": "^4.17.17",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
14 changes: 7 additions & 7 deletions modules/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"ora": "^7.0.1"
},
"devDependencies": {
"@fastify/cors": "^8.3.0",
"@fastify/cors": "^8.4.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"fastify": "^4.23.2",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"type-fest": "^4.3.1",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions modules/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
},
"dependencies": {
"@mikro-orm/core": "^5.8.1",
"@mikro-orm/reflection": "^5.8.1",
"@mikro-orm/core": "^5.8.7",
"@mikro-orm/reflection": "^5.8.7",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0"
"pino": "^8.15.6",
"pino-pretty": "^10.2.3"
},
"devDependencies": {
"@fastify/cors": "^8.3.0",
"@fastify/cors": "^8.4.0",
"@jest/globals": "^29.7.0",
"@types/har-format": "^1.2.13",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"fastify": "^4.23.2",
"jest": "^29.7.0",
"lighthouse": "^11.1.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"type-fest": "^4.3.1",
"type-fest": "^4.4.0",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions modules/greenit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"dependencies": {
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.9",
"greenit-cli": "github:cnumr/GreenIT-Analysis-cli#a4363a9bcf7630e4a5a4cd264a7da9ec6f34b571",
"puppeteer": "^21.2.1",
"rimraf": "^5.0.1"
"puppeteer": "^21.3.8",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
Expand Down
12 changes: 6 additions & 6 deletions modules/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
"dependencies": {
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.9",
"lighthouse": "^11.1.0",
"puppeteer": "^21.2.1"
"puppeteer": "^21.3.8"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
18 changes: 9 additions & 9 deletions modules/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
},
"dependencies": {
"@fabernovel/heart-common": "workspace:^4.0.0-alpha.9",
"@mikro-orm/core": "^5.8.1",
"@mikro-orm/migrations": "^5.8.1",
"@mikro-orm/mysql": "^5.8.1"
"@mikro-orm/core": "^5.8.7",
"@mikro-orm/migrations": "^5.8.7",
"@mikro-orm/mysql": "^5.8.7"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@mikro-orm/cli": "^5.8.1",
"@mikro-orm/cli": "^5.8.7",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
10 changes: 5 additions & 5 deletions modules/observatory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions modules/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions modules/ssllabs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions modules/tpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit e81b7be

Please sign in to comment.