Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.12.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent d29c1ec commit 1dfd76f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-amqp-subscriptions-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/cors": "2.8.17",
"@types/debug": "4.1.12",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"camelcase": "6.3.0",
"graphql-ws": "5.16.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/is-uuid": "1.0.2",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@neo4j/graphql": "^5.3.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"@types/pluralize": "0.0.33",
"jest": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "20.12.8",
"@types/node": "20.12.10",
"camelcase": "6.3.0",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ __metadata:
"@types/cors": "npm:2.8.17"
"@types/debug": "npm:4.1.12"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
amqplib: "npm:0.10.4"
body-parser: "npm:^1.20.2"
camelcase: "npm:6.3.0"
Expand Down Expand Up @@ -2851,7 +2851,7 @@ __metadata:
"@graphql-tools/merge": "npm:^9.0.0"
"@neo4j/graphql": "npm:^5.3.4"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
camelcase: "npm:6.3.0"
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
Expand Down Expand Up @@ -2889,7 +2889,7 @@ __metadata:
"@types/is-uuid": "npm:1.0.2"
"@types/jest": "npm:29.5.12"
"@types/jsonwebtoken": "npm:9.0.6"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
"@types/pluralize": "npm:0.0.33"
"@types/randomstring": "npm:1.3.0"
"@types/semver": "npm:7.5.8"
Expand Down Expand Up @@ -2936,7 +2936,7 @@ __metadata:
dependencies:
"@neo4j/graphql": "npm:^5.3.4"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.12.8"
"@types/node": "npm:20.12.10"
"@types/pluralize": "npm:0.0.33"
camelcase: "npm:^6.3.0"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -4710,12 +4710,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.8":
version: 20.12.8
resolution: "@types/node@npm:20.12.8"
"@types/node@npm:20.12.10":
version: 20.12.10
resolution: "@types/node@npm:20.12.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/840002d20654e38a9af8cdffa215598fdb28ac4f96c5701ed672ec365ed6ccc66da299edddaa409baf13cd71bbf1128901f633b5e44e070fc236e26415805b78
checksum: 10c0/2cc3b6ea09894ed1a3cf39f6491ec539281580f4ff83216e7d26ce85c83237fe0543c0ca49e25b2515ccdb6c8814b488d17a64a05f536dcaea94f9d32a60c7d7
languageName: node
linkType: hard

Expand Down

0 comments on commit 1dfd76f

Please sign in to comment.