Skip to content

Commit 46866a8

Browse files
authoredDec 3, 2021
Merge pull request #40 from intentfulmotion/dependabot/npm_and_yarn/functions/axios-0.21.2
Bump axios from 0.19.2 to 0.21.2 in /functions
2 parents ec40b5b + 826c998 commit 46866a8

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed
 

‎functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"netlify-cli": "^2.40.0"
88
},
99
"dependencies": {
10-
"axios": "^0.19.2",
10+
"axios": "^0.21.2",
1111
"contentful": "^7.14.0",
1212
"drip-nodejs": "^3.1.1",
1313
"shippo": "^1.3.1",

‎functions/yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -853,13 +853,20 @@ aws4@^1.8.0:
853853
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
854854
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
855855

856-
axios@^0.19.1, axios@^0.19.2:
856+
axios@^0.19.1:
857857
version "0.19.2"
858858
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
859859
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
860860
dependencies:
861861
follow-redirects "1.5.10"
862862

863+
axios@^0.21.2:
864+
version "0.21.2"
865+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
866+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
867+
dependencies:
868+
follow-redirects "^1.14.0"
869+
863870
babel-runtime@^6.23.0:
864871
version "6.26.0"
865872
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
@@ -2642,10 +2649,10 @@ follow-redirects@1.5.10:
26422649
dependencies:
26432650
debug "=3.1.0"
26442651

2645-
follow-redirects@^1.0.0:
2646-
version "1.13.0"
2647-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
2648-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
2652+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
2653+
version "1.14.5"
2654+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.5.tgz#f09a5848981d3c772b5392309778523f8d85c381"
2655+
integrity sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==
26492656

26502657
for-in@^1.0.2:
26512658
version "1.0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.