Skip to content

Commit

Permalink
chore: upgrade packages and handle security vulnerabilities (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Oct 18, 2023
2 parents d38e87c + cc6222a commit bbbcf26
Show file tree
Hide file tree
Showing 7 changed files with 3,947 additions and 3,983 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
with:
node-version: '20'
parallel-commands: |
pnpm exec nx-cloud record -- pnpm exec nx format:check
parallel-commands-on-agents: |
pnpm nx affected --target=lint --parallel=3
pnpm nx affected --target=test --parallel=3
Expand Down
178 changes: 89 additions & 89 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,122 +44,122 @@
"deploy:docs": "nx deploy docs"
},
"devDependencies": {
"@algolia/client-search": "^4.14.2",
"@apollo/gateway": "2.4.7",
"@apollo/server": "4.7.1",
"@algolia/client-search": "^4.20.0",
"@apollo/gateway": "2.5.6",
"@apollo/server": "4.9.4",
"@astrojs/preact": "^3.0.1",
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.1",
"@changesets/cli": "^2.25.2",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@docsearch/css": "^3.3.0",
"@docsearch/react": "^3.3.0",
"@graphql-tools/schema": "9.0.18",
"@graphql-tools/utils": "^9.0.0",
"@grpc/grpc-js": "^1.7.3",
"@grpc/proto-loader": "0.7.6",
"@astrojs/sitemap": "^3.0.2",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "^10.0.7",
"@grpc/grpc-js": "^1.9.6",
"@grpc/proto-loader": "0.7.10",
"@mdx-js/react": "2.3.0",
"@mercuriusjs/gateway": "^1.2.0",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "10.0.4",
"@nestjs/core": "10.0.4",
"@nestjs/graphql": "^12.0.7",
"@nestjs/mercurius": "^12.0.4",
"@nestjs/microservices": "^10.0.4",
"@nestjs/platform-express": "10.0.4",
"@nestjs/platform-fastify": "^10.0.4",
"@nestjs/platform-socket.io": "^10.0.4",
"@nestjs/platform-ws": "^10.0.4",
"@nestjs/testing": "10.0.4",
"@nestjs/websockets": "^10.0.4",
"@nrwl/devkit": "16.4.0",
"@nrwl/eslint-plugin-nx": "16.4.0",
"@nrwl/js": "16.4.0",
"@nrwl/linter": "16.4.0",
"@nrwl/nest": "16.4.0",
"@nrwl/node": "16.4.0",
"@nrwl/nx-cloud": "16.0.5",
"@nrwl/workspace": "16.4.0",
"@mercuriusjs/gateway": "^2.0.0",
"@nestjs/apollo": "^12.0.9",
"@nestjs/common": "^10.2.7",
"@nestjs/core": "^10.2.7",
"@nestjs/graphql": "^12.0.9",
"@nestjs/mercurius": "^12.0.9",
"@nestjs/microservices": "^10.2.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/platform-fastify": "^10.2.7",
"@nestjs/platform-socket.io": "^10.2.7",
"@nestjs/platform-ws": "^10.2.7",
"@nestjs/testing": "^10.2.7",
"@nestjs/websockets": "^10.2.7",
"@nrwl/devkit": "16.10.0",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/js": "16.10.0",
"@nrwl/linter": "16.10.0",
"@nrwl/nest": "16.10.0",
"@nrwl/node": "16.10.0",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/workspace": "16.10.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.67",
"@swc/core": "1.3.93",
"@swc/register": "^0.1.10",
"@types/benchmark": "^2.1.2",
"@types/bunyan": "^1.8.8",
"@types/express": "^4.17.14",
"@types/express-serve-static-core": "^4.17.31",
"@types/morgan": "^1.9.3",
"@types/node": "18.16.18",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"amqp-connection-manager": "4.1.13",
"@types/benchmark": "^2.1.4",
"@types/bunyan": "^1.8.10",
"@types/express": "^4.17.20",
"@types/express-serve-static-core": "^4.17.38",
"@types/morgan": "^1.9.7",
"@types/node": "20.8.7",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/ws": "8.5.8",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"amqp-connection-manager": "4.1.14",
"amqplib": "0.10.3",
"apollo-server-express": "3.11.1",
"apollo-server-fastify": "3.12.0",
"astro": "^3.3.0",
"axios": "~1.4.0",
"apollo-server-express": "3.12.1",
"apollo-server-fastify": "3.12.1",
"astro": "^3.3.2",
"axios": "~1.5.1",
"benchmark": "^2.1.4",
"bunyan": "^1.8.15",
"c8": "^8.0.0",
"c8": "^8.0.1",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"clsx": "^1.2.1",
"conventional-changelog-cli": "^3.0.0",
"clsx": "^2.0.0",
"conventional-changelog-cli": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"decorate-all": "^1.2.1",
"eslint": "8.43.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint": "8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"express": "^4.18.2",
"fast-safe-stringify": "^2.1.1",
"fastify": "4.18.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"hanbi": "^1.0.1",
"hastscript": "^7.1.0",
"husky": "^8.0.1",
"ioredis": "^5.2.4",
"hastscript": "^8.0.0",
"husky": "^8.0.3",
"ioredis": "^5.3.2",
"kafkajs": "2.2.4",
"lcov-result-merger": "^4.0.0",
"lint-staged": "13.2.2",
"mercurius": "13.0.0",
"module-alias": "^2.2.2",
"lcov-result-merger": "^4.1.0",
"lint-staged": "15.0.1",
"mercurius": "13.1.0",
"module-alias": "^2.2.3",
"morgan": "^1.10.0",
"mqtt": "^4.3.7",
"nats": "^2.8.0",
"nest-commander": "^3.9.0",
"nest-commander-testing": "3.2.0",
"nx": "16.4.0",
"nx-cloud": "16.0.5",
"nx-uvu": "^1.3.0",
"on-exit-leak-free": "^2.1.0",
"pactum": "^3.2.3",
"pino": "8.14.1",
"preact": "^10.11.2",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redis": "^4.0.0",
"nats": "^2.17.0",
"nest-commander": "^3.12.0",
"nest-commander-testing": "3.3.0",
"nx": "16.10.0",
"nx-cloud": "16.5.2",
"nx-uvu": "^1.3.1",
"on-exit-leak-free": "^2.1.2",
"pactum": "^3.5.1",
"pino": "8.16.0",
"preact": "^10.18.1",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.6.10",
"reflect-metadata": "^0.1.13",
"remark-directive": "^2.0.1",
"rimraf": "^5.0.0",
"remark-directive": "^3.0.0",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"sonic-boom": "^3.2.1",
"socket.io": "4.7.2",
"socket.io-client": "4.7.2",
"sonic-boom": "^3.7.0",
"tree-kill": "^1.2.2",
"ts-morph": "18.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"typescript": "5.1.3",
"unist-util-visit": "^4.1.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.2.2",
"unist-util-visit": "^5.0.0",
"url-loader": "^4.1.1",
"uvu": "^0.5.6",
"winston": "^3.8.2",
"ws": "8.13.0"
"winston": "^3.11.0",
"ws": "8.14.2"
},
"engines": {
"node": ">=10"
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"clean": true,
"packageJson": "packages/cli/package.json",
"assets": ["packages/cli/*.md"],
"buildableProjectDepsInPackageJsonType": "dependencies"
"buildableProjectDepsInPackageJsonType": "dependencies",
"updateBuildableProjectDepsInPackageJson": true
}
},
"test": {
Expand Down
3 changes: 2 additions & 1 deletion packages/common/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"tsConfig": "packages/common/tsconfig.build.json",
"clean": true,
"packageJson": "packages/common/package.json",
"assets": ["packages/common/*.md"]
"assets": ["packages/common/*.md"],
"updateBuildableProjectDepsInPackageJson": true
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion packages/logger/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"tsConfig": "packages/logger/tsconfig.build.json",
"clean": true,
"packageJson": "packages/logger/package.json",
"assets": ["packages/logger/*.md"]
"assets": ["packages/logger/*.md"],
"updateBuildableProjectDepsInPackageJson": true
}
},
"test": {
Expand Down
3 changes: 2 additions & 1 deletion packages/styler/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"tsConfig": "packages/styler/tsconfig.build.json",
"clean": true,
"packageJson": "packages/styler/package.json",
"assets": ["packages/styler/*.md"]
"assets": ["packages/styler/*.md"],
"updateBuildableProjectDepsInPackageJson": true
}
},
"test": {
Expand Down
Loading

0 comments on commit bbbcf26

Please sign in to comment.