Skip to content

Commit f6f7d95

Browse files
Bump axios from 0.19.2 to 0.21.2 in /firebase/functions
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe46526 commit f6f7d95

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

firebase/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@sentry/node": "^6.15.0",
2222
"@sentry/serverless": "^7.17.3",
2323
"airtable": "^0.10.0",
24-
"axios": "^0.19.2",
24+
"axios": "^0.21.2",
2525
"bcrypt": "^3.0.6",
2626
"chargebee": "^2.5.5",
2727
"dexie": "^3.0.2",

firebase/functions/yarn.lock

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,20 +1560,20 @@ aws4@^1.8.0:
15601560
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
15611561
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
15621562

1563-
axios@^0.19.2:
1564-
version "0.19.2"
1565-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1566-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1567-
dependencies:
1568-
follow-redirects "1.5.10"
1569-
15701563
axios@^0.20.0:
15711564
version "0.20.0"
15721565
resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
15731566
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
15741567
dependencies:
15751568
follow-redirects "^1.10.0"
15761569

1570+
axios@^0.21.2:
1571+
version "0.21.2"
1572+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1573+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
1574+
dependencies:
1575+
follow-redirects "^1.14.0"
1576+
15771577
axios@^0.26.1:
15781578
version "0.26.1"
15791579
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
@@ -2445,13 +2445,6 @@ [email protected]:
24452445
dependencies:
24462446
ms "2.1.2"
24472447

2448-
debug@=3.1.0:
2449-
version "3.1.0"
2450-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
2451-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2452-
dependencies:
2453-
ms "2.0.0"
2454-
24552448
debug@^3.2.6, debug@^3.2.7:
24562449
version "3.2.7"
24572450
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -3370,17 +3363,10 @@ [email protected]:
33703363
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
33713364
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
33723365

3373-
3374-
version "1.5.10"
3375-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3376-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
3377-
dependencies:
3378-
debug "=3.1.0"
3379-
3380-
follow-redirects@^1.10.0, follow-redirects@^1.14.8:
3381-
version "1.15.1"
3382-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
3383-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
3366+
follow-redirects@^1.10.0, follow-redirects@^1.14.0, follow-redirects@^1.14.8:
3367+
version "1.15.2"
3368+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
3369+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
33843370

33853371
forever-agent@~0.6.1:
33863372
version "0.6.1"

0 commit comments

Comments
 (0)