Skip to content

Commit

Permalink
manually update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-marcacci committed Aug 31, 2024
1 parent e186033 commit 0a4bc21
Show file tree
Hide file tree
Showing 14 changed files with 1,459 additions and 4,798 deletions.
6,025 changes: 1,343 additions & 4,682 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 @@ -24,9 +24,9 @@
"update": "lerna exec --parallel -- npx ncu -u && npx npm-check-updates -u && npm i && npm update"
},
"devDependencies": {
"lerna": "^8.1.2",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5"
"lerna": "^8.1.8",
"npm-check-updates": "^17.1.0",
"prettier": "^3.3.3"
},
"dependencies": {}
}
20 changes: 10 additions & 10 deletions packages/authx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"@types/koa-router": "^7.4.8",
"@types/koa-send": "^4.1.6",
"@types/object-hash": "^3.0.6",
"@types/pg": "^8.11.6",
"@types/uuid": "^9.0.8",
"@types/pg": "^8.11.8",
"@types/uuid": "^10.0.0",
"auth-header": "^1.0.0",
"dataloader": "^2.2.2",
"graphql": "16.9.0",
"graphql-api-koa": "^9.1.3",
"graphql-playground-middleware-koa": "^1.6.22",
"graphql-relay": "^0.10.1",
"graphql-relay": "^0.10.2",
"jsonwebtoken": "^9.0.2",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"object-hash": "^3.0.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=10"
Expand Down
28 changes: 14 additions & 14 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"@graphiql/react": "^0.26.2",
"@graphiql/toolkit": "^0.11.0",
"@types/koa-static": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"graphiql": "^3.2.1",
"graphql-config": "^5.0.3",
"html-loader": "^5.0.0",
"graphiql": "^3.7.1",
"graphql-config": "^5.1.2",
"html-loader": "^5.1.0",
"koa-static": "^5.0.0",
"mini-css-extract-plugin": "^2.9.0",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"mini-css-extract-plugin": "^2.9.1",
"npm-check-updates": "^17.1.0",
"prettier": "^3.3.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions packages/http-proxy-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
},
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@types/http-proxy": "^1.17.14",
"@types/http-proxy": "^1.17.15",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.6.11",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^9.0.2"
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=6"
Expand Down
16 changes: 8 additions & 8 deletions packages/http-proxy-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.56",
"@types/http-proxy": "^1.17.14",
"@types/http-proxy": "^1.17.15",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.6.11",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^9.0.2"
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=6"
Expand Down
16 changes: 8 additions & 8 deletions packages/http-proxy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.56",
"@types/cookies": "^0.9.0",
"@types/http-proxy": "^1.17.14",
"@types/http-proxy": "^1.17.15",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.6.11",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"abort-controller": "^3.0.0",
"cookies": "^0.9.1",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^9.0.2"
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=6"
Expand Down
20 changes: 10 additions & 10 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"dependencies": {
"@authx/authx": "^3.1.0-alpha.56",
"@authx/scopes": "^3.1.0-alpha.56",
"@tanstack/react-query": "^5.35.1",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.1",
"@tanstack/react-query": "^5.53.1",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"html-webpack-plugin": "^5.6.0",
Expand All @@ -20,16 +20,16 @@
},
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"koa": "^2.15.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=10"
Expand Down
12 changes: 6 additions & 6 deletions packages/scopes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"bugs": "https://github.com/the-control-group/authx/issues",
"description": "",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=6"
Expand Down
20 changes: 10 additions & 10 deletions packages/strategy-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.56",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.1",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"graphql": "16.9.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.56",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=10"
Expand Down
20 changes: 10 additions & 10 deletions packages/strategy-openid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.56",
"@authx/strategy-email": "^3.1.0-alpha.56",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.1",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"graphql": "16.9.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.56",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=10"
Expand Down
20 changes: 10 additions & 10 deletions packages/strategy-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.56",
"@types/bcrypt": "^5.0.2",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.1",
"@types/pg": "^8.11.8",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"bcrypt": "^5.1.1",
"graphql": "16.9.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^10.0.0"
},
"description": "",
"devDependencies": {
"@authx/authx": "^3.1.0-alpha.56",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 0a4bc21

Please sign in to comment.