Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent 93114d6 commit d516f57
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.11",
"@types/node": "20.11.8",
"@types/node": "20.11.10",
"camelcase": "6.3.0",
"graphql-ws": "5.14.3",
"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 @@ -56,7 +56,7 @@
"@types/is-uuid": "1.0.2",
"@types/jest": "29.5.11",
"@types/jsonwebtoken": "9.0.5",
"@types/node": "20.11.8",
"@types/node": "20.11.10",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.1.11",
"@types/semver": "7.5.6",
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": "^4.0.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.8",
"@types/node": "20.11.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.11",
"@types/node": "20.11.8",
"@types/node": "20.11.10",
"camelcase": "6.3.0",
"graphql-tag": "2.12.6",
"jest": "29.7.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3641,7 +3641,7 @@ __metadata:
"@types/cors": "npm:2.8.17"
"@types/debug": "npm:4.1.12"
"@types/jest": "npm:29.5.11"
"@types/node": "npm:20.11.8"
"@types/node": "npm:20.11.10"
amqplib: "npm:0.10.3"
body-parser: "npm:^1.20.2"
camelcase: "npm:6.3.0"
Expand Down Expand Up @@ -3670,7 +3670,7 @@ __metadata:
"@graphql-tools/merge": "npm:^9.0.0"
"@neo4j/graphql": "npm:^4.4.5"
"@types/jest": "npm:29.5.11"
"@types/node": "npm:20.11.8"
"@types/node": "npm:20.11.10"
camelcase: "npm:6.3.0"
graphql-tag: "npm:2.12.6"
jest: "npm:29.7.0"
Expand Down Expand Up @@ -3781,7 +3781,7 @@ __metadata:
"@types/is-uuid": "npm:1.0.2"
"@types/jest": "npm:29.5.11"
"@types/jsonwebtoken": "npm:9.0.5"
"@types/node": "npm:20.11.8"
"@types/node": "npm:20.11.10"
"@types/pluralize": "npm:0.0.33"
"@types/randomstring": "npm:1.1.11"
"@types/semver": "npm:7.5.6"
Expand Down Expand Up @@ -3832,7 +3832,7 @@ __metadata:
dependencies:
"@neo4j/graphql": "npm:^4.0.0"
"@types/jest": "npm:29.5.11"
"@types/node": "npm:20.11.8"
"@types/node": "npm:20.11.10"
"@types/pluralize": "npm:0.0.33"
camelcase: "npm:^6.3.0"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -7728,12 +7728,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.8":
version: 20.11.8
resolution: "@types/node@npm:20.11.8"
"@types/node@npm:20.11.10":
version: 20.11.10
resolution: "@types/node@npm:20.11.10"
dependencies:
undici-types: "npm:~5.26.4"
checksum: cd4eff91ff2291b909cf8ce81f3117effcfd59c435a9d42a9a085f5de8f414eabfbe4558f53a275eedc280a97393d71084812d91cf31fba436a01369d80133b5
checksum: aced8595c2786d4e60471772659add1e2e0d1f2b73d119820b2e1815426d6e52c6a77f1c7fca8ea46490c36f7959cc46b0dc609fa2e80b7fd24f9a7d696c2210
languageName: node
linkType: hard

Expand Down

0 comments on commit d516f57

Please sign in to comment.