Skip to content
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dotenv": "^16.4.5",
"express": "^4.21.1",
"graphile-utils": "4.13.0",
"graphql": "^16.9.0",
"graphql": "^16.10.0",
"graphql-upload-ts": "^2.1.2",
"ical-generator": "^7.0.0",
"postgraphile": "4.13.0",
"postgraphile": "4.14.0",
"postgraphile-plugin-connection-filter": "^2.3.0",
"postgres-migrations": "^5.3.0",
"slugify": "^1.6.6"
Expand All @@ -44,7 +44,7 @@
"nodemon": "^3.1.7",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "5.4.5"
},
"packageManager": "[email protected]"
}
108 changes: 54 additions & 54 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1305,18 +1305,18 @@ __metadata:
eslint: "npm:^8.57.0"
express: "npm:^4.21.1"
graphile-utils: "npm:4.13.0"
graphql: "npm:^16.9.0"
graphql: "npm:^16.10.0"
graphql-upload-ts: "npm:^2.1.2"
ical-generator: "npm:^7.0.0"
lint-staged: "npm:^15.2.2"
nodemon: "npm:^3.1.7"
postgraphile: "npm:4.13.0"
postgraphile: "npm:4.14.0"
postgraphile-plugin-connection-filter: "npm:^2.3.0"
postgres-migrations: "npm:^5.3.0"
prettier: "npm:^3.2.5"
slugify: "npm:^1.6.6"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.4.5"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2128,40 +2128,40 @@ __metadata:
languageName: node
linkType: hard

"graphile-build-pg@npm:4.13.0":
version: 4.13.0
resolution: "graphile-build-pg@npm:4.13.0"
"graphile-build-pg@npm:4.14.0":
version: 4.14.0
resolution: "graphile-build-pg@npm:4.14.0"
dependencies:
"@graphile/lru": "npm:4.11.0"
chalk: "npm:^2.4.2"
debug: "npm:^4.1.1"
graphile-build: "npm:4.13.0"
graphile-build: "npm:4.14.0"
jsonwebtoken: "npm:^9.0.0"
lodash: "npm:>=4 <5"
lru-cache: "npm:>=4 <5"
pg-sql2: "npm:4.13.0"
pg-sql2: "npm:4.14.0"
peerDependencies:
pg: ">=6.1.0 <9"
checksum: 10/1ddf8251d4bd3566d3511889f9b660f0020c35886cd90d267998a8737eb1e2739cef98746d8201cf489af1898a6d6b658a1ac380763a1b24be1b72373c6d94a3
checksum: 10/cc8df4f62dfbbd777b1fccb185b4f32e8f74a2f9ee0136f0ddb52f52fe6e2115c64ba62ac2a869e706e93730b6a34c0c44c2ca8d4788d8963093fc1fbe8db59a
languageName: node
linkType: hard

"graphile-build@npm:4.13.0":
version: 4.13.0
resolution: "graphile-build@npm:4.13.0"
"graphile-build@npm:4.14.0":
version: 4.14.0
resolution: "graphile-build@npm:4.14.0"
dependencies:
"@graphile/lru": "npm:4.11.0"
chalk: "npm:^2.4.2"
debug: "npm:^4.1.1"
graphql-parse-resolve-info: "npm:4.13.0"
graphql-parse-resolve-info: "npm:4.14.0"
iterall: "npm:^1.2.2"
lodash: "npm:>=4 <5"
lru-cache: "npm:^5.0.0"
pluralize: "npm:^7.0.0"
semver: "npm:^6.0.0"
semver: "npm:^7.5.2"
peerDependencies:
graphql: ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
checksum: 10/a2d1d6c382f794347eb5b0eb5806182dae91dee7e592222747f58a0dc5eae624b59848a23e995de3a5e21dbe5f2bdbad47ca3db8cf1fc6fdfabecc99b5e3c833
checksum: 10/fee7d818c7d8c3c9d4632bd5ac96c453b1aef4db979aa4508c8bff6ccad189607137095fcc75fa3899ce2364e3ddf0eba6f11a4a7e3e9fb267d833abf21a69e2
languageName: node
linkType: hard

Expand All @@ -2179,7 +2179,7 @@ __metadata:
languageName: node
linkType: hard

"graphile-utils@npm:^4.13.0":
"graphile-utils@npm:^4.14.0":
version: 4.14.0
resolution: "graphile-utils@npm:4.14.0"
dependencies:
Expand All @@ -2193,15 +2193,15 @@ __metadata:
languageName: node
linkType: hard

"graphql-parse-resolve-info@npm:4.13.0":
version: 4.13.0
resolution: "graphql-parse-resolve-info@npm:4.13.0"
"graphql-parse-resolve-info@npm:4.14.0":
version: 4.14.0
resolution: "graphql-parse-resolve-info@npm:4.14.0"
dependencies:
debug: "npm:^4.1.1"
tslib: "npm:^2.0.1"
peerDependencies:
graphql: ">=0.9 <0.14 || ^14.0.2 || ^15.4.0 || ^16.3.0"
checksum: 10/4859ec1abc8714463c26b627a7f8284f6eba5aa3acd88a7c53d1e939effd682681a23208274fe89d4fbe1165136a33e9e540461abca004fa9234c1f3c74727b8
checksum: 10/784f9f6c45ba30ad523aae6df823fde21b513e8034f1023ecb6bcd2d94935acf8cfac2d59cb69c55428e16f34738b16a7f05e1ebb8f592013c797baa12706737
languageName: node
linkType: hard

Expand Down Expand Up @@ -2245,10 +2245,10 @@ __metadata:
languageName: node
linkType: hard

"graphql@npm:^16.9.0":
version: 16.9.0
resolution: "graphql@npm:16.9.0"
checksum: 10/5833f82bb6c31bec120bbf9cd400eda873e1bb7ef5c17974fa262cd82dc68728fda5d4cb859dc8aaa4c4fe4f6fe1103a9c47efc01a12c02ae5cb581d8e4029e2
"graphql@npm:^16.10.0":
version: 16.10.0
resolution: "graphql@npm:16.10.0"
checksum: 10/d42cf81ddcf3a61dfb213217576bf33c326f15b02c4cee369b373dc74100cbdcdc4479b3b797e79b654dabd8fddf50ef65ff75420e9ce5596c02e21f24c9126a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3391,17 +3391,17 @@ __metadata:
languageName: node
linkType: hard

"pg-sql2@npm:4.13.0":
version: 4.13.0
resolution: "pg-sql2@npm:4.13.0"
"pg-sql2@npm:4.14.0":
version: 4.14.0
resolution: "pg-sql2@npm:4.14.0"
dependencies:
"@graphile/lru": "npm:4.11.0"
"@types/pg": "npm:>=6 <9"
debug: "npm:>=3 <5"
tslib: "npm:^2.0.1"
peerDependencies:
pg: ">=6.1.0 <9"
checksum: 10/9fba277e90edcccac77efba76cd42595b72b06e25fab6ba37d9d28fe470be53056dcf6257518e552ebf5709d73ec7d6d48243ff776ebc281dd600b441a404f7b
checksum: 10/e34d3af04445d77dabf2bcd174dcfb325c3350482276c1bbc3b93f3e698a1af13bfeb210859a68403e4d0598edafe93ba364d686bf941a65fa9bd989c6f28892
languageName: node
linkType: hard

Expand Down Expand Up @@ -3470,17 +3470,17 @@ __metadata:
languageName: node
linkType: hard

"postgraphile-core@npm:4.13.0":
version: 4.13.0
resolution: "postgraphile-core@npm:4.13.0"
"postgraphile-core@npm:4.14.0":
version: 4.14.0
resolution: "postgraphile-core@npm:4.14.0"
dependencies:
graphile-build: "npm:4.13.0"
graphile-build-pg: "npm:4.13.0"
graphile-build: "npm:4.14.0"
graphile-build-pg: "npm:4.14.0"
tslib: "npm:^2.0.1"
peerDependencies:
graphql: ">=0.9 <0.14 || ^14.0.2 || ^15.4.0"
pg: ">=6.1.0 <9"
checksum: 10/e0fe8bfb5b24fb3522b6b1bc7f7de27f347082a614385d04fae9d8bed42908ed47efff9cd567ffedbbad76b9f9ea87f75bc2c6be258c4cc3a0b950b324faf895
checksum: 10/f0a4374a39f6b422614f94ad855f6e1a79312ec489568777fa1efdf440375706d302dd95d28a18dbbbfccb2d0400f85385ccf1633b424180475548dae0fa8474
languageName: node
linkType: hard

Expand All @@ -3493,9 +3493,9 @@ __metadata:
languageName: node
linkType: hard

"postgraphile@npm:4.13.0":
version: 4.13.0
resolution: "postgraphile@npm:4.13.0"
"postgraphile@npm:4.14.0":
version: 4.14.0
resolution: "postgraphile@npm:4.14.0"
dependencies:
"@graphile/lru": "npm:4.11.0"
"@types/json5": "npm:^0.0.30"
Expand All @@ -3507,9 +3507,9 @@ __metadata:
commander: "npm:^2.19.0"
debug: "npm:^4.1.1"
finalhandler: "npm:^1.0.6"
graphile-build: "npm:4.13.0"
graphile-build-pg: "npm:4.13.0"
graphile-utils: "npm:^4.13.0"
graphile-build: "npm:4.14.0"
graphile-build-pg: "npm:4.14.0"
graphile-utils: "npm:^4.14.0"
graphql: "npm:^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2 || ^15.0.0"
graphql-ws: "npm:^5.6.2"
http-errors: "npm:^1.5.1"
Expand All @@ -3519,14 +3519,14 @@ __metadata:
parseurl: "npm:^1.3.2"
pg: "npm:>=6.1.0 <9"
pg-connection-string: "npm:^2.0.0"
pg-sql2: "npm:4.13.0"
postgraphile-core: "npm:4.13.0"
pg-sql2: "npm:4.14.0"
postgraphile-core: "npm:4.14.0"
subscriptions-transport-ws: "npm:^0.9.18"
tslib: "npm:^2.1.0"
ws: "npm:^7.4.2"
bin:
postgraphile: cli.js
checksum: 10/d6fd1b63f0ddc4534e6a0cbd423284f46a1c1a3d0857f209b8dbe1fb8b36617717978014b74713a785084dfa8ced515f666873ad196e349d357bd48ac17a8ef8
checksum: 10/fda4311655aa2db7f4c95be27e257670c9d671ff7935effb80731f58ee9deef1d5326414d94d0412ee032fe06cd6605e46e92fda329c785b71ca5130ca74d01e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3763,15 +3763,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^6.0.0":
version: 6.3.1
resolution: "semver@npm:6.3.1"
bin:
semver: bin/semver.js
checksum: 10/1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e
languageName: node
linkType: hard

"semver@npm:^7.3.5":
version: 7.5.4
resolution: "semver@npm:7.5.4"
Expand All @@ -3794,6 +3785,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.5.2":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 10/36b1fbe1a2b6f873559cd57b238f1094a053dbfd997ceeb8757d79d1d2089c56d1321b9f1069ce263dc64cfa922fa1d2ad566b39426fe1ac6c723c1487589e10
languageName: node
linkType: hard

"semver@npm:^7.5.3, semver@npm:^7.5.4":
version: 7.6.0
resolution: "semver@npm:7.6.0"
Expand Down Expand Up @@ -4302,7 +4302,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.5":
"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
Expand All @@ -4312,7 +4312,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading