From 506586ebd7c3aa354132a666070786f4ad4a7078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:01:12 +0000 Subject: [PATCH] fix(deps): update all --- .github/workflows/build-website.yml | 4 +-- .github/workflows/graphback-ci.yml | 12 ++++----- integration/package.json | 10 +++---- package.json | 16 ++++++------ packages/create-graphback/package.json | 14 +++++----- packages/graphback-cli/package.json | 12 ++++----- .../graphback-codegen-client/package.json | 8 +++--- .../graphback-codegen-schema/package.json | 10 +++---- packages/graphback-core/package.json | 20 +++++++------- packages/graphback-datasync/package.json | 16 ++++++------ .../graphback-keycloak-authz/package.json | 12 ++++----- packages/graphback-runtime-knex/package.json | 12 ++++----- .../graphback-runtime-mongodb/package.json | 18 ++++++------- packages/graphback/package.json | 10 +++---- packages/graphql-migrations/package.json | 16 ++++++------ packages/graphql-serve/package.json | 26 +++++++++---------- templates/package.json | 2 +- .../Dockerfile | 2 +- .../package.json | 14 +++++----- .../ts-apollo-mongodb-backend/Dockerfile | 2 +- .../ts-apollo-mongodb-backend/package.json | 14 +++++----- .../Dockerfile | 2 +- .../package.json | 14 +++++----- .../ts-apollo-postgres-backend/Dockerfile | 2 +- .../docker-compose.yml | 2 +- .../ts-apollo-postgres-backend/package.json | 14 +++++----- .../ts-fastify-mongodb-backend/Dockerfile | 2 +- .../ts-fastify-mongodb-backend/package.json | 22 ++++++++-------- templates/ts-react-apollo-client/package.json | 6 ++--- 29 files changed, 157 insertions(+), 157 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index e5a1c16183..190aaddc85 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -30,9 +30,9 @@ jobs: continue-on-error: true steps: - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 12.x - name: Cache Dependencies diff --git a/.github/workflows/graphback-ci.yml b/.github/workflows/graphback-ci.yml index b89b769f85..6bb5827188 100644 --- a/.github/workflows/graphback-ci.yml +++ b/.github/workflows/graphback-ci.yml @@ -46,7 +46,7 @@ jobs: timeout-minutes: 60 services: mongodb: - image: mongo:4.2.9 + image: mongo:6.0.1 env: MONGO_INITDB_DATABASE: users MONGO_INITDB_ROOT_USERNAME: mongodb @@ -54,7 +54,7 @@ jobs: ports: - 27017:27017 postgres: - image: postgres:12 + image: postgres:14 env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgresql @@ -65,9 +65,9 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 12.x - name: Cache Dependencies @@ -99,9 +99,9 @@ jobs: needs: build steps: - name: Checkout master - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 12.x - name: Cache Dependencies diff --git a/integration/package.json b/integration/package.json index 2833625097..32d9021e8b 100644 --- a/integration/package.json +++ b/integration/package.json @@ -19,13 +19,13 @@ "@graphql-tools/graphql-file-loader": "6.2.6", "apollo-server": "2.19.0", "apollo-server-testing": "2.19.0", - "graphql": "15.4.0", + "graphql": "16.6.0", "jest": "26.6.3", - "knex": "0.21.13", - "mongodb": "3.6.3", - "node-fetch": "2.6.1", + "knex": "2.3.0", + "mongodb": "4.10.0", + "node-fetch": "3.2.10", "rimraf": "3.0.2", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, diff --git a/package.json b/package.json index 892b4cff5b..89fd619213 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ "@typescript-eslint/eslint-plugin": "4.9.1", "@typescript-eslint/eslint-plugin-tslint": "4.9.1", "@typescript-eslint/parser": "4.9.1", - "del-cli": "3.0.1", - "eslint": "7.15.0", - "eslint-plugin-flowtype": "5.2.0", + "del-cli": "5.0.0", + "eslint": "8.24.0", + "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "4.2.0", - "eslint-plugin-unused-imports": "0.1.3", - "husky": "4.3.6", + "eslint-plugin-unused-imports": "2.0.0", + "husky": "8.0.1", "jest": "26.6.3", "lerna": "3.22.1", "lerna-changelog": "1.0.1", @@ -27,12 +27,12 @@ "nyc": "15.1.0", "replace": "1.2.0", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "tslint-microsoft-contrib": "6.2.0", "typedoc": "0.19.2", - "typedoc-plugin-markdown": "2.4.2", + "typedoc-plugin-markdown": "3.13.6", "typescript": "4.1.3" }, "scripts": { @@ -99,6 +99,6 @@ }, "homepage": "https://github.com/aerogear/graphback#readme", "resolutions": { - "@types/react": "16.14.2" + "@types/react": "18.0.21" } } diff --git a/packages/create-graphback/package.json b/packages/create-graphback/package.json index e991672cf3..2cf9303345 100644 --- a/packages/create-graphback/package.json +++ b/packages/create-graphback/package.json @@ -33,32 +33,32 @@ "license": "Apache-2.0", "devDependencies": { "@types/chalk": "0.4.31", - "@types/inquirer": "7.3.1", + "@types/inquirer": "9.0.1", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "16.11.60", "@types/node-emoji": "1.8.1", "@types/parse-github-url": "1.0.0", "@types/request": "2.48.5", - "@types/tar": "4.0.4", - "@types/yargs": "15.0.12", + "@types/tar": "6.1.2", + "@types/yargs": "17.0.13", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "typescript": "4.1.3", "typescript-eslint-parser": "21.0.2" }, "dependencies": { "chalk": "2.4.2", "figlet": "1.5.0", - "inquirer": "7.3.3", + "inquirer": "9.1.2", "node-emoji": "1.10.0", "ora": "3.4.0", "parse-github-url": "1.0.2", "request": "2.88.2", "tar": "6.0.5", "tmp": "0.2.1", - "yargs": "16.2.0" + "yargs": "17.5.1" }, "jest": { "transform": { diff --git a/packages/graphback-cli/package.json b/packages/graphback-cli/package.json index 737b985797..a630391805 100644 --- a/packages/graphback-cli/package.json +++ b/packages/graphback-cli/package.json @@ -32,14 +32,14 @@ "devDependencies": { "@types/chalk": "0.4.31", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "16.11.60", "@types/node-emoji": "1.8.1", - "@types/yargs": "15.0.12", + "@types/yargs": "17.0.13", "jest": "26.6.3", - "lint-staged": "10.5.3", + "lint-staged": "13.0.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "typescript": "4.1.3", "typescript-eslint-parser": "21.0.2" }, @@ -49,9 +49,9 @@ "chokidar": "3.4.3", "debounce": "1.2.0", "graphback": "1.1.2", - "graphql-config": "3.2.0", + "graphql-config": "4.3.5", "node-emoji": "1.10.0", - "yargs": "16.2.0" + "yargs": "17.5.1" }, "jest": { "transform": { diff --git a/packages/graphback-codegen-client/package.json b/packages/graphback-codegen-client/package.json index 7099474234..8fb6c287f3 100644 --- a/packages/graphback-codegen-client/package.json +++ b/packages/graphback-codegen-client/package.json @@ -32,12 +32,12 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, @@ -46,6 +46,6 @@ "pluralize": "8.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/packages/graphback-codegen-schema/package.json b/packages/graphback-codegen-schema/package.json index a9e0b23925..9ec7785ca6 100644 --- a/packages/graphback-codegen-schema/package.json +++ b/packages/graphback-codegen-schema/package.json @@ -32,24 +32,24 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "16.11.60", "dataloader": "2.0.0", - "graphql": "15.4.0", + "graphql": "16.6.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, "dependencies": { "@graphback/core": "1.1.2", "@graphql-tools/utils": "7.1.4", - "graphql-compose": "7.23.0", + "graphql-compose": "9.0.9", "graphql-metadata": "0.7.6", "pluralize": "8.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/packages/graphback-core/package.json b/packages/graphback-core/package.json index 3c4d573b75..f5d82080ae 100644 --- a/packages/graphback-core/package.json +++ b/packages/graphback-core/package.json @@ -29,13 +29,13 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "@types/pino": "6.3.4", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "@types/pino": "7.0.4", + "graphql": "16.6.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" }, @@ -49,17 +49,17 @@ "@types/bson": "4.0.3", "bson": "4.2.2", "dataloader": "2.0.0", - "glob": "7.1.6", - "graphql-compose": "7.23.0", + "glob": "8.0.3", + "graphql-compose": "9.0.9", "graphql-fields-list": "2.2.1", "graphql-metadata": "0.7.6", "graphql-scalars": "1.6.1", - "graphql-subscriptions": "1.1.0", - "pino": "6.8.0", + "graphql-subscriptions": "2.0.0", + "pino": "8.6.0", "pluralize": "8.0.0" }, "peerDependencies": { - "bson-ext": "2.x.x", - "graphql": "^14.0.0 || ^15.0.0" + "bson-ext": "2.x.x || 4.x", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/packages/graphback-datasync/package.json b/packages/graphback-datasync/package.json index 2c726f46c2..59427518ff 100644 --- a/packages/graphback-datasync/package.json +++ b/packages/graphback-datasync/package.json @@ -32,14 +32,14 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "jest": "26.6.3", "jest-date-mock": "1.0.8", - "mongodb-memory-server": "6.9.2", + "mongodb-memory-server": "8.9.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, @@ -49,13 +49,13 @@ "@graphback/runtime-mongo": "1.1.2", "@graphql-tools/utils": "7.1.4", "graphback": "1.1.2", - "graphql-compose": "7.23.0", + "graphql-compose": "9.0.9", "graphql-metadata": "0.7.6", - "graphql-subscriptions": "1.1.0", - "mongodb": "3.6.3", + "graphql-subscriptions": "2.0.0", + "mongodb": "4.10.0", "pluralize": "8.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/packages/graphback-keycloak-authz/package.json b/packages/graphback-keycloak-authz/package.json index 1e37bb070f..bb0d26ebff 100644 --- a/packages/graphback-keycloak-authz/package.json +++ b/packages/graphback-keycloak-authz/package.json @@ -31,23 +31,23 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "jest": "26.6.3", - "keycloak-connect": "11.0.3", + "keycloak-connect": "19.0.2", "keycloak-connect-graphql": "0.6.4", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, "dependencies": { "@graphback/core": "1.1.2", - "graphql-subscriptions": "1.1.0" + "graphql-subscriptions": "2.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", "keycloak-connect-graphql": "^0.5.0 || ^0.6.0" } } diff --git a/packages/graphback-runtime-knex/package.json b/packages/graphback-runtime-knex/package.json index 082dcea2a7..38de8b3ede 100644 --- a/packages/graphback-runtime-knex/package.json +++ b/packages/graphback-runtime-knex/package.json @@ -33,24 +33,24 @@ "devDependencies": { "@graphback/codegen-schema": "0.15.0", "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "graphql-migrations": "1.1.2", "jest": "26.6.3", "rimraf": "3.0.2", "sqlite3": "5.0.0", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, "dependencies": { "@graphback/core": "1.1.2", "dataloader": "2.0.0", - "graphql-subscriptions": "1.1.0" + "graphql-subscriptions": "2.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0", - "knex": "0.20.x || 0.21.x" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", + "knex": "0.20.x || 0.21.x || 2.3.x" } } diff --git a/packages/graphback-runtime-mongodb/package.json b/packages/graphback-runtime-mongodb/package.json index 2e2325e57f..dbe5af13f3 100644 --- a/packages/graphback-runtime-mongodb/package.json +++ b/packages/graphback-runtime-mongodb/package.json @@ -33,27 +33,27 @@ "devDependencies": { "@graphback/codegen-schema": "1.1.2", "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "jest": "26.6.3", "jest-date-mock": "1.0.8", - "mongodb-memory-server-global": "6.9.2", + "mongodb-memory-server-global": "8.9.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, "dependencies": { "@graphback/core": "1.1.2", - "@types/mongodb": "3.6.3", + "@types/mongodb": "4.0.6", "dataloader": "2.0.0", - "escape-string-regexp": "4.0.0", + "escape-string-regexp": "5.0.0", "graphql-metadata": "0.7.6", - "graphql-subscriptions": "1.1.0" + "graphql-subscriptions": "2.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0", - "mongodb": "3.6.3" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", + "mongodb": "4.10.0" } } diff --git a/packages/graphback/package.json b/packages/graphback/package.json index 9b74866985..f226867fca 100644 --- a/packages/graphback/package.json +++ b/packages/graphback/package.json @@ -28,12 +28,12 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, @@ -43,10 +43,10 @@ "@graphback/codegen-schema": "1.1.2", "@graphback/core": "1.1.2", "@graphql-tools/merge": "6.2.6", - "graphql-subscriptions": "1.1.0", + "graphql-subscriptions": "2.0.0", "tslib": "2.0.3" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/packages/graphql-migrations/package.json b/packages/graphql-migrations/package.json index 8d526ab50a..ff36e07fa3 100644 --- a/packages/graphql-migrations/package.json +++ b/packages/graphql-migrations/package.json @@ -24,35 +24,35 @@ }, "dependencies": { "@graphback/core": "1.1.2", - "@graphql-inspector/core": "2.3.0", + "@graphql-inspector/core": "3.4.0", "@types/jest": "26.0.19", "case": "1.6.3", "chalk": "3.0.0", - "glob": "7.1.6", + "glob": "8.0.3", "graphql-metadata": "0.7.6", "lodash": "4.17.20", "lodash-es": "4.17.15", "node-emoji": "1.10.0", - "pino": "6.8.0", + "pino": "8.6.0", "ts-jest": "26.4.4" }, "devDependencies": { "@types/jest": "26.0.19", "@types/lodash": "4.14.165", - "@types/node": "12.19.9", - "graphql": "15.4.0", + "@types/node": "16.11.60", + "graphql": "16.6.0", "graphql-tools": "7.0.2", "jest": "26.6.3", "pg": "8.5.1", "rimraf": "3.0.2", "sqlite3": "5.0.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tsutils": "3.17.1", "typescript": "4.1.3" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0", - "knex": "0.20.x || 0.21.x" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", + "knex": "0.20.x || 0.21.x || 2.3.x" }, "engines": { "node": ">=10.15.3" diff --git a/packages/graphql-serve/package.json b/packages/graphql-serve/package.json index e9eedc6530..cf5b7463b8 100644 --- a/packages/graphql-serve/package.json +++ b/packages/graphql-serve/package.json @@ -30,18 +30,18 @@ "@types/chalk": "2.2.0", "@types/express": "4.17.9", "@types/jest": "26.0.19", - "@types/node": "12.19.9", - "@types/pino": "6.3.4", + "@types/node": "16.11.60", + "@types/pino": "7.0.4", "@typescript-eslint/eslint-plugin": "4.9.1", "@typescript-eslint/parser": "4.9.1", "babel-eslint": "10.1.0", - "eslint": "7.15.0", - "eslint-config-prettier": "6.15.0", - "graphql-request": "3.3.0", + "eslint": "8.24.0", + "eslint-config-prettier": "8.5.0", + "graphql-request": "5.0.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "typescript": "4.1.3" }, "dependencies": { @@ -56,15 +56,15 @@ "chalk": "4.1.0", "cors": "2.8.5", "express": "4.17.1", - "get-port": "5.1.1", - "glob": "7.1.6", + "get-port": "6.1.2", + "glob": "8.0.3", "graphback": "1.1.2", - "graphql": "15.4.0", - "mongodb": "3.6.3", - "mongodb-memory-server": "6.9.2", - "yargs": "16.2.0" + "graphql": "16.6.0", + "mongodb": "4.10.0", + "mongodb-memory-server": "8.9.3", + "yargs": "17.5.1" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } } diff --git a/templates/package.json b/templates/package.json index 60d488bc39..40150ab2df 100644 --- a/templates/package.json +++ b/templates/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/aerogear/graphback#readme", "resolutions": { - "@types/react": "16.14.2" + "@types/react": "18.0.21" } } diff --git a/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile b/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile index 6d03533ab5..942c3244c6 100644 --- a/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile +++ b/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:18 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongo-apache-kafka-backend/package.json b/templates/ts-apollo-mongo-apache-kafka-backend/package.json index b59706a8a0..2cf0ad8d4a 100644 --- a/templates/ts-apollo-mongo-apache-kafka-backend/package.json +++ b/templates/ts-apollo-mongo-apache-kafka-backend/package.json @@ -17,26 +17,26 @@ "@aerogear/graphql-kafka-subscriptions": "0.4.1", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "16.0.2", "express": "4.17.1", "graphback": "1.1.2", - "graphql": "15.4.0", - "graphql-config": "3.2.0", - "graphql-subscriptions": "1.1.2", + "graphql": "16.6.0", + "graphql-config": "4.3.5", + "graphql-subscriptions": "2.0.0", "graphql-tag": "2.11.0", - "mongodb": "3.6.3" + "mongodb": "4.10.0" }, "devDependencies": { "@graphql-cli/codegen": "1.17.16", "@graphql-codegen/add": "2.0.2", "@graphql-codegen/typescript": "1.19.0", - "@types/glob": "7.1.3", + "@types/glob": "8.0.0", "@types/graphql": "14.2.3", "@types/node-fetch": "2.5.7", "@types/uuid": "8.3.0", "graphback-cli": "1.1.2", "graphql-cli": "4.1.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" } diff --git a/templates/ts-apollo-mongodb-backend/Dockerfile b/templates/ts-apollo-mongodb-backend/Dockerfile index 6d03533ab5..942c3244c6 100644 --- a/templates/ts-apollo-mongodb-backend/Dockerfile +++ b/templates/ts-apollo-mongodb-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:18 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongodb-backend/package.json b/templates/ts-apollo-mongodb-backend/package.json index 84fc980c1b..064f8176c5 100644 --- a/templates/ts-apollo-mongodb-backend/package.json +++ b/templates/ts-apollo-mongodb-backend/package.json @@ -16,25 +16,25 @@ "@graphback/runtime-mongo": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "16.0.2", "express": "4.17.1", "graphback": "1.1.2", - "graphql": "15.4.0", - "graphql-config": "3.2.0", - "graphql-subscriptions": "1.1.0", + "graphql": "16.6.0", + "graphql-config": "4.3.5", + "graphql-subscriptions": "2.0.0", "graphql-tag": "2.11.0", - "mongodb": "3.6.3" + "mongodb": "4.10.0" }, "devDependencies": { "@graphql-cli/codegen": "1.17.16", "@graphql-codegen/add": "2.0.2", "@graphql-codegen/typescript": "1.19.0", - "@types/glob": "7.1.3", + "@types/glob": "8.0.0", "@types/graphql": "14.2.3", "@types/node-fetch": "2.5.7", "graphback-cli": "1.1.2", "graphql-cli": "4.1.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" } diff --git a/templates/ts-apollo-mongodb-datasync-backend/Dockerfile b/templates/ts-apollo-mongodb-datasync-backend/Dockerfile index 6d03533ab5..942c3244c6 100644 --- a/templates/ts-apollo-mongodb-datasync-backend/Dockerfile +++ b/templates/ts-apollo-mongodb-datasync-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:18 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongodb-datasync-backend/package.json b/templates/ts-apollo-mongodb-datasync-backend/package.json index 8512228c50..f0a8163253 100644 --- a/templates/ts-apollo-mongodb-datasync-backend/package.json +++ b/templates/ts-apollo-mongodb-datasync-backend/package.json @@ -16,25 +16,25 @@ "@graphback/datasync": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "16.0.2", "express": "4.17.1", "graphback": "1.1.2", - "graphql": "15.4.0", - "graphql-config": "3.2.0", - "graphql-subscriptions": "1.1.0", + "graphql": "16.6.0", + "graphql-config": "4.3.5", + "graphql-subscriptions": "2.0.0", "graphql-tag": "2.11.0", - "mongodb": "3.6.3" + "mongodb": "4.10.0" }, "devDependencies": { "@graphql-cli/codegen": "1.17.16", "@graphql-codegen/add": "2.0.2", "@graphql-codegen/typescript": "1.19.0", - "@types/glob": "7.1.3", + "@types/glob": "8.0.0", "@types/graphql": "14.2.3", "@types/node-fetch": "2.5.7", "graphback-cli": "1.1.2", "graphql-cli": "4.1.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" } diff --git a/templates/ts-apollo-postgres-backend/Dockerfile b/templates/ts-apollo-postgres-backend/Dockerfile index 6d03533ab5..942c3244c6 100644 --- a/templates/ts-apollo-postgres-backend/Dockerfile +++ b/templates/ts-apollo-postgres-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:18 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-postgres-backend/docker-compose.yml b/templates/ts-apollo-postgres-backend/docker-compose.yml index e4587c7d66..785abd9abb 100644 --- a/templates/ts-apollo-postgres-backend/docker-compose.yml +++ b/templates/ts-apollo-postgres-backend/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: postgres: - image: postgres:11.10 + image: postgres:14.5 ports: - "55432:5432" environment: diff --git a/templates/ts-apollo-postgres-backend/package.json b/templates/ts-apollo-postgres-backend/package.json index 62bfb205f6..db043f9c11 100644 --- a/templates/ts-apollo-postgres-backend/package.json +++ b/templates/ts-apollo-postgres-backend/package.json @@ -16,27 +16,27 @@ "@graphback/runtime-knex": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "16.0.2", "express": "4.17.1", "graphback": "1.1.2", - "graphql": "15.4.0", - "graphql-config": "3.2.0", + "graphql": "16.6.0", + "graphql-config": "4.3.5", "graphql-migrations": "1.1.2", - "graphql-subscriptions": "1.1.0", + "graphql-subscriptions": "2.0.0", "graphql-tag": "2.11.0", - "knex": "0.21.13", + "knex": "2.3.0", "pg": "8.5.1" }, "devDependencies": { "@graphql-cli/codegen": "1.17.16", "@graphql-codegen/add": "2.0.2", "@graphql-codegen/typescript": "1.19.0", - "@types/glob": "7.1.3", + "@types/glob": "8.0.0", "@types/graphql": "14.2.3", "@types/node-fetch": "2.5.7", "graphback-cli": "1.1.2", "graphql-cli": "4.1.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" } diff --git a/templates/ts-fastify-mongodb-backend/Dockerfile b/templates/ts-fastify-mongodb-backend/Dockerfile index 6d03533ab5..942c3244c6 100644 --- a/templates/ts-fastify-mongodb-backend/Dockerfile +++ b/templates/ts-fastify-mongodb-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:18 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-fastify-mongodb-backend/package.json b/templates/ts-fastify-mongodb-backend/package.json index 406c7945bb..dceadc5c76 100644 --- a/templates/ts-fastify-mongodb-backend/package.json +++ b/templates/ts-fastify-mongodb-backend/package.json @@ -15,28 +15,28 @@ "dependencies": { "@graphback/runtime-mongo": "1.1.2", "@graphql-tools/schema": "7.1.2", - "dotenv": "8.2.0", - "fastify": "3.9.2", - "fastify-cors": "4.1.0", + "dotenv": "16.0.2", + "fastify": "4.6.0", + "fastify-cors": "6.1.0", "graphback": "1.1.2", - "graphql": "15.4.0", - "graphql-config": "3.2.0", - "graphql-subscriptions": "1.1.0", + "graphql": "16.6.0", + "graphql-config": "4.3.5", + "graphql-subscriptions": "2.0.0", "graphql-tag": "2.11.0", - "mercurius": "6.5.0", - "mongodb": "3.6.3" + "mercurius": "11.0.0", + "mongodb": "4.10.0" }, "devDependencies": { "@graphql-cli/codegen": "1.17.16", "@graphql-codegen/add": "2.0.2", "@graphql-codegen/typescript": "1.19.0", - "@types/glob": "7.1.3", + "@types/glob": "8.0.0", "@types/graphql": "14.2.3", - "@types/node": "14.14.14", + "@types/node": "16.11.60", "@types/node-fetch": "2.5.7", "graphback-cli": "1.1.2", "graphql-cli": "4.1.0", - "ts-node": "9.1.1", + "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.1.3" } diff --git a/templates/ts-react-apollo-client/package.json b/templates/ts-react-apollo-client/package.json index 779cd1e984..ac683211f5 100644 --- a/templates/ts-react-apollo-client/package.json +++ b/templates/ts-react-apollo-client/package.json @@ -9,7 +9,7 @@ "@graphql-codegen/typescript-operations": "1.17.12", "@graphql-codegen/typescript-react-apollo": "2.2.1", "graphback-cli": "1.1.2", - "graphql": "15.4.0", + "graphql": "16.6.0", "graphql-cli": "4.1.0", "tslint": "6.1.3", "typescript": "4.1.3" @@ -17,10 +17,10 @@ "dependencies": { "@apollo/client": "3.3.4", "@material-ui/core": "4.11.2", - "graphql": "15.4.0", + "graphql": "16.6.0", "react": "17.0.1", "react-dom": "17.0.1", - "react-scripts": "3.4.4" + "react-scripts": "5.0.1" }, "scripts": { "start": "react-scripts start",