Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.28.0 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent 0d3d9a9 commit 32878aa
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 24 deletions.
22 changes: 14 additions & 8 deletions tracker/generator/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 tracker/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "^0.28.0",
"moment": "^2.29.4",
"run-func": "^3.0.0"
}
Expand Down
22 changes: 14 additions & 8 deletions tracker/server/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 tracker/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "^0.28.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
Expand Down
21 changes: 16 additions & 5 deletions tracker/tracker/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 tracker/tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"antd": "^4.20.0",
"antd-img-crop": "^4.2.3",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"axios": "^0.28.0",
"babel-plugin-import": "^1.13.5",
"bcryptjs": "^2.4.3",
"customize-cra": "^1.0.0",
Expand Down

0 comments on commit 32878aa

Please sign in to comment.