Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

fix(deps): update all #2285

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/graphback-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 60
services:
mongodb:
image: mongo:4.2.9
image: mongo:4.4.20
env:
MONGO_INITDB_DATABASE: users
MONGO_INITDB_ROOT_USERNAME: mongodb
Expand Down
12 changes: 6 additions & 6 deletions integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@graphql-tools/graphql-file-loader": "6.2.6",
"apollo-server": "2.19.0",
"apollo-server-testing": "2.19.0",
"graphql": "15.4.0",
"graphql": "15.8.0",
"jest": "26.6.3",
"knex": "0.21.13",
"mongodb": "3.6.3",
"node-fetch": "2.6.1",
"knex": "0.95.15",
"mongodb": "3.7.3",
"node-fetch": "2.6.9",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"license": "Apache-2.0"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"@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",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint": "7.32.0",
"eslint-plugin-flowtype": "5.10.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unused-imports": "0.1.3",
"husky": "4.3.6",
"husky": "4.3.8",
"jest": "26.6.3",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"replace": "1.2.0",
"ts-jest": "26.4.4",
"replace": "1.2.2",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-microsoft-contrib": "6.2.0",
"typedoc": "0.19.2",
"typedoc": "0.24.4",
"typedoc-plugin-markdown": "2.4.2",
"typescript": "4.1.3"
"typescript": "4.9.5"
},
"scripts": {
"bench": "cd performance && yarn start",
Expand Down
22 changes: 11 additions & 11 deletions packages/create-graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,30 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/inquirer": "7.3.1",
"@types/inquirer": "7.3.3",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node-emoji": "1.8.1",
"@types/node": "12.20.55",
"@types/node-emoji": "1.8.2",
"@types/parse-github-url": "1.0.0",
"@types/request": "2.48.5",
"@types/tar": "4.0.4",
"@types/yargs": "15.0.12",
"@types/request": "2.48.8",
"@types/tar": "4.0.5",
"@types/yargs": "15.0.15",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript": "4.9.5",
"typescript-eslint-parser": "21.0.2"
},
"dependencies": {
"chalk": "2.4.2",
"figlet": "1.5.0",
"figlet": "1.6.0",
"inquirer": "7.3.3",
"node-emoji": "1.10.0",
"node-emoji": "1.11.0",
"ora": "3.4.0",
"parse-github-url": "1.0.2",
"request": "2.88.2",
"tar": "6.0.5",
"tar": "6.1.13",
"tmp": "0.2.1",
"yargs": "16.2.0"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node-emoji": "1.8.1",
"@types/yargs": "15.0.12",
"@types/node": "12.20.55",
"@types/node-emoji": "1.8.2",
"@types/yargs": "15.0.15",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"lint-staged": "10.5.4",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript": "4.9.5",
"typescript-eslint-parser": "21.0.2"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "6.2.6",
"chalk": "2.4.2",
"chokidar": "3.4.3",
"debounce": "1.2.0",
"chokidar": "3.5.3",
"debounce": "1.2.1",
"graphback": "1.1.2",
"graphql-config": "3.2.0",
"node-emoji": "1.10.0",
"graphql-config": "3.4.1",
"node-emoji": "1.11.0",
"yargs": "16.2.0"
},
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"@types/node": "12.20.55",
"graphql": "15.8.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/core": "1.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"dataloader": "2.0.0",
"graphql": "15.4.0",
"@types/node": "12.20.55",
"dataloader": "2.2.2",
"graphql": "15.8.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/core": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"graphql-compose": "7.23.0",
"graphql-compose": "7.25.1",
"graphql-metadata": "0.7.6",
"pluralize": "8.0.0"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/graphback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/pino": "6.3.4",
"graphql": "15.4.0",
"@types/node": "12.20.55",
"@types/pino": "6.3.12",
"graphql": "15.8.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.3"
"typescript": "4.9.5"
},
"license": "Apache-2.0",
"publishConfig": {
Expand All @@ -46,16 +46,16 @@
"dependencies": {
"@graphql-tools/merge": "6.2.6",
"@graphql-tools/utils": "7.1.4",
"@types/bson": "4.0.3",
"bson": "4.2.2",
"dataloader": "2.0.0",
"glob": "7.1.6",
"graphql-compose": "7.23.0",
"graphql-fields-list": "2.2.1",
"@types/bson": "4.0.5",
"bson": "4.7.2",
"dataloader": "2.2.2",
"glob": "7.2.3",
"graphql-compose": "7.25.1",
"graphql-fields-list": "2.2.4",
"graphql-metadata": "0.7.6",
"graphql-scalars": "1.6.1",
"graphql-subscriptions": "1.1.0",
"pino": "6.8.0",
"graphql-scalars": "1.21.3",
"graphql-subscriptions": "1.2.1",
"pino": "6.14.0",
"pluralize": "8.0.0"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"@types/node": "12.20.55",
"graphql": "15.8.0",
"jest": "26.6.3",
"jest-date-mock": "1.0.8",
"mongodb-memory-server": "6.9.2",
"mongodb-memory-server": "6.9.6",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/codegen-schema": "1.1.2",
"@graphback/core": "1.1.2",
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"graphback": "1.1.2",
"graphql-compose": "7.23.0",
"graphql-compose": "7.25.1",
"graphql-metadata": "0.7.6",
"graphql-subscriptions": "1.1.0",
"mongodb": "3.6.3",
"graphql-subscriptions": "1.2.1",
"mongodb": "3.7.3",
"pluralize": "8.0.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/graphback-keycloak-authz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"@types/node": "12.20.55",
"graphql": "15.8.0",
"jest": "26.6.3",
"keycloak-connect": "11.0.3",
"keycloak-connect-graphql": "0.6.4",
"keycloak-connect-graphql": "0.7.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/core": "1.1.2",
"graphql-subscriptions": "1.1.0"
"graphql-subscriptions": "1.2.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"keycloak-connect-graphql": "^0.5.0 || ^0.6.0"
"keycloak-connect-graphql": "^0.5.0 || ^0.6.0 || ^0.7.0"
}
}
18 changes: 9 additions & 9 deletions packages/graphback-runtime-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "12.20.55",
"graphql": "15.8.0",
"graphql-migrations": "1.1.2",
"jest": "26.6.3",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
"ts-jest": "26.4.4",
"sqlite3": "5.1.6",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/core": "1.1.2",
"dataloader": "2.0.0",
"graphql-subscriptions": "1.1.0"
"dataloader": "2.2.2",
"graphql-subscriptions": "1.2.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"knex": "0.20.x || 0.21.x"
"knex": "0.20.x || 0.21.x || 0.95.x"
}
}
20 changes: 10 additions & 10 deletions packages/graphback-runtime-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "12.20.55",
"graphql": "15.8.0",
"jest": "26.6.3",
"jest-date-mock": "1.0.8",
"mongodb-memory-server-global": "6.9.2",
"mongodb-memory-server-global": "6.9.6",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
"tsutils": "3.21.0",
"typescript": "4.9.5"
},
"dependencies": {
"@graphback/core": "1.1.2",
"@types/mongodb": "3.6.3",
"dataloader": "2.0.0",
"@types/mongodb": "3.6.20",
"dataloader": "2.2.2",
"escape-string-regexp": "4.0.0",
"graphql-metadata": "0.7.6",
"graphql-subscriptions": "1.1.0"
"graphql-subscriptions": "1.2.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"mongodb": "3.6.3"
"mongodb": "3.7.3"
}
}
Loading