Skip to content

Commit 9a1a837

Browse files
authored
Merge pull request #357 from kubero-dev/dependabot/npm_and_yarn/server/axios-0.28.0
Bump axios from 0.27.2 to 0.28.0 in /server
2 parents 7b7c4fa + 3026e10 commit 9a1a837

File tree

3 files changed

+113
-26
lines changed

3 files changed

+113
-26
lines changed

server/package-lock.json

Lines changed: 105 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nerdvision/gitlab-js": "^1.0.0-alpha.12",
2121
"@octokit/core": "^3.6.0",
2222
"@octokit/webhooks": "^9.26.0",
23-
"axios": "^0.27.2",
23+
"axios": "^0.28.0",
2424
"bitbucket": "^2.9.0",
2525
"connect-history-api-fallback": "^1.6.0",
2626
"cookie-parser": "^1.4.6",

server/yarn.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,13 +1443,14 @@ aws4@^1.8.0:
14431443
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc"
14441444
integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==
14451445

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

14541455
axios@^1.6.0:
14551456
version "1.7.2"
@@ -2423,7 +2424,7 @@ find-up@^4.0.0, find-up@^4.1.0:
24232424
locate-path "^5.0.0"
24242425
path-exists "^4.0.0"
24252426

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

0 commit comments

Comments
 (0)