Skip to content

Commit

Permalink
Merge pull request #1 from realbrodiwhite/renovate/npm-axios-vulnerab…
Browse files Browse the repository at this point in the history
…ility

Update dependency axios to ^0.27.0 [SECURITY]
  • Loading branch information
realbrodiwhite committed Jan 25, 2024
2 parents ef00038 + 85b52d3 commit 7cf726b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion socioboard-api/Common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"async": "^3.2.0",
"axios": "^0.21.1",
"axios": "^0.27.0",
"bcrypt": "^5.0.0",
"config": "^3.3.6",
"csv-writer": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion socioboard-api/Feeds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "realbrodiwhite",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.27.0",
"bcrypt": "^5.0.1",
"cheerio": "1.0.0-rc.10",
"compression": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion socioboard-api/Publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.21.1",
"axios": "^0.27.0",
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"config": "^3.3.6",
Expand Down
2 changes: 1 addition & 1 deletion socioboard-api/User/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.21.1",
"axios": "^0.27.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion socioboard-web-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21.1",
"axios": "^0.27.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
Expand Down

0 comments on commit 7cf726b

Please sign in to comment.