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] authored Jan 29, 2024
1 parent 98d413e commit 7f037c3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@google-cloud/functions-framework": "3.3.0",
"@graphql-mesh/cli": "0.88.5",
"@graphql-mesh/json-schema": "0.97.4",
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"graphql": "16.8.1",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"concurrently": "8.2.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"cross-env": "7.0.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@changesets/cli": "2.27.1",
"@theguild/prettier-config": "2.0.5",
"@types/jest": "29.5.11",
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"babel-jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@theguild/algolia": "2.1.0",
"@theguild/tailwind-config": "0.3.2",
"@types/node": "20.11.9",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"cross-env": "7.0.3",
"eslint-config-next": "14.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6594,10 +6594,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/[email protected].9", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "20.11.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.9.tgz#959d436f20ce2ee3df897c3eaa0617c98fa70efb"
integrity sha512-CQXNuMoS/VcoAMISe5pm4JnEd1Br5jildbQEToEMQvutmv+EaQr90ry9raiudgpyDuqFiV9e4rnjSfLNq12M5w==
"@types/node@*", "@types/[email protected].10", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "20.11.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.10.tgz#6c3de8974d65c362f82ee29db6b5adf4205462f9"
integrity sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 7f037c3

Please sign in to comment.