graphile-settings 5.2.3 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-settings",
3
- "version": "5.2.3",
3
+ "version": "5.3.0",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "graphile settings",
6
6
  "main": "index.js",
@@ -29,54 +29,54 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@aws-sdk/client-s3": "^3.1009.0",
33
- "@constructive-io/bucket-provisioner": "^0.11.0",
34
- "@constructive-io/graphql-env": "^3.11.0",
35
- "@constructive-io/graphql-types": "^3.10.0",
36
- "@constructive-io/s3-streamer": "^2.24.0",
37
- "@constructive-io/s3-utils": "^2.17.0",
32
+ "@aws-sdk/client-s3": "^3.1052.0",
33
+ "@constructive-io/bucket-provisioner": "^0.11.1",
34
+ "@constructive-io/graphql-env": "^3.12.0",
35
+ "@constructive-io/graphql-types": "^3.11.0",
36
+ "@constructive-io/s3-streamer": "^2.25.0",
37
+ "@constructive-io/s3-utils": "^2.17.1",
38
38
  "@constructive-io/upload-names": "^2.16.0",
39
39
  "@dataplan/json": "1.0.0",
40
- "@dataplan/pg": "1.0.0",
40
+ "@dataplan/pg": "1.0.3",
41
41
  "@graphile-contrib/pg-many-to-many": "2.0.0-rc.2",
42
42
  "@pgpmjs/logger": "^2.11.0",
43
- "@pgpmjs/types": "^2.27.0",
43
+ "@pgpmjs/types": "^2.28.0",
44
44
  "@pgsql/quotes": "^17.1.0",
45
45
  "cors": "^2.8.6",
46
46
  "express": "^5.2.1",
47
- "grafast": "1.0.0",
47
+ "grafast": "1.0.2",
48
48
  "grafserv": "1.0.0",
49
- "graphile-bucket-provisioner-plugin": "0.11.0",
50
- "graphile-build": "5.0.0",
51
- "graphile-build-pg": "5.0.0",
52
- "graphile-bulk-mutations": "^0.3.2",
53
- "graphile-config": "1.0.0",
54
- "graphile-connection-filter": "^1.10.2",
55
- "graphile-ltree": "^1.7.2",
56
- "graphile-pg-aggregates": "^1.3.2",
57
- "graphile-postgis": "^2.16.2",
58
- "graphile-presigned-url-plugin": "^0.19.0",
59
- "graphile-realtime-subscriptions": "^0.7.0",
60
- "graphile-search": "^1.13.1",
61
- "graphile-sql-expression-validator": "^2.13.0",
62
- "graphile-upload-plugin": "^2.11.0",
63
- "graphile-utils": "5.0.0",
49
+ "graphile-bucket-provisioner-plugin": "0.11.1",
50
+ "graphile-build": "5.0.2",
51
+ "graphile-build-pg": "5.0.2",
52
+ "graphile-bulk-mutations": "^0.4.0",
53
+ "graphile-config": "1.0.1",
54
+ "graphile-connection-filter": "^1.11.0",
55
+ "graphile-ltree": "^1.8.0",
56
+ "graphile-pg-aggregates": "^1.4.0",
57
+ "graphile-postgis": "^2.17.0",
58
+ "graphile-presigned-url-plugin": "^0.19.1",
59
+ "graphile-realtime-subscriptions": "^0.7.1",
60
+ "graphile-search": "^1.14.0",
61
+ "graphile-sql-expression-validator": "^2.13.1",
62
+ "graphile-upload-plugin": "^2.11.1",
63
+ "graphile-utils": "5.0.1",
64
64
  "graphql": "16.13.0",
65
65
  "inflekt": "^0.7.1",
66
66
  "lru-cache": "^11.2.7",
67
- "pg": "^8.20.0",
68
- "pg-query-context": "^2.15.0",
69
- "pg-sql2": "5.0.0",
70
- "postgraphile": "5.0.0",
67
+ "pg": "^8.21.0",
68
+ "pg-query-context": "^2.16.0",
69
+ "pg-sql2": "5.0.1",
70
+ "postgraphile": "5.0.3",
71
71
  "request-ip": "^3.3.0",
72
- "tamedevil": "0.1.0"
72
+ "tamedevil": "0.1.1"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/cors": "^2.8.17",
76
76
  "@types/express": "^5.0.6",
77
- "@types/pg": "^8.18.0",
77
+ "@types/pg": "^8.20.0",
78
78
  "@types/request-ip": "^0.0.41",
79
- "graphile-test": "^4.15.2",
79
+ "graphile-test": "^4.16.0",
80
80
  "makage": "^0.3.0",
81
81
  "nodemon": "^3.1.14",
82
82
  "ts-node": "^10.9.2"
@@ -88,5 +88,5 @@
88
88
  "constructive",
89
89
  "graphql"
90
90
  ],
91
- "gitHead": "7b7c25cb21fd0e97c2ab3c94b994b0ca89bd3247"
91
+ "gitHead": "c0d04574f7719d92e67becb58d60791ae978c5f5"
92
92
  }