Skip to content

Commit

Permalink
chore(deps): update node.js to >=18.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent e9506a6 commit 79f48f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signed-api",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@api3/airnode-feed",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"version": "1.0.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"version": "1.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"scripts": {
"run-script": "ts-node --transpileOnly",
Expand Down
2 changes: 1 addition & 1 deletion packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@api3/signed-api",
"version": "2.1.0",
"engines": {
"node": ">=18.20.4"
"node": ">=18.20.5"
},
"files": [
"dist",
Expand Down

0 comments on commit 79f48f9

Please sign in to comment.