Skip to content

Commit 1afd1e5

Browse files
committed
chore: safe dependency upgrades (@types/node, @types/supertest, @types/shelljs, @types/multer, multer, glob)
1 parent 7a57152 commit 1afd1e5

23 files changed

Lines changed: 203 additions & 224 deletions

File tree

graphile/graphile-misc-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"pg-sql2": "5.0.0-rc.4"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^22.19.1",
48+
"@types/node": "^22.19.11",
4949
"makage": "^0.1.10"
5050
},
5151
"keywords": [

graphile/graphile-pg-textsearch-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/constructive-io/constructive/issues"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^22.19.1",
32+
"@types/node": "^22.19.11",
3333
"@types/pg": "^8.18.0",
3434
"graphile-test": "workspace:^",
3535
"makage": "^0.1.10",

graphile/graphile-pgvector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/constructive-io/constructive/issues"
3030
},
3131
"devDependencies": {
32-
"@types/node": "^22.19.1",
32+
"@types/node": "^22.19.11",
3333
"@types/pg": "^8.18.0",
3434
"graphile-test": "workspace:^",
3535
"makage": "^0.1.10",

graphile/graphile-plugin-connection-filter-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@types/node": "^22.19.1",
49+
"@types/node": "^22.19.11",
5050
"graphile-postgis": "workspace:^",
5151
"graphile-test": "workspace:^",
5252
"makage": "^0.1.10",

graphile/graphile-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@types/geojson": "^7946.0.14",
55-
"@types/node": "^22.19.1",
55+
"@types/node": "^22.19.11",
5656
"graphile-test": "workspace:^",
5757
"makage": "^0.1.10",
5858
"pgsql-test": "workspace:^"

graphile/graphile-search-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/constructive-io/constructive/issues"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^22.19.1",
44+
"@types/node": "^22.19.11",
4545
"graphile-test": "workspace:^",
4646
"makage": "^0.1.10",
4747
"pgsql-test": "workspace:^",

graphile/graphile-sql-expression-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"graphql": "^16.9.0"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^22.19.1",
56+
"@types/node": "^22.19.11",
5757
"makage": "^0.1.10"
5858
}
5959
}

graphile/graphile-upload-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"postgraphile": "5.0.0-rc.7"
4747
},
4848
"devDependencies": {
49-
"@types/node": "^22.19.1",
49+
"@types/node": "^22.19.11",
5050
"makage": "^0.1.10"
5151
}
5252
}

graphql/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@tanstack/react-query": "^5.90.21",
9494
"@types/babel__generator": "^7.27.0",
9595
"@types/jest": "^30.0.0",
96-
"@types/node": "^20.19.27",
96+
"@types/node": "^22.19.11",
9797
"@types/react": "^19.2.14",
9898
"jest": "^30.2.0",
9999
"react": "^19.2.4",

graphql/server-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/express": "^5.0.6",
3333
"@types/pg": "^8.18.0",
34-
"@types/supertest": "^6.0.2",
34+
"@types/supertest": "^7.2.0",
3535
"makage": "^0.1.12"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)