Skip to content

Commit

Permalink
Merge pull request #206 from CougarCS/renovate/axios-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency axios to ^0.26.0
  • Loading branch information
vyas0189 committed Feb 25, 2022
2 parents 5544c19 + 71dd8e4 commit d27631f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cougarcs-backend

## 1.1.1

### Patch Changes

- axios version update

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cougarcs-backend",
"version": "1.1.0",
"version": "1.1.1",
"description": "CougarCS-Backend",
"main": "src/server.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@sendgrid/mail": "^7.5.0",
"@sentry/node": "^6.17.1",
"@sentry/tracing": "^6.17.1",
"axios": "^0.25.0",
"axios": "^0.26.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2084,12 +2084,12 @@ axios@^0.21.4:
dependencies:
follow-redirects "^1.14.0"

axios@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
axios@^0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
dependencies:
follow-redirects "^1.14.7"
follow-redirects "^1.14.8"

babel-jest@^27.5.1:
version "27.5.1"
Expand Down Expand Up @@ -3491,7 +3491,7 @@ fn.name@1.x.x:
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==

follow-redirects@^1.14.0, follow-redirects@^1.14.7:
follow-redirects@^1.14.0, follow-redirects@^1.14.8:
version "1.14.9"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
Expand Down

0 comments on commit d27631f

Please sign in to comment.