Skip to content

Commit

Permalink
ci: minor deps upgraded (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin authored Nov 4, 2024
1 parent 7fca302 commit 0714bc9
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 180 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
]
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.4",
"@types/deep-equal-in-any-order": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-studio-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"@sap/bas-sdk": "^3.9.0",
"@vscode-logging/wrapper": "2.0.0",
"axios": "^1.7.4",
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"cors": "2.8.5",
"express": "4.19.2",
"http-terminator": "3.2.0",
Expand All @@ -389,10 +389,10 @@
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.19.1",
"@types/body-parser": "1.19.2",
"@types/body-parser": "1.19.5",
"@types/cors": "^2.8.13",
"@types/express": "4.17.17",
"@types/http-terminator": "2.0.2",
"@types/http-terminator": "2.0.5",
"@types/proxyquire": "1.3.28",
"@types/url-join": "4.0.1",
"@types/uuid": "^9.0.8",
Expand Down
Loading

0 comments on commit 0714bc9

Please sign in to comment.