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 Dec 9, 2024
1 parent 98b1221 commit 14572f6
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 394 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"contributors": [],
"license": "MIT",
"dependencies": {
"execa": "^9.2.0",
"got": "^14.4.1",
"execa": "^9.5.2",
"got": "^14.4.5",
"hpagent": "^1.2.0",
"lodash": "^4.17.21",
"url": "^0.11.3"
"url": "^0.11.4"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
Expand Down
163 changes: 85 additions & 78 deletions plugins/ms-teams/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 plugins/ms-teams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exports": "./index.js",
"type": "module",
"dependencies": {
"got": "^14.4.1",
"got": "^14.4.5",
"hpagent": "^1.2.0",
"url": "^0.11.3"
"url": "^0.11.4"
}
}
Loading

0 comments on commit 14572f6

Please sign in to comment.