Skip to content

Commit

Permalink
npm audit fixes and lock files
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
  • Loading branch information
joebowbeer committed Jul 29, 2024
1 parent 2b76c6a commit 44d7fdc
Show file tree
Hide file tree
Showing 37 changed files with 27,168 additions and 5,899 deletions.
487 changes: 367 additions & 120 deletions bindings/javascript/http/batch/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bindings/javascript/http/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.25.0",
"axios": "^1.7.2",
"express": "^4.17.2"
}
}
}
221 changes: 137 additions & 84 deletions bindings/javascript/sdk/batch/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/javascript/sdk/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "ISC",
"dependencies": {
"@dapr/dapr": "^3.3.1",
"axios": "^0.25.0"
"axios": "^1.7.2"
}
}
209 changes: 144 additions & 65 deletions configuration/javascript/http/order-processor/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configuration/javascript/http/order-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.25.0",
"axios": "^1.7.2",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
116 changes: 65 additions & 51 deletions configuration/javascript/sdk/order-processor/package-lock.json

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

Loading

0 comments on commit 44d7fdc

Please sign in to comment.