Skip to content

Commit

Permalink
Merge pull request #357 from kubero-dev/dependabot/npm_and_yarn/serve…
Browse files Browse the repository at this point in the history
…r/axios-0.28.0

Bump axios from 0.27.2 to 0.28.0 in /server
  • Loading branch information
mms-gianni committed Jun 10, 2024
2 parents 7b7c4fa + 3026e10 commit 9a1a837
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 26 deletions.
124 changes: 105 additions & 19 deletions 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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nerdvision/gitlab-js": "^1.0.0-alpha.12",
"@octokit/core": "^3.6.0",
"@octokit/webhooks": "^9.26.0",
"axios": "^0.27.2",
"axios": "^0.28.0",
"bitbucket": "^2.9.0",
"connect-history-api-fallback": "^1.6.0",
"cookie-parser": "^1.4.6",
Expand Down
13 changes: 7 additions & 6 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1443,13 +1443,14 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc"
integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==

axios@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
axios@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
dependencies:
follow-redirects "^1.14.9"
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.0:
version "1.7.2"
Expand Down Expand Up @@ -2423,7 +2424,7 @@ find-up@^4.0.0, find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"

follow-redirects@^1.14.9, follow-redirects@^1.15.6:
follow-redirects@^1.15.0, follow-redirects@^1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
Expand Down

0 comments on commit 9a1a837

Please sign in to comment.