Skip to content

Commit

Permalink
fix(deps): update minor-and-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 7f2137f commit ba32d5d
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 168 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@tsconfig/node16": "1.0.4",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"concurrently": "9.1.2",
"dotenv": "16.4.7",
"eslint": "8.57.1",
Expand All @@ -39,8 +39,8 @@
"graphql": "16.10.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.4.2",
"neo4j-driver": "5.27.0",
"lint-staged": "15.4.3",
"neo4j-driver": "5.28.0",
"prettier": "2.8.8",
"set-tz": "0.2.0",
"ts-jest": "29.2.5",
Expand All @@ -49,6 +49,6 @@
"packageManager": "[email protected]",
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11"
"@changesets/cli": "2.27.12"
}
}
4 changes: 2 additions & 2 deletions packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@types/cors": "2.8.17",
"@types/debug": "4.1.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.16",
"@types/node": "20.17.17",
"camelcase": "6.3.0",
"graphql-ws": "5.16.2",
"jest": "29.7.0",
"neo4j-driver": "5.27.0",
"neo4j-driver": "5.28.0",
"pluralize": "8.0.0",
"randomstring": "1.3.1",
"supertest": "7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
"@types/deep-equal": "1.0.4",
"@types/is-uuid": "1.0.2",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "20.17.16",
"@types/jsonwebtoken": "9.0.8",
"@types/node": "20.17.17",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.5.8",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.13",
"@types/ws": "8.5.14",
"graphql-middleware": "6.1.35",
"graphql-tag": "2.12.6",
"graphql-ws": "5.16.2",
"is-uuid": "1.0.2",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"jwks-rsa": "3.1.0",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-jwt": "4.0.4",
"koa-router": "13.0.1",
"mock-jwks": "1.0.10",
Expand All @@ -78,7 +78,7 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/resolvers-composition": "^7.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "10.6.1",
"@graphql-tools/utils": "10.8.1",
"@neo4j/cypher-builder": "^1.20.1",
"camelcase": "^6.3.0",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@neo4j/graphql": "^5.11.2",
"@types/jest": "29.5.14",
"@types/node": "20.17.16",
"@types/node": "20.17.17",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.16",
"@types/node": "20.17.17",
"camelcase": "6.3.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"pluralize": "8.0.0",
"randomstring": "1.3.1",
"semver": "7.6.3",
"semver": "7.7.1",
"ts-jest": "29.2.5",
"typescript": "5.1.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/package-tests/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"neo4j-driver": "^5.8.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.8",
"@babel/node": "7.26.0",
"@babel/preset-env": "7.26.0"
"@babel/preset-env": "7.26.8"
}
}
Loading

0 comments on commit ba32d5d

Please sign in to comment.