Skip to content

Commit 7e646b6

Browse files
Merge pull request #7039 from opentripplanner/renovate/gtfs-api-code-generation
fix(deps): update gtfs api code generation
2 parents ca8971f + d094bcd commit 7e646b6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

application/src/main/java/org/opentripplanner/apis/gtfs/generated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"//": "once https://github.com/dotansimha/graphql-code-generator-community/pull/1095 has been merged, we can go back to the upstream version of @graphql-codegen/java",
1313
"dependencies": {
1414
"@graphql-codegen/add": "6.0.0",
15-
"@graphql-codegen/cli": "6.0.0",
15+
"@graphql-codegen/cli": "6.0.1",
1616
"@graphql-codegen/java": "git+https://github.com/opentripplanner/graphql-code-generator-java.git#5190df9e4d85191716e812bc8bf4d3fbca4d54aa",
1717
"@graphql-codegen/java-resolvers": "3.0.1",
18-
"graphql": "16.11.0"
18+
"graphql": "16.12.0"
1919
}
2020
}

application/src/main/java/org/opentripplanner/apis/gtfs/generated/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,10 @@
707707
"@graphql-codegen/plugin-helpers" "^6.0.0"
708708
tslib "~2.6.0"
709709

710-
"@graphql-codegen/[email protected].0":
711-
version "6.0.0"
712-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.0.tgz#6da030654fffa8e30d372d5231c61978f81ac17f"
713-
integrity sha512-tvchLVCMtorDE+UwgQbrjyaQK16GCZA+QomTxZazRx64ixtgmbEiQV7GhCBy0y0Bo7/tcTJb6sy9G/TL/BgiOg==
710+
"@graphql-codegen/[email protected].1":
711+
version "6.0.1"
712+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.1.tgz#eaa63c110ffaa0aa36011e356766b6336d78f98c"
713+
integrity sha512-6iP91joxb7phdicDrIF8Cv9ah2QpPVXUUu7rbOaQKvqey+QKYmHcxGCi9r5/7p4lUiHZPQvfB7xDHURHQca1SA==
714714
dependencies:
715715
"@babel/generator" "^7.18.13"
716716
"@babel/template" "^7.18.10"
@@ -2280,10 +2280,10 @@ graphql-ws@^5.14.0:
22802280
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.0.tgz#766f249f3974fc2c48fae0d1fb20c2c4c79cd591"
22812281
integrity sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==
22822282

2283-
graphql@16.11.0:
2284-
version "16.11.0"
2285-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
2286-
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
2283+
graphql@16.12.0:
2284+
version "16.12.0"
2285+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
2286+
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
22872287

22882288
has-flag@^3.0.0:
22892289
version "3.0.0"

0 commit comments

Comments
 (0)