Skip to content

Commit

Permalink
Update dependencies in side scripts (#3496)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Balhar <[email protected]>
  • Loading branch information
balhar-jakub authored Apr 4, 2024
1 parent 52528ad commit bcf7b62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "EPL-2.0",
"dependencies": {
"octokit": "1.7.1"
"octokit": "3.1.2"
}
}
2 changes: 1 addition & 1 deletion scripts/release_components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "EPL-2.0",
"dependencies": {
"octokit": "1.7.1"
"octokit": "3.1.2"
}
}
2 changes: 1 addition & 1 deletion scripts/release_docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "EPL-2.0",
"dependencies": {
"octokit": "1.7.1"
"octokit": "3.1.2"
}
}
2 changes: 1 addition & 1 deletion zss-sample-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"start": "node server.js"
},
"dependencies": {
"express": "~4.16.1"
"express": "~4.18.2"
}
}

0 comments on commit bcf7b62

Please sign in to comment.