Skip to content

Commit

Permalink
fix(npm): bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchubert committed Jun 11, 2024
1 parent 070328d commit b4bbd1a
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 24 deletions.
33 changes: 23 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"contributors": [],
"license": "MIT",
"dependencies": {
"execa": "^9.1.0",
"got": "^14.3.0",
"execa": "^9.2.0",
"got": "^14.4.1",
"hpagent": "^1.2.0",
"lodash": "^4.17.21",
"url": "^0.11.3"
Expand Down
23 changes: 18 additions & 5 deletions plugins/ms-teams/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/ms-teams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exports": "./index.js",
"type": "module",
"dependencies": {
"got": "^14.3.0",
"got": "^14.4.1",
"hpagent": "^1.2.0",
"url": "^0.11.3"
}
Expand Down
10 changes: 5 additions & 5 deletions plugins/nuget/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/nuget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"dependencies": {
"@semantic-release/error": "4.0.0",
"execa": "^9.1.0",
"execa": "^9.2.0",
"lodash": "^4.17.21"
}
}

0 comments on commit b4bbd1a

Please sign in to comment.