Skip to content

Commit 8f39ce5

Browse files
fix(deps): update minor-and-patch
1 parent e6e774b commit 8f39ce5

File tree

8 files changed

+566
-529
lines changed

8 files changed

+566
-529
lines changed

.yarn/releases/yarn-4.10.3.cjs renamed to .yarn/releases/yarn-4.11.0.cjs

Lines changed: 300 additions & 300 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.10.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.11.0.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"release-previous": "yarn build && changeset publish --tag previous"
2525
},
2626
"devDependencies": {
27-
"@tsconfig/node20": "20.1.6",
28-
"@typescript-eslint/eslint-plugin": "8.46.2",
29-
"@typescript-eslint/parser": "8.46.2",
27+
"@tsconfig/node20": "20.1.7",
28+
"@typescript-eslint/eslint-plugin": "8.46.4",
29+
"@typescript-eslint/parser": "8.46.4",
3030
"concurrently": "9.2.1",
3131
"dotenv": "17.2.3",
3232
"eslint": "8.57.1",
@@ -35,17 +35,17 @@
3535
"eslint-import-resolver-typescript": "4.4.4",
3636
"eslint-plugin-eslint-comments": "3.2.0",
3737
"eslint-plugin-import": "2.32.0",
38-
"eslint-plugin-jest": "29.0.1",
39-
"graphql": "16.11.0",
38+
"eslint-plugin-jest": "29.1.0",
39+
"graphql": "16.12.0",
4040
"jest": "30.2.0",
41-
"neo4j-driver": "6.0.0",
41+
"neo4j-driver": "6.0.1",
4242
"prettier": "3.6.2",
4343
"prettier-2": "npm:prettier@2.8.8",
4444
"set-tz": "0.2.0",
4545
"ts-jest": "29.4.5",
4646
"typescript": "5.9.3"
4747
},
48-
"packageManager": "yarn@4.10.3",
48+
"packageManager": "yarn@4.11.0",
4949
"dependencies": {
5050
"@changesets/changelog-github": "0.5.1",
5151
"@changesets/cli": "2.29.7"

packages/apollo-federation-subgraph-compatibility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-federation-subgraph-compatibility",
33
"version": "1.0.0",
4-
"packageManager": "yarn@4.10.3",
4+
"packageManager": "yarn@4.11.0",
55
"scripts": {
66
"build": "webpack --config webpack.config.js",
77
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",
@@ -11,7 +11,7 @@
1111
"@apollo/server": "^5.0.0",
1212
"@graphql-tools/wrap": "^11.0.0",
1313
"@neo4j/graphql": "^7.3.1",
14-
"graphql": "16.11.0",
14+
"graphql": "16.12.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"
1717
},

packages/graphql/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"author": "Neo4j Inc.",
4747
"devDependencies": {
48-
"@apollo/gateway": "2.11.3",
49-
"@apollo/server": "5.0.0",
48+
"@apollo/gateway": "2.12.1",
49+
"@apollo/server": "5.1.0",
5050
"@types/deep-equal": "1.0.4",
5151
"@types/is-uuid": "1.0.2",
5252
"@types/jest": "30.0.0",
5353
"@types/jsonwebtoken": "9.0.10",
54-
"@types/node": "22.18.12",
54+
"@types/node": "22.19.1",
5555
"@types/pluralize": "0.0.33",
5656
"@types/randomstring": "1.3.0",
5757
"@types/semver": "7.7.1",
@@ -71,7 +71,7 @@
7171
"mock-jwks": "3.3.5",
7272
"nock": "14.0.10",
7373
"randomstring": "1.3.1",
74-
"rimraf": "6.0.1",
74+
"rimraf": "6.1.0",
7575
"supertest": "7.1.4",
7676
"ts-jest": "29.4.5",
7777
"ts-node": "10.9.2",
@@ -84,7 +84,7 @@
8484
"@graphql-tools/merge": "^9.0.0",
8585
"@graphql-tools/resolvers-composition": "^7.0.0",
8686
"@graphql-tools/schema": "^10.0.0",
87-
"@graphql-tools/utils": "10.9.1",
87+
"@graphql-tools/utils": "10.10.3",
8888
"@neo4j/cypher-builder": "2.10.0",
8989
"camelcase": "^6.3.0",
9090
"debug": "^4.3.4",

packages/introspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@neo4j/graphql": "^7.0.0",
4242
"@types/jest": "30.0.0",
43-
"@types/node": "22.18.12",
43+
"@types/node": "22.19.1",
4444
"@types/pluralize": "0.0.33",
4545
"jest": "30.2.0",
4646
"ts-jest": "29.4.5",

packages/package-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
},
2626
"author": "Neo4j Inc.",
2727
"devDependencies": {
28-
"rimraf": "6.0.1"
28+
"rimraf": "6.1.0"
2929
}
3030
}

0 commit comments

Comments
 (0)